Google Cloud Notebooks V2 Client - Class HealthState (1.0.5)

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

The instance health state.

Protobuf type google.cloud.notebooks.v2.HealthState

Namespace

Google \ Cloud \ Notebooks \ V2

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
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;

Design a Mobile Site
View Site in Mobile | Classic
Share by: