status property
Overall health status.
Overall status is derived based on the status of each sub level resources. Possible string values are:
- "HEALTH_STATUS_UNSPECIFIED" : Health status is unknown: not initialized or failed to retrieve.
- "HEALTHY" : The resource is healthy.
- "UNHEALTHY" : The resource is unhealthy.
- "UNRESPONSIVE" : The resource is unresponsive.
- "DEGRADED" : Some sub-resources are UNHEALTHY.
Implementation
core.String? status;