Module: Google::Cloud::NetApp::V1::Replication::MirrorState

Defined in:
proto_docs/google/cloud/netapp/v1/replication.rb

Overview

Mirroring states. No new value is expected to be added in future.

Constant Summary collapse

MIRROR_STATE_UNSPECIFIED =

Unspecified MirrorState

0
PREPARING =

Destination volume is being prepared.

1
MIRRORED =

Destination volume has been initialized and is ready to receive replication transfers.

2
STOPPED =

Destination volume is not receiving replication transfers.

3
TRANSFERRING =

Incremental replication is in progress.

4