azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

160 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume"
name: "DiskPoolVolume"
nameWithType: "DiskPoolVolume"
summary: "An iSCSI volume from Microsoft.<wbr>Storage<wbr>Pool provider."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DiskPoolVolume**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.DiskPoolVolume?alt=com.azure.resourcemanager.avs.models.DiskPoolVolume&text=DiskPoolVolume\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.DiskPoolVolume()"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.DiskPoolVolume()"
name: "DiskPoolVolume()"
nameWithType: "DiskPoolVolume.DiskPoolVolume()"
summary: "Creates an instance of Disk<wbr>Pool<wbr>Volume class."
syntax: "public DiskPoolVolume()"
desc: "Creates an instance of DiskPoolVolume class."
methods:
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DiskPoolVolume.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Disk<wbr>Pool<wbr>Volume from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DiskPoolVolume fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DiskPoolVolume from the JsonReader."
returns:
description: "An instance of DiskPoolVolume if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.avs.models.DiskPoolVolume?alt=com.azure.resourcemanager.avs.models.DiskPoolVolume&text=DiskPoolVolume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.lunName()"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.lunName()"
name: "lunName()"
nameWithType: "DiskPoolVolume.lunName()"
summary: "Get the lun<wbr>Name property: Name of the LUN to be used for datastore."
syntax: "public String lunName()"
desc: "Get the lunName property: Name of the LUN to be used for datastore."
returns:
description: "the lunName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.mountOption()"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.mountOption()"
name: "mountOption()"
nameWithType: "DiskPoolVolume.mountOption()"
summary: "Get the mount<wbr>Option property: Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN."
syntax: "public MountOptionEnum mountOption()"
desc: "Get the mountOption property: Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN."
returns:
description: "the mountOption value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.MountOptionEnum?alt=com.azure.resourcemanager.avs.models.MountOptionEnum&text=MountOptionEnum\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.path()"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.path()"
name: "path()"
nameWithType: "DiskPoolVolume.path()"
summary: "Get the path property: Device path."
syntax: "public String path()"
desc: "Get the path property: Device path."
returns:
description: "the path value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.targetId()"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.targetId()"
name: "targetId()"
nameWithType: "DiskPoolVolume.targetId()"
summary: "Get the target<wbr>Id property: Azure resource ID of the iSCSI target."
syntax: "public String targetId()"
desc: "Get the targetId property: Azure resource ID of the iSCSI target."
returns:
description: "the targetId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DiskPoolVolume.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.validate()"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.validate()"
name: "validate()"
nameWithType: "DiskPoolVolume.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.withLunName(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.withLunName(String lunName)"
name: "withLunName(String lunName)"
nameWithType: "DiskPoolVolume.withLunName(String lunName)"
summary: "Set the lun<wbr>Name property: Name of the LUN to be used for datastore."
parameters:
- description: "the lunName value to set."
name: "lunName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DiskPoolVolume withLunName(String lunName)"
desc: "Set the lunName property: Name of the LUN to be used for datastore."
returns:
description: "the DiskPoolVolume object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.DiskPoolVolume?alt=com.azure.resourcemanager.avs.models.DiskPoolVolume&text=DiskPoolVolume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.withMountOption(com.azure.resourcemanager.avs.models.MountOptionEnum)"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.withMountOption(MountOptionEnum mountOption)"
name: "withMountOption(MountOptionEnum mountOption)"
nameWithType: "DiskPoolVolume.withMountOption(MountOptionEnum mountOption)"
summary: "Set the mount<wbr>Option property: Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN."
parameters:
- description: "the mountOption value to set."
name: "mountOption"
type: "<xref href=\"com.azure.resourcemanager.avs.models.MountOptionEnum?alt=com.azure.resourcemanager.avs.models.MountOptionEnum&text=MountOptionEnum\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DiskPoolVolume withMountOption(MountOptionEnum mountOption)"
desc: "Set the mountOption property: Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN."
returns:
description: "the DiskPoolVolume object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.DiskPoolVolume?alt=com.azure.resourcemanager.avs.models.DiskPoolVolume&text=DiskPoolVolume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.DiskPoolVolume.withTargetId(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.DiskPoolVolume.withTargetId(String targetId)"
name: "withTargetId(String targetId)"
nameWithType: "DiskPoolVolume.withTargetId(String targetId)"
summary: "Set the target<wbr>Id property: Azure resource ID of the iSCSI target."
parameters:
- description: "the targetId value to set."
name: "targetId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DiskPoolVolume withTargetId(String targetId)"
desc: "Set the targetId property: Azure resource ID of the iSCSI target."
returns:
description: "the DiskPoolVolume object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.DiskPoolVolume?alt=com.azure.resourcemanager.avs.models.DiskPoolVolume&text=DiskPoolVolume\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An iSCSI volume from Microsoft.StoragePool provider."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.DiskPoolVolume?alt=com.azure.resourcemanager.avs.models.DiskPoolVolume&text=DiskPoolVolume\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0