Virtual Disk Response
data class VirtualDiskResponse(val bus: Int? = null, val busType: String? = null, val createDiffDisk: String? = null, val diskId: String? = null, val diskSizeGB: Int? = null, val displayName: String, val lun: Int? = null, val maxDiskSizeGB: Int, val name: String? = null, val storageQoSPolicy: StorageQoSPolicyDetailsResponse? = null, val templateDiskId: String? = null, val vhdFormatType: String, val vhdType: String? = null, val volumeType: String)
Virtual disk model
Constructors
Link copied to clipboard
constructor(bus: Int? = null, busType: String? = null, createDiffDisk: String? = null, diskId: String? = null, diskSizeGB: Int? = null, displayName: String, lun: Int? = null, maxDiskSizeGB: Int, name: String? = null, storageQoSPolicy: StorageQoSPolicyDetailsResponse? = null, templateDiskId: String? = null, vhdFormatType: String, vhdType: String? = null, volumeType: String)
Properties
Link copied to clipboard
Gets or sets a value indicating diff disk.
Link copied to clipboard
Gets or sets the disk total size.
Link copied to clipboard
Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
Link copied to clipboard
Gets or sets the max disk size.
Link copied to clipboard
The QoS policy for the disk.
Link copied to clipboard
Gets or sets the disk id in the template.
Link copied to clipboard
Gets the disk vhd format type.
Link copied to clipboard
Gets or sets the disk volume type.