Reference documentation and code samples for the Notebooks V2 API module Google::Cloud::Notebooks::V2::HealthState.
The instance health state.
Constants
HEALTH_STATE_UNSPECIFIED
value: 0
The instance substate is unknown.
HEALTHY
value: 1
The instance is known to be in an healthy state
(for example, critical daemons are running)
Applies to ACTIVE state.
UNHEALTHY
value: 2
The instance 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 instance has not installed health monitoring agent.
Applies to ACTIVE state.
AGENT_NOT_RUNNING
value: 4
The instance health monitoring agent is not running.
Applies to ACTIVE state.