You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/datamigration_v1.projects.locations.connectionProfiles.html
+4
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,7 @@ <h3>Method Details</h3>
253
253
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
254
254
},
255
255
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
256
+
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
256
257
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
257
258
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
258
259
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
@@ -495,6 +496,7 @@ <h3>Method Details</h3>
495
496
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
496
497
},
497
498
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
499
+
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
498
500
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
499
501
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
500
502
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
@@ -722,6 +724,7 @@ <h3>Method Details</h3>
722
724
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
723
725
},
724
726
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
727
+
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
725
728
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
726
729
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
727
730
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
@@ -910,6 +913,7 @@ <h3>Method Details</h3>
910
913
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
911
914
},
912
915
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
916
+
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
913
917
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
914
918
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
915
919
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
0 commit comments