Search

Class VcDatastoreInfo

Extends VcDynamicData
Detailed information about a datastore. This is a base type for derived types that have more specific details about a datastore.
See VcHostLocalFileSystemVolume

Attributes

Name Type Description
containerId String The unique container ID of the datastore, if applicable.
freeSpace Number Free space of this datastore, in bytes. The server periodically updates this value. It can be explicitly refreshed with the Refresh operation.
maxFileSize Number The maximum size of a file that can reside on this file system volume.
maxMemoryFileSize Number The maximum size of a snapshot or a swap file that can reside on this file system volume.
maxVirtualDiskCapacity Number The maximum capacity of a virtual disk which can be created on this volume.
name String The name of the datastore.
timestamp Date Time when the free-space and capacity values in <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcDatastoreInfo.html">VcDatastoreInfo</a> and <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcDatastoreInfo.html">VcDatastoreSummary</a> were updated.
url String The unique locator for the datastore.

Methods

Name Returns
VcDatastoreInfo() constructor

Returned by

None

Referenced in

None