VmHardwareDiskBackingInfo
The Disk.BackingInfo structure contains information about the physical resource backing a virtual disk.
Properties
type
Required
The Disk.BackingType enumerated type defines the valid backing types for a virtual disk.
VMDK_FILE : Virtual disk is backed by a VMDK file.
Possible values are: VMDK_FILE
string
vmdk_file
Optional
Path of the VMDK file backing the virtual disk. This field is optional and it is only relevant when the value of Disk.BackingInfo.type is VMDK_FILE.
JSON Example
{
"type": "VMDK_FILE"
}