Google Cloud Dms V1 Client - Class Type (1.5.3)

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

The type of migration job (one-time or continuous).

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

Namespace

Google \ Cloud \ CloudDms \ V1 \ MigrationJob

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

The type of the migration job is unknown.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ONE_TIME

Value: 1

The migration job is a one time migration.

Generated from protobuf enum ONE_TIME = 1;

CONTINUOUS

Value: 2

The migration job is a continuous migration.

Generated from protobuf enum CONTINUOUS = 2;