VmHardwareDiskInfo
The Disk.Info structure contains information about a virtual disk.
Properties
The Disk.HostBusAdapterType enumerated type defines the valid types of host bus adapters that may be used for attaching a virtual storage device to a virtual machine.
IDE : Disk is attached to an IDE adapter.
SCSI : Disk is attached to a SCSI adapter.
SATA : Disk is attached to a SATA adapter.
NVME : Disk is attached to a NVMe adapter.
Possible values are: IDE , SCSI , SATA , NVME
Device label.
Address of device attached to a virtual IDE adapter. Workaround for PR1459646
Address of device attached to a virtual NVMe adapter. This field is optional and it is only relevant when the value of Disk.Info.type is NVME.
Address of device attached to a virtual SATA adapter. Workaround for PR1459646
Address of device attached to a virtual SCSI adapter. Workaround for PR1459646
Capacity of the virtual disk in bytes. If unset, virtual disk is inaccessible or disk capacity is 0.
JSON Example
{
"backing": {
"type": "VMDK_FILE"
},
"label": "string",
"type": "IDE"
}