RestorePointSourceVMDataDiskResponse

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

Describes a data disk.

Constructors

Link copied to clipboard
constructor(caching: String? = null, diskRestorePoint: ApiEntityReferenceResponse? = null, diskSizeGB: Int? = null, lun: Int? = null, managedDisk: ManagedDiskParametersResponse? = null, name: 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 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? = null

Gets the logical unit number.

Link copied to clipboard

Gets the managed disk details

Link copied to clipboard
val name: String? = null

Gets the disk name.