Module: Google::Cloud::Notebooks::V2::State
- Defined in:
- proto_docs/google/cloud/notebooks/v2/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- SUSPENDING =
The instance is suspending.
9- SUSPENDED =
The instance is suspended.
10