Module: Google::Cloud::VMMigration::V1::ReplicationCycle::State

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Possible states of a replication cycle.

Constant Summary collapse

STATE_UNSPECIFIED =

The state is unknown. This is used for API compatibility only and is not used by the system.

0
RUNNING =

The replication cycle is running.

1
PAUSED =

The replication cycle is paused.

2
FAILED =

The replication cycle finished with errors.

3
SUCCEEDED =

The replication cycle finished successfully.

4