status

@JvmName(name = "gwblbvshdwfomoha")
suspend fun status(value: Output<String>)
@JvmName(name = "fgkqdojvrlcicgxc")
suspend fun status(value: String?)

Parameters

value

The status of the consistent replication group. Possible values:

  • invalid: invalid. This state indicates that there is an exception to the replication pair in the consistent replication group.

  • creating: creating.

  • created: created.

  • create_failed: creation failed.

  • manual_syncing: in a single synchronization. If it is the first single synchronization, this status is also displayed in the synchronization.

  • syncing: synchronization. This state is the first time data is copied asynchronously between the master and slave disks.

  • normal: normal. When data replication is completed within the current cycle of asynchronous replication, it will be in this state.

  • stopping: stopping.

  • stopped: stopped.

  • stop_failed: Stop failed.

  • Failover: failover.

  • Failed: failover completed.

  • failover_failed: failover failed.

  • Reprotection: In reverse copy operation.

  • reprotect_failed: reverse replication failed.

  • deleting: deleting.

  • delete_failed: delete failed.

  • deleted: deleted.