state property
The health state of the component.
Output only. Possible string values are:
- "HEALTH_STATE_UNSPECIFIED" : Unspecified.
- "HEALTHY" : Healthy workload.
- "UNHEALTHY" : Unhealthy workload.
- "CRITICAL" : Has critical issues.
- "UNSUPPORTED" : Unsupported.
Implementation
core.String? state;