state property

String? state
getter/setter pair

Current state of the workstation.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Do not use.
  • "STATE_STARTING" : The workstation is not yet ready to accept requests from users but will be soon.
  • "STATE_RUNNING" : The workstation is ready to accept requests from users.
  • "STATE_STOPPING" : The workstation is being stopped.
  • "STATE_STOPPED" : The workstation is stopped and will not be able to receive requests until it is started.

Implementation

core.String? state;