Module: Google::Cloud::Notebooks::V1::Instance::State
- Defined in:
- proto_docs/google/cloud/notebooks/v1/instance.rb
Overview
The definition of the states of this instance.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0- STARTING =
The control logic is starting the instance.
1- PROVISIONING =
The control logic is installing required frameworks and registering the instance with notebook proxy
2- ACTIVE =
The instance is running.
3- STOPPING =
The control logic is stopping the instance.
4- STOPPED =
The instance is stopped.
5- DELETED =
The instance is deleted.
6- UPGRADING =
The instance is upgrading.
7- INITIALIZING =
The instance is being created.
8- REGISTERING =
The instance is getting registered.
9- SUSPENDING =
The instance is suspending.
10- SUSPENDED =
The instance is suspended.
11