AI Platform Notebooks V1 API - Module Google::Cloud::Notebooks::V1::GetInstanceHealthResponse::HealthState (v0.4.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::GetInstanceHealthResponse::HealthState.

If an instance is healthy or not.

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.