VmHardwareDiskBackingSpec

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

JSON Example

{
	"type": "VMDK_FILE"
}

Feedback

Was this page helpful?