DiskInstanceView Class
The instance view of the disk.
Constructor
DiskInstanceView(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The disk name. |
|
encryption_settings
|
Specifies the encryption settings for the OS Disk. |
|
statuses
|
The resource status information. |
|
storage_alignment_status
|
Specifies the storage alignment status for the disk. Known values are: "Unaligned" and "Aligned". |
Attributes
encryption_settings
2015-06-15.
encryption_settings: list['_models.DiskEncryptionSettings'] | None
name
The disk name.
name: str | None
statuses
The resource status information.
statuses: list['_models.InstanceViewStatus'] | None
storage_alignment_status
"Unaligned" and "Aligned".
storage_alignment_status: str | _models.StorageAlignmentStatus | None