healthState property
Runtime health_state.
Output only. Possible string values are:
- "HEALTH_STATE_UNSPECIFIED" : The instance substate is unknown.
- "HEALTHY" : The instance is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.
- "UNHEALTHY" : The instance is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.
- "AGENT_NOT_INSTALLED" : The instance has not installed health monitoring agent. Applies to ACTIVE state.
- "AGENT_NOT_RUNNING" : The instance health monitoring agent is not running. Applies to ACTIVE state.
Implementation
core.String? healthState;