vcenter vm hardware disk: backing info
The
backing_info
structure contains information about the physical resource backing a virtual disk.Representation:
{
"vmdk_file" : "string",
"type" : "VMDK_FILE"
}
"vmdk_file" : "string",
"type" : "VMDK_FILE"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
type | string | Backing type for the virtual disk. Defines the valid backing types for a virtual disk. Value is one of: VMDK_FILE: Virtual disk is backed by a VMDK file. |
Optional | ||
vmdk_file | string | Path of the VMDK file backing the virtual disk. Optional. It is only relevant when type has value VMDK_FILE. This field is optional and it is only relevant when the value of type is VMDK_FILE. |