Google Cloud Vm Migration V1 Client - Class State (0.4.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class State.

Possible states of a replication cycle.

Protobuf type google.cloud.vmmigration.v1.ReplicationCycle.State

Namespace

Google \ Cloud \ VMMigration \ V1 \ ReplicationCycle

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The replication cycle is running.

Generated from protobuf enum RUNNING = 1;

PAUSED

Value: 2

The replication cycle is paused.

Generated from protobuf enum PAUSED = 2;

FAILED

Value: 3

The replication cycle finished with errors.

Generated from protobuf enum FAILED = 3;

SUCCEEDED

Value: 4

The replication cycle finished successfully.

Generated from protobuf enum SUCCEEDED = 4;