state property

String? state
getter/setter pair

State of the database node.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default unspecified value.
  • "PROVISIONING" : Indicates that the resource is in provisioning state.
  • "AVAILABLE" : Indicates that the resource is in available state.
  • "UPDATING" : Indicates that the resource is in updating state.
  • "STOPPING" : Indicates that the resource is in stopping state.
  • "STOPPED" : Indicates that the resource is in stopped state.
  • "STARTING" : Indicates that the resource is in starting state.
  • "TERMINATING" : Indicates that the resource is in terminating state.
  • "TERMINATED" : Indicates that the resource is in terminated state.
  • "FAILED" : Indicates that the resource is in failed state.

Implementation

core.String? state;