DatastoreInfo
Detailed information about a datastore.
This is a base type for derived types that have more specific details about a datastore.
See also HostVmfsVolume, HostNasVolume, HostLocalFileSystemVolume.
{
"_typeName": "string",
"name": "string",
"url": "string",
"freeSpace": 0,
"maxFileSize": 0,
"maxVirtualDiskCapacity": 0,
"maxMemoryFileSize": 0,
"timestamp": "string",
"containerId": "string",
"aliasOf": "string"
}
The name of the datastore.
The unique locator for the datastore.
Free space of this datastore, in bytes.
The server periodically updates this value. It can be explicitly refreshed with the Refresh operation.
The maximum size of a file that can reside on this file system volume.
The maximum capacity of a virtual disk which can be created on this volume.
The maximum size of a snapshot or a swap file that can reside on this file system volume.
Time when the free-space and capacity values in DatastoreInfo and DatastoreSummary were updated.
The unique container ID of the datastore, if applicable.
vSAN datastore container that this datastore is alias of.
If this field is unset then this datastore is not alias of any other vSAN datastore. See DatastoreInfo.containerId.