Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::Runtime::HealthState.
The runtime substate.
Constants
HEALTH_STATE_UNSPECIFIED
value: 0
The runtime substate is unknown.
HEALTHY
value: 1
The runtime is known to be in an healthy state
(for example, critical daemons are running)
Applies to ACTIVE state.
UNHEALTHY
value: 2
The runtime is known to be in an unhealthy state
(for example, critical daemons are not running)
Applies to ACTIVE state.
AGENT_NOT_INSTALLED
value: 3
The runtime has not installed health monitoring agent.
Applies to ACTIVE state.
AGENT_NOT_RUNNING
value: 4
The runtime health monitoring agent is not running.
Applies to ACTIVE state.