public enum Environment.Types.State
Reference documentation and code samples for the Cloud Shell v1 API enum Environment.Types.State.
Possible execution states for an environment.
Namespace
Google.Cloud.Shell.V1Assembly
Google.Cloud.Shell.V1.dll
Fields |
|
---|---|
Name | Description |
Deleting |
The environment is being deleted and can't be connected to. |
Pending |
The environment is being started but is not yet ready to accept connections. |
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. |
Suspended |
The environment is not running and can't be connected to. Starting the environment will transition it to the PENDING state. |
Unspecified |
The environment's states is unknown. |