RestorePointSourceVMOSDiskResponse

data class RestorePointSourceVMOSDiskResponse(val caching: String? = null, val diskRestorePoint: ApiEntityReferenceResponse? = null, val diskSizeGB: Int? = null, val encryptionSettings: DiskEncryptionSettingsResponse? = null, val managedDisk: ManagedDiskParametersResponse? = null, val name: String? = null, val osType: String? = null)

Describes an Operating System disk.

Constructors

Link copied to clipboard
constructor(caching: String? = null, diskRestorePoint: ApiEntityReferenceResponse? = null, diskSizeGB: Int? = null, encryptionSettings: DiskEncryptionSettingsResponse? = null, managedDisk: ManagedDiskParametersResponse? = null, name: String? = null, osType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caching: String? = null

Gets the caching type.

Link copied to clipboard

Gets the disk restore point Id.

Link copied to clipboard
val diskSizeGB: Int? = null

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
val name: String? = null

Gets the disk name.

Link copied to clipboard
val osType: String? = null

Gets the Operating System type.