Reference documentation and code samples for the Google Cloud Notebooks V2 Client class State.
The definition of the states of this instance.
Protobuf type google.cloud.notebooks.v2.State
Namespace
Google \ Cloud \ Notebooks \ V2Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;
SUSPENDING
Value: 9
The instance is suspending.
Generated from protobuf enum SUSPENDING = 9;
SUSPENDED
Value: 10
The instance is suspended.
Generated from protobuf enum SUSPENDED = 10;