RestorePointSourceVMDataDiskResponse

data class RestorePointSourceVMDataDiskResponse(val caching: String, val diskRestorePoint: DiskRestorePointAttributesResponse? = null, val diskSizeGB: Int, val lun: Int, val managedDisk: ManagedDiskParametersResponse? = null, val name: String, val writeAcceleratorEnabled: Boolean)

Describes a data disk.

Constructors

Link copied to clipboard
constructor(caching: String, diskRestorePoint: DiskRestorePointAttributesResponse? = null, diskSizeGB: Int, lun: Int, managedDisk: ManagedDiskParametersResponse? = null, name: String, writeAcceleratorEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the caching type.

Link copied to clipboard

Contains Disk Restore Point properties.

Link copied to clipboard

Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.

Link copied to clipboard
val lun: Int

Gets the logical unit number.

Link copied to clipboard

Contains the managed disk details.

Link copied to clipboard

Gets the disk name.

Link copied to clipboard

Shows true if the disk is write-accelerator enabled.