Google Cloud Dms V1 Client - Class BackgroundJobType (2.0.0-RC1)

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

The types of jobs that can be executed in the background.

Protobuf type google.cloud.clouddms.v1.BackgroundJobType

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKGROUND_JOB_TYPE_UNSPECIFIED

Value: 0

Unspecified background job type.

Generated from protobuf enum BACKGROUND_JOB_TYPE_UNSPECIFIED = 0;

BACKGROUND_JOB_TYPE_SOURCE_SEED

Value: 1

Job to seed from the source database.

Generated from protobuf enum BACKGROUND_JOB_TYPE_SOURCE_SEED = 1;

BACKGROUND_JOB_TYPE_CONVERT

Value: 2

Job to convert the source database into a draft of the destination database.

Generated from protobuf enum BACKGROUND_JOB_TYPE_CONVERT = 2;

BACKGROUND_JOB_TYPE_APPLY_DESTINATION

Value: 3

Job to apply the draft tree onto the destination.

Generated from protobuf enum BACKGROUND_JOB_TYPE_APPLY_DESTINATION = 3;

BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE

Value: 5

Job to import and convert mapping rules from an external source such as an ora2pg config file.

Generated from protobuf enum BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE = 5;