Vm_Hardware_Disk_BackingSpec

Vm_Hardware_Disk_BackingSpec
Vm_Hardware_Disk_BackingSpec

The Disk.BackingSpec structure provides a specification of 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.BackingSpec.type is VMDK_FILE.