DatastoreBrowserResult
DatastoreBrowserResult
The result of the browsing datastore request
JSON Example
{
"name": "string",
"path": "string",
"size": 0,
"file_type": "string"
}
string
name
Optional
Name.
string
path
Optional
The full path of the file with the datastore name as the prefix.
integer As int64 As int64
size
Optional
The size of the returned object/file in bytes.
string
file_type
Optional
The type of the file.
Possible values are : FOLDER, FLOPPY_IMAGE, VM_DISK, VM_LOG, VM_NVRAM, ISO_IMAGE, VM_SNAPSHOT, TEMPLATE_VM_CONFIG, VM_CONFIG, FILE,