FriendlyDatastorePathData
FriendlyDatastorePathData
Data object that is used to fully qualify a datastore path.
JSON Example
{
"datastore": "string",
"datastore_name": "local",
"path": "vms/finance-vm",
"filename": "finance-vm.vmdk",
"friendly_path": "string"
}
string
datastore
Optional
An ID of the datastore.
string
datastore_name
Optional
The name of the datastore.
string
path
Optional
Path to the file
string
filename
Optional
File name
string
friendly_path
Optional
Path to the VM with friendly name for guid-backed volumes (vSAN and vVols).