VirtualMachineFileLayoutExDiskLayout

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
            ]
        }
    ]
}
integer As int32 As int32
key
Required

Identifier for the virtual disk in device.

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

chain
Optional

The disk-unit chain that makes up this virtual disk.