Google Cloud Notebooks V1beta1 Client - Class State (0.3.6)

Reference documentation and code samples for the Google Cloud Notebooks V1beta1 Client class State.

The definition of the states of this instance.

Protobuf type google.cloud.notebooks.v1beta1.Instance.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STARTING

Value: 1

The control logic is starting the instance.

Generated from protobuf enum STARTING = 1;

PROVISIONING

Value: 2

The control logic is installing required frameworks and registering the instance with notebook proxy

Generated from protobuf enum PROVISIONING = 2;

ACTIVE

Value: 3

The instance is running.

Generated from protobuf enum ACTIVE = 3;

STOPPING

Value: 4

The control logic is stopping the instance.

Generated from protobuf enum STOPPING = 4;

STOPPED

Value: 5

The instance is stopped.

Generated from protobuf enum STOPPED = 5;

DELETED

Value: 6

The instance is deleted.

Generated from protobuf enum DELETED = 6;

UPGRADING

Value: 7

The instance is upgrading.

Generated from protobuf enum UPGRADING = 7;

INITIALIZING

Value: 8

The instance is being created.

Generated from protobuf enum INITIALIZING = 8;

REGISTERING

Value: 9

The instance is getting registered.

Generated from protobuf enum REGISTERING = 9;

SUSPENDING

Value: 10

The instance is suspending.

Generated from protobuf enum SUSPENDING = 10;

SUSPENDED

Value: 11

The instance is suspended.

Generated from protobuf enum SUSPENDED = 11;