VirtualDeviceFileBackingInfo

VirtualDeviceFileBackingInfo
VirtualDeviceFileBackingInfo

VirtualDeviceFileBackingInfo is a data object type for information about file backing for a device in a virtual machine.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "fileName": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "backingObjectId": "string"
}
string
fileName
Required

Filename for the host file used in this backing.

datastore
Optional

Reference to the datastore managed object where this file is stored.

If the file is not located on a datastore, then this reference is null. This is not used for configuration.

string
backingObjectId
Optional

Backing object's durable and unmutable identifier.

Each backing object has a unique identifier which is not settable.