state property

String? state
getter/setter pair

State of the database server.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default unspecified value.
  • "CREATING" : Indicates that the resource is in creating state.
  • "AVAILABLE" : Indicates that the resource is in available state.
  • "UNAVAILABLE" : Indicates that the resource is in unavailable state.
  • "DELETING" : Indicates that the resource is in deleting state.
  • "DELETED" : Indicates that the resource is in deleted state.

Implementation

core.String? state;