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 | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATABASE_ENGINE_UNSPECIFIED
Value: 0The source database engine of the migration job is unknown.
Generated from protobuf enum DATABASE_ENGINE_UNSPECIFIED = 0;
MYSQL
Value: 1The source engine is MySQL.
Generated from protobuf enum MYSQL = 1;
POSTGRESQL
Value: 2The source engine is PostgreSQL.
Generated from protobuf enum POSTGRESQL = 2;
ORACLE
Value: 4The source engine is Oracle.
Generated from protobuf enum ORACLE = 4;