mirrorState property

String? mirrorState
getter/setter pair

Indicates the state of mirroring.

Output only. Possible string values are:

  • "MIRROR_STATE_UNSPECIFIED" : Unspecified MirrorState
  • "PREPARING" : Destination volume is being prepared.
  • "MIRRORED" : Destination volume has been initialized and is ready to receive replication transfers.
  • "STOPPED" : Destination volume is not receiving replication transfers.
  • "TRANSFERRING" : Incremental replication is in progress.
  • "BASELINE_TRANSFERRING" : Baseline replication is in progress.
  • "ABORTED" : Replication is aborted.

Implementation

core.String? mirrorState;