Module: Google::Cloud::Shell::V1::Environment::State
- Defined in:
- proto_docs/google/cloud/shell/v1/cloudshell.rb
Overview
Possible execution states for an environment.
Constant Summary collapse
- STATE_UNSPECIFIED =
The environment's states is unknown.
0
- SUSPENDED =
The environment is not running and can't be connected to. Starting the environment will transition it to the PENDING state.
1
- PENDING =
The environment is being started but is not yet ready to accept connections.
2
- RUNNING =
The environment is running and ready to accept connections. It will automatically transition back to DISABLED after a period of inactivity or if another environment is started.
3
- DELETING =
The environment is being deleted and can't be connected to.
4