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 an instance of the Datastore managed object.

string
backingObjectId
Optional

Backing object's durable and unmutable identifier.

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