phase property

String? phase
getter/setter pair

The phase of the migration job object.

Output only. Possible string values are:

  • "PHASE_UNSPECIFIED" : The phase of the migration job is unknown.
  • "FULL_DUMP" : The migration job object is in the full dump phase.
  • "CDC" : The migration job object is in CDC phase.
  • "READY_FOR_PROMOTE" : The migration job object is ready to be promoted.
  • "PROMOTE_IN_PROGRESS" : The migration job object is in running the promote phase.
  • "PROMOTED" : The migration job is promoted.
  • "DIFF_BACKUP" : The migration job object is in the differential backup phase.

Implementation

core.String? phase;