phase property
The current migration job phase.
Output only. Possible string values are:
- "PHASE_UNSPECIFIED" : The phase of the migration job is unknown.
- "FULL_DUMP" : The migration job is in the full dump phase.
- "CDC" : The migration job is CDC phase.
- "PROMOTE_IN_PROGRESS" : The migration job is running the promote phase.
- "WAITING_FOR_SOURCE_WRITES_TO_STOP" : Only RDS flow - waiting for source writes to stop
- "PREPARING_THE_DUMP" : Only RDS flow - the sources writes stopped, waiting for dump to begin
Implementation
core.String? phase;