VirtualDiskResponse

data class VirtualDiskResponse(val controllerKey: Int? = null, val deviceKey: Int? = null, val deviceName: String? = null, val diskMode: String? = null, val diskObjectId: String, val diskSizeGB: Int? = null, val diskType: String? = null, val label: String, val name: String? = null, val unitNumber: Int? = null)

Virtual disk model

Constructors

Link copied to clipboard
constructor(controllerKey: Int? = null, deviceKey: Int? = null, deviceName: String? = null, diskMode: String? = null, diskObjectId: String, diskSizeGB: Int? = null, diskType: String? = null, label: String, name: String? = null, unitNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val controllerKey: Int? = null

Gets or sets the controller id.

Link copied to clipboard
val deviceKey: Int? = null

Gets or sets the device key value.

Link copied to clipboard
val deviceName: String? = null

Gets or sets the device name.

Link copied to clipboard
val diskMode: String? = null

Gets or sets the disk mode.

Link copied to clipboard

Gets or sets the disk object id.

Link copied to clipboard
val diskSizeGB: Int? = null

Gets or sets the disk total size.

Link copied to clipboard
val diskType: String? = null

Gets or sets the disk backing type.

Link copied to clipboard

Gets or sets the label of the virtual disk in vCenter.

Link copied to clipboard
val name: String? = null

Gets or sets the name of the virtual disk.

Link copied to clipboard
val unitNumber: Int? = null

Gets or sets the unit number of the disk on the controller.