VcenterSettingsV1ConfigComponentsInventoryDatastoreSummary
Summary structure defines the datastore summary properties.
Properties
Maximum capacity of this datastore, in bytes. This value is updated periodically by the server. It can be explicitly refreshed with the Refresh operation.
The MaintenanceModeState enumerated type defines the maintenance mode states of the datastore.
NORMAL : Default state.
ENTERING_MAINTENANCE : Started entering maintenance mode, but not finished. This could happen when waiting for user input or for long-running vmotions to complete.
IN_MAINTENANCE : Successfully entered maintenance mode.
Possible values are: NORMAL , ENTERING_MAINTENANCE , IN_MAINTENANCE
More than one host in the datacenter has been configured with access to the datastore. This is only provided by VirtualCenter. If unset, then the datastore not configured with access from more than one host.
Type of file system volume, such as VMFS or NFS.
JSON Example
{
"capacity": 0,
"maintenance_mode": "NORMAL",
"multiple_host_access": false,
"type": "string"
}