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 current maintenance mode state of the datastore. If unset, then the current maintenance mode state of the datastore is set to normal.
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": "enum",
"multiple_host_access": false,
"type": "string"
}