Module: Google::Cloud::Notebooks::V1::Runtime::HealthState
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
The runtime substate.
Constant Summary collapse
- HEALTH_STATE_UNSPECIFIED =
The runtime substate is unknown.
0
- HEALTHY =
The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.
1
- UNHEALTHY =
The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.
2
- AGENT_NOT_INSTALLED =
The runtime has not installed health monitoring agent. Applies to ACTIVE state.
3
- AGENT_NOT_RUNNING =
The runtime health monitoring agent is not running. Applies to ACTIVE state.
4