Vm_Hardware_Disk_BackingInfo

Vm_Hardware_Disk_BackingInfo
Vm_Hardware_Disk_BackingInfo

The Disk.BackingInfo structure contains information about the physical resource backing a virtual disk.

JSON Example
{
    "type": "string",
    "vmdk_file": "string"
}
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.

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.