Module: Google::Cloud::NetApp::V1::Replication::State

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

Overview

The replication states New enum values may be added in future to indicate possible new states.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified replication State

0
CREATING =

Replication is creating.

1
READY =

Replication is ready.

2
UPDATING =

Replication is updating.

3
DELETING =

Replication is deleting.

5
ERROR =

Replication is in error state.

6
PENDING_CLUSTER_PEERING =

Replication is waiting for cluster peering to be established.

8
PENDING_SVM_PEERING =

Replication is waiting for SVM peering to be established.

9
PENDING_REMOTE_RESYNC =

Replication is waiting for Commands to be executed on Onprem ONTAP.

10
EXTERNALLY_MANAGED_REPLICATION =

Onprem ONTAP is destination and Replication can only be managed from Onprem.

11