150 строки
11 KiB
YAML
150 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.compute.models.DiskInstanceView"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView"
|
|
name: "DiskInstanceView"
|
|
nameWithType: "DiskInstanceView"
|
|
summary: "The instance view of the disk."
|
|
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 **DiskInstanceView**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.models.DiskInstanceView?alt=com.azure.resourcemanager.compute.models.DiskInstanceView&text=DiskInstanceView\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.DiskInstanceView()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.DiskInstanceView()"
|
|
name: "DiskInstanceView()"
|
|
nameWithType: "DiskInstanceView.DiskInstanceView()"
|
|
summary: "Creates an instance of Disk<wbr>Instance<wbr>View class."
|
|
syntax: "public DiskInstanceView()"
|
|
desc: "Creates an instance of DiskInstanceView class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.encryptionSettings()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.encryptionSettings()"
|
|
name: "encryptionSettings()"
|
|
nameWithType: "DiskInstanceView.encryptionSettings()"
|
|
summary: "Get the encryption<wbr>Settings property: Specifies the encryption settings for the OS Disk."
|
|
syntax: "public List<DiskEncryptionSettings> encryptionSettings()"
|
|
desc: "Get the encryptionSettings property: Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15."
|
|
returns:
|
|
description: "the encryptionSettings value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.compute.models.DiskEncryptionSettings?alt=com.azure.resourcemanager.compute.models.DiskEncryptionSettings&text=DiskEncryptionSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DiskInstanceView.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Disk<wbr>Instance<wbr>View 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 DiskInstanceView fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DiskInstanceView."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DiskInstanceView from the JsonReader."
|
|
returns:
|
|
description: "An instance of DiskInstanceView 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.compute.models.DiskInstanceView?alt=com.azure.resourcemanager.compute.models.DiskInstanceView&text=DiskInstanceView\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.name()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.name()"
|
|
name: "name()"
|
|
nameWithType: "DiskInstanceView.name()"
|
|
summary: "Get the name property: The disk name."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The disk name."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.statuses()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.statuses()"
|
|
name: "statuses()"
|
|
nameWithType: "DiskInstanceView.statuses()"
|
|
summary: "Get the statuses property: The resource status information."
|
|
syntax: "public List<InstanceViewStatus> statuses()"
|
|
desc: "Get the statuses property: The resource status information."
|
|
returns:
|
|
description: "the statuses value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.compute.models.InstanceViewStatus?alt=com.azure.resourcemanager.compute.models.InstanceViewStatus&text=InstanceViewStatus\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DiskInstanceView.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.compute.models.DiskInstanceView.validate()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DiskInstanceView.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.withEncryptionSettings(java.util.List<com.azure.resourcemanager.compute.models.DiskEncryptionSettings>)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)"
|
|
name: "withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)"
|
|
nameWithType: "DiskInstanceView.withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)"
|
|
summary: "Set the encryption<wbr>Settings property: Specifies the encryption settings for the OS Disk."
|
|
parameters:
|
|
- description: "the encryptionSettings value to set."
|
|
name: "encryptionSettings"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.compute.models.DiskEncryptionSettings?alt=com.azure.resourcemanager.compute.models.DiskEncryptionSettings&text=DiskEncryptionSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiskInstanceView withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)"
|
|
desc: "Set the encryptionSettings property: Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15."
|
|
returns:
|
|
description: "the DiskInstanceView object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DiskInstanceView?alt=com.azure.resourcemanager.compute.models.DiskInstanceView&text=DiskInstanceView\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "DiskInstanceView.withName(String name)"
|
|
summary: "Set the name property: The disk name."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DiskInstanceView withName(String name)"
|
|
desc: "Set the name property: The disk name."
|
|
returns:
|
|
description: "the DiskInstanceView object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DiskInstanceView?alt=com.azure.resourcemanager.compute.models.DiskInstanceView&text=DiskInstanceView\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskInstanceView.withStatuses(java.util.List<com.azure.resourcemanager.compute.models.InstanceViewStatus>)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskInstanceView.withStatuses(List<InstanceViewStatus> statuses)"
|
|
name: "withStatuses(List<InstanceViewStatus> statuses)"
|
|
nameWithType: "DiskInstanceView.withStatuses(List<InstanceViewStatus> statuses)"
|
|
summary: "Set the statuses property: The resource status information."
|
|
parameters:
|
|
- description: "the statuses value to set."
|
|
name: "statuses"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.compute.models.InstanceViewStatus?alt=com.azure.resourcemanager.compute.models.InstanceViewStatus&text=InstanceViewStatus\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiskInstanceView withStatuses(List<InstanceViewStatus> statuses)"
|
|
desc: "Set the statuses property: The resource status information."
|
|
returns:
|
|
description: "the DiskInstanceView object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DiskInstanceView?alt=com.azure.resourcemanager.compute.models.DiskInstanceView&text=DiskInstanceView\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The instance view of the disk."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.models.DiskInstanceView?alt=com.azure.resourcemanager.compute.models.DiskInstanceView&text=DiskInstanceView\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.compute.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0
|