Module: Google::Cloud::CloudDMS::V1::MigrationJob::Phase
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
The current migration job phase.
Constant Summary collapse
- PHASE_UNSPECIFIED =
The phase of the migration job is unknown.
0
- FULL_DUMP =
The migration job is in the full dump phase.
1
- CDC =
The migration job is CDC phase.
2
- PROMOTE_IN_PROGRESS =
The migration job is running the promote phase.
3
- WAITING_FOR_SOURCE_WRITES_TO_STOP =
Only RDS flow - waiting for source writes to stop
4
- PREPARING_THE_DUMP =
Only RDS flow - the sources writes stopped, waiting for dump to begin
5