VirtualMachineIdeDiskDeviceInfo
VirtualMachineIdeDiskDeviceInfo
The IdeDiskDeviceInfo class contains detailed information about a specific IDE disk hardware device.
These devices are for the vim.vm.device.VirtualDisk.RawDiskVer2BackingInfo and vim.vm.device.VirtualDisk.PartitionedRawDiskVer2BackingInfo backings.
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"
}
],
"partitionTable": [
{
"_typeName": "string",
"id": 0,
"capacity": 0
}
]
}