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.

Implementation

core.String? state;