Vcenter Vm Hardware Disk Info

Vcenter Vm Hardware Disk Info
Vcenter Vm Hardware Disk Info

The Vcenter Vm Hardware Disk Info schema contains information about a virtual disk.

JSON Example
{
    "label": "string",
    "type": "string",
    "ide": {
        "primary": false,
        "master": false
    },
    "scsi": {
        "bus": 0,
        "unit": 0
    },
    "sata": {
        "bus": 0,
        "unit": 0
    },
    "nvme": {
        "bus": 0,
        "unit": 0
    },
    "backing": {
        "type": "string",
        "vmdk_file": "string"
    },
    "capacity": 0
}
string
label
Required

Device label.

string
type
Required

Type of host bus adapter to which the device is attached.

For more information see: Vcenter Vm Hardware Disk HostBusAdapterType.

ide
Optional

Address of device attached to a virtual IDE adapter.

Workaround for PR1459646

scsi
Optional

Address of device attached to a virtual SCSI adapter.

Workaround for PR1459646

sata
Optional

Address of device attached to a virtual SATA adapter.

Workaround for PR1459646

nvme
Optional

Address of device attached to a virtual NVMe adapter.

This property was added in vSphere API 7.0.0.1.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Disk HostBusAdapterType.NVME.

backing
Required

Physical resource backing for the virtual disk.

integer As int64 As int64
capacity
Optional

Capacity of the virtual disk in bytes.

If missing or null, virtual disk is inaccessible or disk capacity is 0.