Reference documentation and code samples for the Google Cloud Notebooks V1 Client class State.
The definition of the states of this instance.
Protobuf type google.cloud.notebooks.v1.Instance.State
Namespace
Google \ Cloud \ Notebooks \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
value | 
        
          mixed
           | 
      
static::value
| Parameter | |
|---|---|
| Name | Description | 
name | 
        
          mixed
           | 
      
Constants
STATE_UNSPECIFIED
Value: 0State is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTING
Value: 1The control logic is starting the instance.
Generated from protobuf enum STARTING = 1;
PROVISIONING
Value: 2The control logic is installing required frameworks and registering the instance with notebook proxy
Generated from protobuf enum PROVISIONING = 2;
ACTIVE
Value: 3The instance is running.
Generated from protobuf enum ACTIVE = 3;
STOPPING
Value: 4The control logic is stopping the instance.
Generated from protobuf enum STOPPING = 4;
STOPPED
Value: 5The instance is stopped.
Generated from protobuf enum STOPPED = 5;
DELETED
Value: 6The instance is deleted.
Generated from protobuf enum DELETED = 6;
UPGRADING
Value: 7The instance is upgrading.
Generated from protobuf enum UPGRADING = 7;
INITIALIZING
Value: 8The instance is being created.
Generated from protobuf enum INITIALIZING = 8;
REGISTERING
Value: 9The instance is getting registered.
Generated from protobuf enum REGISTERING = 9;
SUSPENDING
Value: 10The instance is suspending.
Generated from protobuf enum SUSPENDING = 10;
SUSPENDED
Value: 11The instance is suspended.
Generated from protobuf enum SUSPENDED = 11;