replicaStatus property

ReplicaStatus? replicaStatus
final

The current state of the replica:

  • CREATING - The replica is being created.
  • UPDATING - The replica is being updated.
  • DELETING - The replica is being deleted.
  • ACTIVE - The replica is ready for use.

Implementation

final ReplicaStatus? replicaStatus;