Database Migration v1 API - Enum MigrationJob.Types.Phase (2.4.0)

public enum MigrationJob.Types.Phase

Reference documentation and code samples for the Database Migration v1 API enum MigrationJob.Types.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