healthState property

String? healthState
getter/setter pair

Runtime health_state.

Output only. Possible string values are:

  • "HEALTH_STATE_UNSPECIFIED" : The runtime substate is unknown.
  • "HEALTHY" : The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.
  • "UNHEALTHY" : The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.
  • "AGENT_NOT_INSTALLED" : The runtime has not installed health monitoring agent. Applies to ACTIVE state.
  • "AGENT_NOT_RUNNING" : The runtime health monitoring agent is not running. Applies to ACTIVE state.

Implementation

core.String? healthState;