public enum MigrationJob.Types.PhaseReference documentation and code samples for the Database Migration v1 API enum MigrationJob.Types.Phase.
The current migration job phase.
Namespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Fields |
|
|---|---|
| Name | Description |
Cdc |
The migration job is CDC phase. |
FullDump |
The migration job is in the full dump phase. |
PreparingTheDump |
Only RDS flow - the sources writes stopped, waiting for dump to begin |
PromoteInProgress |
The migration job is running the promote phase. |
Unspecified |
The phase of the migration job is unknown. |
WaitingForSourceWritesToStop |
Only RDS flow - waiting for source writes to stop |