VirtualMachineFileLayoutDiskLayout

VirtualMachineFileLayoutDiskLayout
VirtualMachineFileLayoutDiskLayout

Enumerats the set of files for each virtual disk.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "diskFile": [
        "string"
    ]
}
integer As int32 As int32
key
Required

Identification of the disk in config.

array of string
diskFile
Required

List of files that makes up the virtual disk.

At least one entry always exists in this array. The first entry is the main descriptor of the virtual disk (the one used when adding the disk to a virtual machine). These are complete datastore paths, not relative paths.