BaseConfigInfoDiskFileBackingInfo
BaseConfigInfoDiskFileBackingInfo
The data object type for disk file backing of a virtual storage object.
Disk file backing provides full virtualization of the backend storage.
AllOf
This class requires all of the following:
JSON Example
{
"_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"
}
},
"provisioningType": "string"
}
string
provisioningType
Required
Provisioning type.
See BaseConfigInfoDiskFileBackingInfoProvisioningTypeEnum for the supported types.