Module: Google::Cloud::Notebooks::V1::Runtime::State
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
The definition of the states of this runtime.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0
- STARTING =
The compute layer is starting the runtime. It is not ready for use.
1
- PROVISIONING =
The compute layer is installing required frameworks and registering the runtime with notebook proxy. It cannot be used.
2
- ACTIVE =
The runtime is currently running. It is ready for use.
3
- STOPPING =
The control logic is stopping the runtime. It cannot be used.
4
- STOPPED =
The runtime is stopped. It cannot be used.
5
- DELETING =
The runtime is being deleted. It cannot be used.
6
- UPGRADING =
The runtime is upgrading. It cannot be used.
7
- INITIALIZING =
The runtime is being created and set up. It is not ready for use.
8