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