VcenterSettingsV1ConfigComponentsInventoryDatastoreSummary

Summary structure defines the datastore summary properties.


Properties

integer as int64
capacity Optional

Maximum capacity of this datastore, in bytes. This value is updated periodically by the server. It can be explicitly refreshed with the Refresh operation.


maintenance_mode Optional

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: NORMALENTERING_MAINTENANCEIN_MAINTENANCE


boolean
multiple_host_access Optional

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.


string
type Optional

Type of file system volume, such as VMFS or NFS.

JSON Example

{
	"capacity": 0,
	"maintenance_mode": "NORMAL",
	"multiple_host_access": false,
	"type": "string"
}

Feedback

Was this page helpful?