Reference documentation and code samples for the Cloud Shell V1 API module Google::Cloud::Shell::V1::Environment::State.
Possible execution states for an environment.
Constants
STATE_UNSPECIFIED
value: 0 The environment's states is unknown.
SUSPENDED
value: 1 The environment is not running and can't be connected to. Starting the
environment will transition it to the PENDING state.
PENDING
value: 2 The environment is being started but is not yet ready to accept
connections.
RUNNING
value: 3 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.
DELETING
value: 4 The environment is being deleted and can't be connected to.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]