Enum MigrationJob.Phase (2.7.0)

public enum MigrationJob.Phase extends Enum<MigrationJob.Phase> implements ProtocolMessageEnum

The current migration job phase.

Protobuf enum google.cloud.clouddms.v1.MigrationJob.Phase

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CDC

The migration job is CDC phase.

CDC = 2;

CDC_VALUE

The migration job is CDC phase.

CDC = 2;

FULL_DUMP

The migration job is in the full dump phase.

FULL_DUMP = 1;

FULL_DUMP_VALUE

The migration job is in the full dump phase.

FULL_DUMP = 1;

PHASE_UNSPECIFIED

The phase of the migration job is unknown.

PHASE_UNSPECIFIED = 0;

PHASE_UNSPECIFIED_VALUE

The phase of the migration job is unknown.

PHASE_UNSPECIFIED = 0;

PREPARING_THE_DUMP

Only RDS flow - the sources writes stopped, waiting for dump to begin

PREPARING_THE_DUMP = 5;

PREPARING_THE_DUMP_VALUE

Only RDS flow - the sources writes stopped, waiting for dump to begin

PREPARING_THE_DUMP = 5;

PROMOTE_IN_PROGRESS

The migration job is running the promote phase.

PROMOTE_IN_PROGRESS = 3;

PROMOTE_IN_PROGRESS_VALUE

The migration job is running the promote phase.

PROMOTE_IN_PROGRESS = 3;

UNRECOGNIZED
WAITING_FOR_SOURCE_WRITES_TO_STOP

Only RDS flow - waiting for source writes to stop

WAITING_FOR_SOURCE_WRITES_TO_STOP = 4;

WAITING_FOR_SOURCE_WRITES_TO_STOP_VALUE

Only RDS flow - waiting for source writes to stop

WAITING_FOR_SOURCE_WRITES_TO_STOP = 4;

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()