DatastorePathData

DatastorePathData
DatastorePathData

The data object that is used to fully qualify a datastore path.

JSON Example
{
    "datastore_id": "Datastore:datastore-16:ff4a23e7-2fed-4be0-be39-479ae372badd",
    "datastore_name": "local-datastore",
    "path": "/path/to/folder",
    "filename": "vmDisk1.vmdk"
}
string
datastore_id
Required

The ID of the datastore.

string
datastore_name
Optional

The name of the datastore.

string
path
Optional

The path of the datastore.

string
filename
Optional

The name of file.

Property Of