Google Cloud Dms V1 Client - Class DatabaseEngine (1.4.2)

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

The database engine types.

Protobuf type google.cloud.clouddms.v1.DatabaseEngine

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DATABASE_ENGINE_UNSPECIFIED

Value: 0

The source database engine of the migration job is unknown.

Generated from protobuf enum DATABASE_ENGINE_UNSPECIFIED = 0;

MYSQL

Value: 1

The source engine is MySQL.

Generated from protobuf enum MYSQL = 1;

POSTGRESQL

Value: 2

The source engine is PostgreSQL.

Generated from protobuf enum POSTGRESQL = 2;

ORACLE

Value: 4

The source engine is Oracle.

Generated from protobuf enum ORACLE = 4;