Reference documentation and code samples for the Cloud Workstations V1 API module Google::Cloud::Workstations::V1::Workstation::State.
Whether a workstation is running and ready to receive user requests.
Constants
STATE_UNSPECIFIED
value: 0
Do not use.
STATE_STARTING
value: 1
The workstation is not yet ready to accept requests from users but will
be soon.
STATE_RUNNING
value: 2
The workstation is ready to accept requests from users.
STATE_STOPPING
value: 3
The workstation is being stopped.
STATE_STOPPED
value: 4
The workstation is stopped and will not be able to receive requests until
it is started.