state property

String? state
getter/setter pair

The state of the server.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "CREATING" : Server is being created.
  • "STARTING" : Server is starting.
  • "ACTIVE" : Server is ready to be used.
  • "STOPPING" : Server is stopping.
  • "STOPPED" : Server is stopped.
  • "DELETING" : Server is being deleted.
  • "ERROR" : Server is in error state.
  • "UPDATING" : Server is being updated.

Implementation

core.String? state;