VmHardwareDiskInfo
The Disk.Info structure contains information about a virtual disk.
Properties
integer
capacity
Optional
Capacity of the virtual disk in bytes. If unset, virtual disk is inaccessible or disk capacity is 0.
ide
Optional
Address of device attached to a virtual IDE adapter. Workaround for PR1459646
string
label
Required
Device label.
sata
Optional
Address of device attached to a virtual SATA adapter. Workaround for PR1459646
scsi
Optional
Address of device attached to a virtual SCSI adapter. Workaround for PR1459646
type
Required
Type of host bus adapter to which the device is attached.
JSON Example
{
"backing": {
"type": "enum"
},
"label": "string",
"type": "enum"
}