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"
]
}
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.