Cloud Workstations V1BETA API - Module Google::Cloud::Workstations::V1beta::Workstation::State (v0.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Workstations V1BETA API module Google::Cloud::Workstations::V1beta::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.