BaseConfigInfoFileBackingInfo

BaseConfigInfoFileBackingInfo
BaseConfigInfoFileBackingInfo

Information for file backing of a virtual storage object.

File backing is mainly used for virtual disks.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "filePath": "string",
    "backingObjectId": "string",
    "parent": {
        "_typeName": "string",
        "datastore": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        },
        "filePath": "string",
        "backingObjectId": "string",
        "parent": "BaseConfigInfoFileBackingInfo Object",
        "deltaSizeInMB": 0,
        "keyId": {
            "_typeName": "string",
            "keyId": "string",
            "providerId": {
                "_typeName": "string",
                "id": "string"
            }
        }
    },
    "deltaSizeInMB": 0,
    "keyId": {
        "_typeName": "string",
        "keyId": "string",
        "providerId": {
            "_typeName": "string",
            "id": "string"
        }
    }
}
string
filePath
Required

Full file path for the host file used in this backing.

string
backingObjectId
Optional

Id refers to the backed storage object where the virtual storage object is backed on.

parent
Optional

Information for file backing of a virtual storage object.

File backing is mainly used for virtual disks.

integer As int64 As int64
deltaSizeInMB
Optional

Size allocated by the FS for this file/chain/link/extent only.

This property is used only for a delta disk whose parent is set.

keyId
Optional

Data Object representing a cryptographic key.