VirtualDiskResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bus: Int? = null

Gets or sets the disk bus.

Link copied to clipboard
val busType: String? = null

Gets or sets the disk bus type.

Link copied to clipboard
val createDiffDisk: String? = null

Gets or sets a value indicating diff disk.

Link copied to clipboard
val diskId: String? = null

Gets or sets the disk id.

Link copied to clipboard
val diskSizeGB: Int? = null

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
val lun: Int? = null

Gets or sets the disk lun.

Link copied to clipboard

Gets or sets the max disk size.

Link copied to clipboard
val name: String? = null

Gets or sets the name of the disk.

Link copied to clipboard

The QoS policy for the disk.

Link copied to clipboard
val templateDiskId: String? = null

Gets or sets the disk id in the template.

Link copied to clipboard

Gets the disk vhd format type.

Link copied to clipboard
val vhdType: String? = null

Gets or sets the disk vhd type.

Link copied to clipboard

Gets or sets the disk volume type.