RestorePointSourceVMStorageProfileResponse

data class RestorePointSourceVMStorageProfileResponse(val dataDisks: List<RestorePointSourceVMDataDiskResponse>? = null, val diskControllerType: String, val osDisk: RestorePointSourceVMOSDiskResponse? = null)

Describes the storage profile.

Constructors

constructor(dataDisks: List<RestorePointSourceVMDataDiskResponse>? = null, diskControllerType: String, osDisk: RestorePointSourceVMOSDiskResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the data disks of the VM captured at the time of the restore point creation.

Link copied to clipboard

Gets the disk controller type of the VM captured at the time of the restore point creation.

Link copied to clipboard

Gets the OS disk of the VM captured at the time of the restore point creation.