state property
State of the replication.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified replication State
- "CREATING" : Replication is creating.
- "READY" : Replication is ready.
- "UPDATING" : Replication is updating.
- "DELETING" : Replication is deleting.
- "ERROR" : Replication is in error state.
- "PENDING_CLUSTER_PEERING" : Replication is waiting for cluster peering to be established.
- "PENDING_SVM_PEERING" : Replication is waiting for SVM peering to be established.
Implementation
core.String? state;