VirtualMachineDiskDeviceInfo

VirtualMachineDiskDeviceInfo
VirtualMachineDiskDeviceInfo

The DiskDeviceInfo class contains basic information about a specific disk hardware device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "configurationTag": [
        "string"
    ],
    "capacity": 0,
    "vm": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
integer As int64 As int64
capacity
Optional

Size of disk

vm
Optional

List of known virtual machines using this physical disk as a backing