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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,7 @@ <h3>Method Details</h3>
283
283
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
284
284
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
285
285
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
286
+
"database": "A String", # Optional. The name of the specific database within the host.
286
287
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
287
288
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
288
289
"password": "A String", # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
@@ -588,6 +589,7 @@ <h3>Method Details</h3>
588
589
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
589
590
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
590
591
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
592
+
"database": "A String", # Optional. The name of the specific database within the host.
591
593
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
592
594
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
593
595
"password": "A String", # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
@@ -878,6 +880,7 @@ <h3>Method Details</h3>
878
880
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
879
881
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
880
882
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
883
+
"database": "A String", # Optional. The name of the specific database within the host.
881
884
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
882
885
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
883
886
"password": "A String", # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
@@ -1129,6 +1132,7 @@ <h3>Method Details</h3>
1129
1132
"postgresql": { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
1130
1133
"alloydbClusterId": "A String", # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
1131
1134
"cloudSqlId": "A String", # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1135
+
"database": "A String", # Optional. The name of the specific database within the host.
1132
1136
"host": "A String", # Required. The IP or hostname of the source PostgreSQL database.
1133
1137
"networkArchitecture": "A String", # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
1134
1138
"password": "A String", # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
0 commit comments