Database Migration v1 API - Enum MigrationJob.Types.Type (2.3.0)

public enum MigrationJob.Types.Type

Reference documentation and code samples for the Database Migration v1 API enum MigrationJob.Types.Type.

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

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
Continuous

The migration job is a continuous migration.

OneTime

The migration job is a one time migration.

Unspecified

The type of the migration job is unknown.