Enum ReplicationCycle.State (1.33.0)

public enum ReplicationCycle.State extends Enum<ReplicationCycle.State> implements ProtocolMessageEnum

Possible states of a replication cycle.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The replication cycle finished with errors.

FAILED = 3;

FAILED_VALUE

The replication cycle finished with errors.

FAILED = 3;

PAUSED

The replication cycle is paused.

PAUSED = 2;

PAUSED_VALUE

The replication cycle is paused.

PAUSED = 2;

RUNNING

The replication cycle is running.

RUNNING = 1;

RUNNING_VALUE

The replication cycle is running.

RUNNING = 1;

STATE_UNSPECIFIED

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

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

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

STATE_UNSPECIFIED = 0;

SUCCEEDED

The replication cycle finished successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The replication cycle finished successfully.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()