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"
}
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.