Enum MigrationJob.Types.Phase (2.0.0)

public enum Phase

The current migration job phase.

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
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