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
"hostname": "A String", # Required. Hostname for the Oracle ASM connection.
162
+
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
163
+
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
164
+
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
165
+
},
166
+
"password": "A String", # Required. Password for the Oracle ASM connection.
167
+
"port": 42, # Required. Port for the Oracle ASM connection.
168
+
"username": "A String", # Required. Username for the Oracle ASM connection.
169
+
},
156
170
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
157
171
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
158
172
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
159
173
},
160
174
"password": "A String", # Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
161
175
"port": 42, # Port for the Oracle connection, default value is 1521.
176
+
"secretManagerStoredPassword": "A String", # Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the `password` field.
162
177
"username": "A String", # Required. Username for the Oracle connection.
"database": "A String", # Required. Database for the PostgreSQL connection.
166
181
"hostname": "A String", # Required. Hostname for the PostgreSQL connection.
167
182
"password": "A String", # Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
@@ -302,15 +317,30 @@ <h3>Method Details</h3>
302
317
},
303
318
"databaseService": "A String", # Required. Database for the Oracle connection.
304
319
"hostname": "A String", # Required. Hostname for the Oracle connection.
320
+
"oracleAsmConfig": { # Configuration for Oracle Automatic Storage Management (ASM) connection. # Optional. Configuration for Oracle ASM connection.
321
+
"asmService": "A String", # Required. ASM service name for the Oracle ASM connection.
"hostname": "A String", # Required. Hostname for the Oracle ASM connection.
326
+
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
327
+
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
328
+
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
329
+
},
330
+
"password": "A String", # Required. Password for the Oracle ASM connection.
331
+
"port": 42, # Required. Port for the Oracle ASM connection.
332
+
"username": "A String", # Required. Username for the Oracle ASM connection.
333
+
},
305
334
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
306
335
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
307
336
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
308
337
},
309
338
"password": "A String", # Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
310
339
"port": 42, # Port for the Oracle connection, default value is 1521.
340
+
"secretManagerStoredPassword": "A String", # Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the `password` field.
311
341
"username": "A String", # Required. Username for the Oracle connection.
"database": "A String", # Required. Database for the PostgreSQL connection.
315
345
"hostname": "A String", # Required. Hostname for the PostgreSQL connection.
316
346
"password": "A String", # Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
@@ -598,15 +628,30 @@ <h3>Method Details</h3>
598
628
},
599
629
"databaseService": "A String", # Required. Database for the Oracle connection.
600
630
"hostname": "A String", # Required. Hostname for the Oracle connection.
631
+
"oracleAsmConfig": { # Configuration for Oracle Automatic Storage Management (ASM) connection. # Optional. Configuration for Oracle ASM connection.
632
+
"asmService": "A String", # Required. ASM service name for the Oracle ASM connection.
"hostname": "A String", # Required. Hostname for the Oracle ASM connection.
637
+
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
638
+
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
639
+
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
640
+
},
641
+
"password": "A String", # Required. Password for the Oracle ASM connection.
642
+
"port": 42, # Required. Port for the Oracle ASM connection.
643
+
"username": "A String", # Required. Username for the Oracle ASM connection.
644
+
},
601
645
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
602
646
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
603
647
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
604
648
},
605
649
"password": "A String", # Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
606
650
"port": 42, # Port for the Oracle connection, default value is 1521.
651
+
"secretManagerStoredPassword": "A String", # Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the `password` field.
607
652
"username": "A String", # Required. Username for the Oracle connection.
"database": "A String", # Required. Database for the PostgreSQL connection.
611
656
"hostname": "A String", # Required. Hostname for the PostgreSQL connection.
612
657
"password": "A String", # Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
@@ -689,15 +734,30 @@ <h3>Method Details</h3>
689
734
},
690
735
"databaseService": "A String", # Required. Database for the Oracle connection.
691
736
"hostname": "A String", # Required. Hostname for the Oracle connection.
737
+
"oracleAsmConfig": { # Configuration for Oracle Automatic Storage Management (ASM) connection. # Optional. Configuration for Oracle ASM connection.
738
+
"asmService": "A String", # Required. ASM service name for the Oracle ASM connection.
"hostname": "A String", # Required. Hostname for the Oracle ASM connection.
743
+
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
744
+
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
745
+
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
746
+
},
747
+
"password": "A String", # Required. Password for the Oracle ASM connection.
748
+
"port": 42, # Required. Port for the Oracle ASM connection.
749
+
"username": "A String", # Required. Username for the Oracle ASM connection.
750
+
},
692
751
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
693
752
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
694
753
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
695
754
},
696
755
"password": "A String", # Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
697
756
"port": 42, # Port for the Oracle connection, default value is 1521.
757
+
"secretManagerStoredPassword": "A String", # Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the `password` field.
698
758
"username": "A String", # Required. Username for the Oracle connection.
"database": "A String", # Required. Database for the PostgreSQL connection.
702
762
"hostname": "A String", # Required. Hostname for the PostgreSQL connection.
703
763
"password": "A String", # Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
@@ -789,15 +849,30 @@ <h3>Method Details</h3>
789
849
},
790
850
"databaseService": "A String", # Required. Database for the Oracle connection.
791
851
"hostname": "A String", # Required. Hostname for the Oracle connection.
852
+
"oracleAsmConfig": { # Configuration for Oracle Automatic Storage Management (ASM) connection. # Optional. Configuration for Oracle ASM connection.
853
+
"asmService": "A String", # Required. ASM service name for the Oracle ASM connection.
"hostname": "A String", # Required. Hostname for the Oracle ASM connection.
858
+
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
859
+
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
860
+
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
861
+
},
862
+
"password": "A String", # Required. Password for the Oracle ASM connection.
863
+
"port": 42, # Required. Port for the Oracle ASM connection.
864
+
"username": "A String", # Required. Username for the Oracle ASM connection.
865
+
},
792
866
"oracleSslConfig": { # Oracle SSL configuration information. # Optional. SSL configuration for the Oracle connection.
793
867
"caCertificate": "A String", # Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
794
868
"caCertificateSet": True or False, # Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
795
869
},
796
870
"password": "A String", # Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
797
871
"port": 42, # Port for the Oracle connection, default value is 1521.
872
+
"secretManagerStoredPassword": "A String", # Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the `password` field.
798
873
"username": "A String", # Required. Username for the Oracle connection.
"database": "A String", # Required. Database for the PostgreSQL connection.
802
877
"hostname": "A String", # Required. Hostname for the PostgreSQL connection.
803
878
"password": "A String", # Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
0 commit comments