Module: Google::Cloud::CloudDMS::V1::DatabaseEngine
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
The database engine types.
Constant Summary collapse
- DATABASE_ENGINE_UNSPECIFIED =
The source database engine of the migration job is unknown.
0
- MYSQL =
The source engine is MySQL.
1
- POSTGRESQL =
The source engine is PostgreSQL.
2
- ORACLE =
The source engine is Oracle.
4