state property
The health state of the workload.
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;