public enum MigrationJob.Phase extends Enum<MigrationJob.Phase> implements ProtocolMessageEnum
The current migration job phase.
Protobuf enum google.events.cloud.clouddms.v1.MigrationJob.Phase
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CDC |
The migration job is CDC phase. |
CDC_VALUE |
The migration job is CDC phase. |
FULL_DUMP |
The migration job is in the full dump phase. |
FULL_DUMP_VALUE |
The migration job is in the full dump phase. |
PHASE_UNSPECIFIED |
The phase of the migration job is unknown. |
PHASE_UNSPECIFIED_VALUE |
The phase of the migration job is unknown. |
PREPARING_THE_DUMP |
Only RDS flow - the sources writes stopped, waiting for dump to begin |
PREPARING_THE_DUMP_VALUE |
Only RDS flow - the sources writes stopped, waiting for dump to begin |
PROMOTE_IN_PROGRESS |
The migration job is running the promote phase. |
PROMOTE_IN_PROGRESS_VALUE |
The migration job is running the promote phase. |
UNRECOGNIZED |
|
WAITING_FOR_SOURCE_WRITES_TO_STOP |
Only RDS flow - waiting for source writes to stop |
WAITING_FOR_SOURCE_WRITES_TO_STOP_VALUE |
Only RDS flow - waiting for source writes to stop |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |