VcenterDatastoreItem
Details about a vCenter Server datastore item
Properties
Whether the datastore object is accessible. Applicable only if type is DATASTORE.
File system type
Possible values are: VMFS , NFS , NFS41 , CIFS , VSAN , VFFS , VVOL , PMEM , VSAN_D , OTHER
Identifier of the object
Whether the datastore object is in maintenance mode
Name of the object
General health of this datastore.
The overall status of the datastore is computed as the worst status among its alarms and the configuration issues detected on the datastore.
- RED - The datastore has alarms or configuration issues with a red status.
- YELLOW - The datastore does not have alarms or configuration issues with a red status, and has at least one with an yellow status.
- GREEN - The datastore does not have alarms or configuration issues with a red or yellow status, and has at least one with a green status.
- GRAY - All of the datastore’s alarms have a gray status and the configuration status of the datastore is not being monitored.
Possible values are: GRAY , GREEN , YELLOW , RED
ID of the parent object
Path to the object
Type of the datastore object
Possible values are: STORAGE_POD , DATASTORE
JSON Example
{
"accessible": false,
"capacity_details": {
"total_capacity": 0,
"used_space": 0
},
"file_system_type": "VMFS",
"id": "string",
"maintenance_mode": "string",
"name": "string",
"overall_status": "GRAY",
"parent": "string",
"path": "string",
"type": "STORAGE_POD"
}
Property Of
VcenterDatastoreItemDrResponseList
Used By
VcenterDatastoreItemDrResponseEntity