Reference documentation and code samples for the Google Cloud Dms V1 Client class DatabaseProvider.
The database providers.
Protobuf type google.cloud.clouddms.v1.DatabaseProvider
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATABASE_PROVIDER_UNSPECIFIED
Value: 0The database provider is unknown.
Generated from protobuf enum DATABASE_PROVIDER_UNSPECIFIED = 0;
CLOUDSQL
Value: 1CloudSQL runs the database.
Generated from protobuf enum CLOUDSQL = 1;
RDS
Value: 2RDS runs the database.
Generated from protobuf enum RDS = 2;
AURORA
Value: 3Amazon Aurora.
Generated from protobuf enum AURORA = 3;
ALLOYDB
Value: 4AlloyDB.
Generated from protobuf enum ALLOYDB = 4;