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
The datastore managed object where this backing is located.
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.