Possible states an environment might transition between during startup.
These states are not normally actionable by clients, but may be used to
show a progress message to the user. An environment won't necessarily go
through all of these states when starting. More states are likely to be
added in the future.
Startup is waiting for compute resources to be assigned to the
environment. This should normally happen very quickly, but an environment
might stay in this state for an extended period of time if the system is
experiencing heavy load.
Finished
Startup has completed. If the start operation was successful, the user
should be able to establish an SSH connection to their environment.
Otherwise, the operation will contain details of the failure.
Starting
The environment is in the process of being started, but no additional
details are available.
UnarchivingDisk
Startup is waiting for the user's disk to be unarchived. This can happen
when the user returns to Cloud Shell after not having used it for a
while, and suggests that startup will take longer than normal.
[[["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 2025-03-21 UTC."],[[["This document provides information on the `State` enum within the `Google.Cloud.Shell.V1` namespace, detailing the possible transitional states of a Cloud Shell environment during startup."],["The `State` enum is part of the `Google.Cloud.Shell.V1.dll` assembly and includes states such as `Starting`, `AwaitingComputeResources`, `UnarchivingDisk`, `Finished`, and `Unspecified`, each representing a different stage of environment initialization."],["The latest version of the documentation is for version 2.5.0, and previous versions dating back to 1.0.0 are also available to view."],["Each state within the enum provides insights into the current operation being performed to start the environment, whether it is waiting for resources or completing the start-up procedure."],["The states described here are internal operations, not actionable by clients, and may be used to keep the user informed of the environment's startup progress, with the expectation of more states being added in the future."]]],[]]