RestorePointSourceVMStorageProfile Class
Describes the storage profile.
Constructor
RestorePointSourceVMStorageProfile(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
os_disk
|
Gets the OS disk of the VM captured at the time of the restore point creation. |
|
data_disks
|
Gets the data disks of the VM captured at the time of the restore point creation. |
|
disk_controller_type
|
Gets the disk controller type of the VM captured at the time of the restore point creation. Known values are: "SCSI" and "NVMe". |
Attributes
data_disks
Gets the data disks of the VM captured at the time of the restore point creation.
data_disks: list['_models.RestorePointSourceVMDataDisk'] | None
disk_controller_type
Gets the disk controller type of the VM captured at the time of the restore point creation. Known values are: "SCSI" and "NVMe".
disk_controller_type: str | _models.DiskControllerTypes | None
os_disk
Gets the OS disk of the VM captured at the time of the restore point creation.
os_disk: _models.RestorePointSourceVMOSDisk | None