state property

String? state
getter/setter pair

The replica state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : The replica is being created.
  • "READY" : The replica is ready.
  • "REMOVING" : The replica is being removed.
  • "FAILED" : The replica is experiencing an issue and might be unusable. You can get further details from the stateReasons field of the ReplicaConfig object.
  • "PROMOTING" : The replica is being promoted.
  • "PAUSING" : The replica is being paused.
  • "PAUSED" : The replica is paused.
  • "RESUMING" : The replica is being resumed.

Implementation

core.String? state;