VslmCreateSpecBackingSpec

VslmCreateSpecBackingSpec
VslmCreateSpecBackingSpec

Specification of the 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"
}
datastore
Required

Reference to an instance of the Datastore managed object.

string
path
Optional

Relative location in the specified datastore where disk needs to be created.

If not specified disk gets created at the defualt VStorageObject location on the specified datastore.