Restore Point Source VMOSDisk Response
data class RestorePointSourceVMOSDiskResponse(val caching: String, val diskRestorePoint: DiskRestorePointAttributesResponse? = null, val diskSizeGB: Int, val encryptionSettings: DiskEncryptionSettingsResponse, val managedDisk: ManagedDiskParametersResponse? = null, val name: String, val osType: String, val writeAcceleratorEnabled: Boolean)
Describes an Operating System disk.
Constructors
Link copied to clipboard
fun RestorePointSourceVMOSDiskResponse(caching: String, diskRestorePoint: DiskRestorePointAttributesResponse? = null, diskSizeGB: Int, encryptionSettings: DiskEncryptionSettingsResponse, managedDisk: ManagedDiskParametersResponse? = null, name: String, osType: String, writeAcceleratorEnabled: Boolean)