Google Cloud Dms V1 Client - Class DatabaseEngine (1.0.5)

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

Methods

name

Parameter
NameDescription
value mixed

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;