RestorePointSourceVMOSDisk Class
Describes an Operating System disk.
Constructor
RestorePointSourceVMOSDisk(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
os_type
|
Gets the Operating System type. Known values are: "Windows" and "Linux". |
|
encryption_settings
|
Gets the disk encryption settings. |
|
name
|
Gets the disk name. |
|
caching
|
str or
CachingTypes
Gets the caching type. Known values are: "None", "ReadOnly", and "ReadWrite". |
|
disk_size_gb
|
Gets the disk size in GB. |
|
managed_disk
|
Gets the managed disk details. |
|
disk_restore_point
|
Contains Disk Restore Point properties. |
|
write_accelerator_enabled
|
Shows true if the disk is write-accelerator enabled. |
Attributes
caching
"None", "ReadOnly", and "ReadWrite".
caching: str | _models.CachingTypes | None
disk_restore_point
Contains Disk Restore Point properties.
disk_restore_point: _models.DiskRestorePointAttributes | None
disk_size_gb
Gets the disk size in GB.
disk_size_gb: int | None
encryption_settings
Gets the disk encryption settings.
encryption_settings: _models.DiskEncryptionSettings | None
managed_disk
Gets the managed disk details.
managed_disk: _models.ManagedDiskParameters | None
name
Gets the disk name.
name: str | None
os_type
"Windows" and "Linux".
os_type: str | _models.OperatingSystemType | None
write_accelerator_enabled
Shows true if the disk is write-accelerator enabled.
write_accelerator_enabled: bool | None