DiskInstanceView Class

The instance view of the disk.

Constructor

DiskInstanceView(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The disk name.

encryption_settings

Specifies the encryption settings for the OS Disk.

Minimum api-version: 2015-06-15.

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