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