Google Cloud Dms V1 Client - Class DatabaseProvider (2.0.6)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dms V1 Client class DatabaseProvider.
The database providers.
Protobuf type google.cloud.clouddms.v1.DatabaseProvider
Namespace
Google \ Cloud \ CloudDms \ V1
Methods
static::name
static::value
Constants
DATABASE_PROVIDER_UNSPECIFIED
The database provider is unknown.
Generated from protobuf enum DATABASE_PROVIDER_UNSPECIFIED = 0;
CLOUDSQL
CloudSQL runs the database.
Generated from protobuf enum CLOUDSQL = 1;
RDS
RDS runs the database.
Generated from protobuf enum RDS = 2;
AURORA
Amazon Aurora.
Generated from protobuf enum AURORA = 3;
ALLOYDB
AlloyDB.
Generated from protobuf enum ALLOYDB = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dms V1 Client - Class DatabaseProvider (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-dms/latest/V1.DatabaseProvider)\n- [2.0.5](/php/docs/reference/cloud-dms/2.0.5/V1.DatabaseProvider)\n- [1.5.5](/php/docs/reference/cloud-dms/1.5.5/V1.DatabaseProvider)\n- [1.4.2](/php/docs/reference/cloud-dms/1.4.2/V1.DatabaseProvider)\n- [1.3.0](/php/docs/reference/cloud-dms/1.3.0/V1.DatabaseProvider)\n- [1.2.1](/php/docs/reference/cloud-dms/1.2.1/V1.DatabaseProvider)\n- [1.1.0](/php/docs/reference/cloud-dms/1.1.0/V1.DatabaseProvider)\n- [1.0.5](/php/docs/reference/cloud-dms/1.0.5/V1.DatabaseProvider) \nReference documentation and code samples for the Google Cloud Dms V1 Client class DatabaseProvider.\n\nThe database providers.\n\nProtobuf type `google.cloud.clouddms.v1.DatabaseProvider`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ CloudDms \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DATABASE_PROVIDER_UNSPECIFIED\n\n Value: 0\n\nThe database provider is unknown.\n\nGenerated from protobuf enum `DATABASE_PROVIDER_UNSPECIFIED = 0;`\n\n### CLOUDSQL\n\n Value: 1\n\nCloudSQL runs the database.\n\nGenerated from protobuf enum `CLOUDSQL = 1;`\n\n### RDS\n\n Value: 2\n\nRDS runs the database.\n\nGenerated from protobuf enum `RDS = 2;`\n\n### AURORA\n\n Value: 3\n\nAmazon Aurora.\n\nGenerated from protobuf enum `AURORA = 3;`\n\n### ALLOYDB\n\n Value: 4\n\nAlloyDB.\n\nGenerated from protobuf enum `ALLOYDB = 4;`"]]