Google Cloud Dms V1 Client - Class Phase (1.5.4)

Reference documentation and code samples for the Google Cloud Dms V1 Client class Phase.

The current migration job phase.

Protobuf type google.cloud.clouddms.v1.MigrationJob.Phase

Namespace

Google \ Cloud \ CloudDms \ V1 \ MigrationJob

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PHASE_UNSPECIFIED

Value: 0

The phase of the migration job is unknown.

Generated from protobuf enum PHASE_UNSPECIFIED = 0;

FULL_DUMP

Value: 1

The migration job is in the full dump phase.

Generated from protobuf enum FULL_DUMP = 1;

CDC

Value: 2

The migration job is CDC phase.

Generated from protobuf enum CDC = 2;

PROMOTE_IN_PROGRESS

Value: 3

The migration job is running the promote phase.

Generated from protobuf enum PROMOTE_IN_PROGRESS = 3;

WAITING_FOR_SOURCE_WRITES_TO_STOP

Value: 4

Only RDS flow - waiting for source writes to stop

Generated from protobuf enum WAITING_FOR_SOURCE_WRITES_TO_STOP = 4;

PREPARING_THE_DUMP

Value: 5

Only RDS flow - the sources writes stopped, waiting for dump to begin

Generated from protobuf enum PREPARING_THE_DUMP = 5;