VirtualMachineFileLayoutExDiskLayout
VirtualMachineFileLayoutExDiskLayout
Layout of a virtual disk, including the base- and delta- disks.
A virtual disk typically is made up of a chain of disk-units.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": 0,
"virtualDiskFormat": "string",
"chain": [
{
"_typeName": "string",
"fileKey": [
0
]
}
]
}
string
virtualDiskFormat
Optional
The sector format of the virtual disk.
See DatastoreSectorFormatEnum for definitions of supported types. If not set, the default value is native_512.
Since: vSphere API Release 9.0.0.0
array of
VirtualMachineFileLayoutExDiskUnit
chain
Optional
The disk-unit chain that makes up this virtual disk.