state property

String? state
getter/setter pair

The state of the server.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The server is in an unknown state.
  • "PROVISIONING" : The server is being provisioned.
  • "RUNNING" : The server is running.
  • "DELETED" : The server has been deleted.
  • "UPDATING" : The server is being updated.
  • "STARTING" : The server is starting.
  • "STOPPING" : The server is stopping.
  • "SHUTDOWN" : The server is shutdown.

Implementation

core.String? state;