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
Required. The IP or hostname of the source MySQL database.
209
+
The IP or hostname of the source MySQL database.
190
210
- !ruby/object:Api::Type::Integer
191
211
name: 'port'
192
-
required: true
212
+
required_with:
213
+
- 'mysql.0.host'
214
+
- 'mysql.0.username'
193
215
description: |
194
-
Required. The network port of the source MySQL database.
216
+
The network port of the source MySQL database.
195
217
- !ruby/object:Api::Type::String
196
218
name: 'username'
197
-
required: true
219
+
required_with:
220
+
- 'mysql.0.host'
221
+
- 'mysql.0.port'
198
222
description: |
199
-
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
223
+
The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
200
224
- !ruby/object:Api::Type::String
201
225
name: 'password'
202
-
required: true
203
226
immutable: true
204
227
description: |
205
-
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
228
+
Input only. The password for the user that Database Migration Service will be using to connect to the database.
206
229
This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
Required. The IP or hostname of the source MySQL database.
297
+
The IP or hostname of the source MySQL database.
272
298
- !ruby/object:Api::Type::Integer
273
299
name: 'port'
274
-
required: true
300
+
required_with:
301
+
- 'postgresql.0.host'
302
+
- 'postgresql.0.username'
303
+
- 'postgresql.0.password'
275
304
description: |
276
-
Required. The network port of the source MySQL database.
305
+
The network port of the source MySQL database.
277
306
- !ruby/object:Api::Type::String
278
307
name: 'username'
279
-
required: true
308
+
required_with:
309
+
- 'postgresql.0.host'
310
+
- 'postgresql.0.port'
311
+
- 'postgresql.0.password'
280
312
description: |
281
-
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
313
+
The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
282
314
- !ruby/object:Api::Type::String
283
315
name: 'password'
284
-
required: true
316
+
required_with:
317
+
- 'postgresql.0.host'
318
+
- 'postgresql.0.port'
319
+
- 'postgresql.0.username'
285
320
immutable: true
286
321
description: |
287
-
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database.
322
+
Input only. The password for the user that Database Migration Service will be using to connect to the database.
288
323
This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
0 commit comments