Google Cloud Notebooks V1 Client - Class HealthState (0.5.0)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class HealthState.

If an instance is healthy or not.

Protobuf type google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState

Namespace

Google \ Cloud \ Notebooks \ V1 \ GetInstanceHealthResponse

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

HEALTH_STATE_UNSPECIFIED

Value: 0

The instance substate is unknown.

Generated from protobuf enum HEALTH_STATE_UNSPECIFIED = 0;

HEALTHY

Value: 1

The instance is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.

Generated from protobuf enum HEALTHY = 1;

UNHEALTHY

Value: 2

The instance is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.

Generated from protobuf enum UNHEALTHY = 2;

AGENT_NOT_INSTALLED

Value: 3

The instance has not installed health monitoring agent.

Applies to ACTIVE state.

Generated from protobuf enum AGENT_NOT_INSTALLED = 3;

AGENT_NOT_RUNNING

Value: 4

The instance health monitoring agent is not running.

Applies to ACTIVE state.

Generated from protobuf enum AGENT_NOT_RUNNING = 4;