vcenter_datastore_stats
vcenter_datastore_stats
A DatastoreStats represents vcenter datastore stats object
JSON Example
{
"capacityGB": 0,
"freeGB": 0,
"glanceName": "string",
"isLocal": false,
"isSSD": false
}
integer As int64 As int64
capacityGB
Required
The capacity of the datastore.
integer As int64 As int64
freeGB
Required
The free space of the datastore.
string
glanceName
Required
The full path of the datastore which can be used in glance configuration, format: "DatacenterName:DatastoreName".
boolean
isLocal
Required
The flag for local datastore.
boolean
isSSD
Required
The flag to indicate if the datastore is SSD.