Class DiskInstanceView
java.lang.Object
com.microsoft.azure.management.compute.DiskInstanceView
The instance view of the disk.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet specifies the encryption settings for the OS Disk.name()
Get the disk name.statuses()
Get the resource status information.withEncryptionSettings
(List<DiskEncryptionSettings> encryptionSettings) Set specifies the encryption settings for the OS Disk.Set the disk name.withStatuses
(List<InstanceViewStatus> statuses) Set the resource status information.
-
Constructor Details
-
DiskInstanceView
public DiskInstanceView()
-
-
Method Details
-
name
Get the disk name.- Returns:
- the name value
-
withName
Set the disk name.- Parameters:
name
- the name value to set- Returns:
- the DiskInstanceView object itself.
-
encryptionSettings
Get specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15.- Returns:
- the encryptionSettings value
-
withEncryptionSettings
Set specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15.- Parameters:
encryptionSettings
- the encryptionSettings value to set- Returns:
- the DiskInstanceView object itself.
-
statuses
Get the resource status information.- Returns:
- the statuses value
-
withStatuses
Set the resource status information.- Parameters:
statuses
- the statuses value to set- Returns:
- the DiskInstanceView object itself.
-