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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]