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
constructor(caching: String, diskRestorePoint: DiskRestorePointAttributesResponse? = null, diskSizeGB: Int, encryptionSettings: DiskEncryptionSettingsResponse, managedDisk: ManagedDiskParametersResponse? = null, name: String, osType: String, writeAcceleratorEnabled: Boolean)
Properties
Link copied to clipboard
Contains Disk Restore Point properties.
Link copied to clipboard
Gets the disk size in GB.
Link copied to clipboard
Gets the disk encryption settings.
Link copied to clipboard
Gets the managed disk details
Link copied to clipboard
Shows true if the disk is write-accelerator enabled.