VslmCreateSpecDiskFileBackingSpec

VslmCreateSpecDiskFileBackingSpec
VslmCreateSpecDiskFileBackingSpec

Specification of the disk file backing of a virtual storage object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "path": "string",
    "provisioningType": "string"
}
string
provisioningType
Optional

Provisioning type.

See also BaseConfigInfoDiskFileBackingInfoProvisioningTypeEnum

If unset, system will first look up the provisioning type specified in the policy. If still not found, the default thin will be used..