huaweicloudsdkmssi 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- huaweicloudsdkmssi/v1/model/action_base_info.py +33 -33
- huaweicloudsdkmssi/v1/model/api_config.py +3 -3
- huaweicloudsdkmssi/v1/model/auth_config_a.py +15 -15
- huaweicloudsdkmssi/v1/model/base_connection_info.py +23 -23
- huaweicloudsdkmssi/v1/model/connection_info.py +55 -55
- huaweicloudsdkmssi/v1/model/connector_info.py +47 -47
- huaweicloudsdkmssi/v1/model/connector_info0.py +35 -35
- huaweicloudsdkmssi/v1/model/create_connection_info_request.py +3 -3
- huaweicloudsdkmssi/v1/model/create_connection_info_response.py +7 -7
- huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +3 -3
- huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +15 -15
- huaweicloudsdkmssi/v1/model/create_flow_request.py +3 -3
- huaweicloudsdkmssi/v1/model/create_flow_response.py +9 -9
- huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +5 -5
- huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +9 -9
- huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +13 -13
- huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +3 -3
- huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +7 -7
- huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +3 -3
- huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +7 -7
- huaweicloudsdkmssi/v1/model/delete_flow_request.py +3 -3
- huaweicloudsdkmssi/v1/model/delete_flow_response.py +7 -7
- huaweicloudsdkmssi/v1/model/flow_meta.py +73 -73
- huaweicloudsdkmssi/v1/model/runtime_permission.py +11 -11
- huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +5 -5
- huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +73 -73
- huaweicloudsdkmssi/v1/model/show_all_connections_request.py +7 -7
- huaweicloudsdkmssi/v1/model/show_all_connections_response.py +1 -1
- huaweicloudsdkmssi/v1/model/show_all_flows_request.py +13 -13
- huaweicloudsdkmssi/v1/model/show_all_flows_response.py +5 -5
- huaweicloudsdkmssi/v1/model/show_connectors_request.py +13 -13
- huaweicloudsdkmssi/v1/model/show_connectors_response.py +5 -5
- huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +3 -3
- huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +7 -7
- huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +7 -7
- huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +5 -5
- huaweicloudsdkmssi/v1/model/show_single_connection_request.py +3 -3
- huaweicloudsdkmssi/v1/model/show_single_connection_response.py +55 -55
- huaweicloudsdkmssi/v1/model/tag.py +5 -5
- huaweicloudsdkmssi/v1/model/template_message.py +7 -7
- huaweicloudsdkmssi/v1/model/trigger_base_info.py +33 -33
- huaweicloudsdkmssi/v1/model/update_connection_info_request.py +5 -5
- huaweicloudsdkmssi/v1/model/update_connection_info_response.py +7 -7
- huaweicloudsdkmssi/v1/model/update_flow_request.py +5 -5
- huaweicloudsdkmssi/v1/model/update_flow_response.py +9 -9
- huaweicloudsdkmssi/v1/mssi_async_client.py +16 -16
- huaweicloudsdkmssi/v1/mssi_client.py +16 -16
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkmssi-3.1.143.dist-info/RECORD +57 -0
- huaweicloudsdkmssi-3.1.142.dist-info/RECORD +0 -57
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/top_level.txt +0 -0
@@ -77,7 +77,7 @@ class ConnectionInfo:
|
|
77
77
|
}
|
78
78
|
|
79
79
|
def __init__(self, auth_config=None, auth_config_id=None, auth_dynamic=None, auth_id=None, auth_info=None, auth_key=None, auth_name=None, auth_prop=None, auth_type=None, cdm_params_config=None, connection_name=None, connector_id=None, connector_name=None, create_time=None, created_by=None, description=None, domain_id=None, host_config=None, id=None, is_open=None, logo=None, project_id=None, status=None, type=None, updated_by=None, updated_time=None, user_id=None):
|
80
|
-
"""ConnectionInfo
|
80
|
+
r"""ConnectionInfo
|
81
81
|
|
82
82
|
The model defined in huaweicloud sdk
|
83
83
|
|
@@ -225,7 +225,7 @@ class ConnectionInfo:
|
|
225
225
|
|
226
226
|
@property
|
227
227
|
def auth_config(self):
|
228
|
-
"""Gets the auth_config of this ConnectionInfo.
|
228
|
+
r"""Gets the auth_config of this ConnectionInfo.
|
229
229
|
|
230
230
|
:return: The auth_config of this ConnectionInfo.
|
231
231
|
:rtype: object
|
@@ -234,7 +234,7 @@ class ConnectionInfo:
|
|
234
234
|
|
235
235
|
@auth_config.setter
|
236
236
|
def auth_config(self, auth_config):
|
237
|
-
"""Sets the auth_config of this ConnectionInfo.
|
237
|
+
r"""Sets the auth_config of this ConnectionInfo.
|
238
238
|
|
239
239
|
:param auth_config: The auth_config of this ConnectionInfo.
|
240
240
|
:type auth_config: object
|
@@ -243,7 +243,7 @@ class ConnectionInfo:
|
|
243
243
|
|
244
244
|
@property
|
245
245
|
def auth_config_id(self):
|
246
|
-
"""Gets the auth_config_id of this ConnectionInfo.
|
246
|
+
r"""Gets the auth_config_id of this ConnectionInfo.
|
247
247
|
|
248
248
|
:return: The auth_config_id of this ConnectionInfo.
|
249
249
|
:rtype: str
|
@@ -252,7 +252,7 @@ class ConnectionInfo:
|
|
252
252
|
|
253
253
|
@auth_config_id.setter
|
254
254
|
def auth_config_id(self, auth_config_id):
|
255
|
-
"""Sets the auth_config_id of this ConnectionInfo.
|
255
|
+
r"""Sets the auth_config_id of this ConnectionInfo.
|
256
256
|
|
257
257
|
:param auth_config_id: The auth_config_id of this ConnectionInfo.
|
258
258
|
:type auth_config_id: str
|
@@ -261,7 +261,7 @@ class ConnectionInfo:
|
|
261
261
|
|
262
262
|
@property
|
263
263
|
def auth_dynamic(self):
|
264
|
-
"""Gets the auth_dynamic of this ConnectionInfo.
|
264
|
+
r"""Gets the auth_dynamic of this ConnectionInfo.
|
265
265
|
|
266
266
|
:return: The auth_dynamic of this ConnectionInfo.
|
267
267
|
:rtype: object
|
@@ -270,7 +270,7 @@ class ConnectionInfo:
|
|
270
270
|
|
271
271
|
@auth_dynamic.setter
|
272
272
|
def auth_dynamic(self, auth_dynamic):
|
273
|
-
"""Sets the auth_dynamic of this ConnectionInfo.
|
273
|
+
r"""Sets the auth_dynamic of this ConnectionInfo.
|
274
274
|
|
275
275
|
:param auth_dynamic: The auth_dynamic of this ConnectionInfo.
|
276
276
|
:type auth_dynamic: object
|
@@ -279,7 +279,7 @@ class ConnectionInfo:
|
|
279
279
|
|
280
280
|
@property
|
281
281
|
def auth_id(self):
|
282
|
-
"""Gets the auth_id of this ConnectionInfo.
|
282
|
+
r"""Gets the auth_id of this ConnectionInfo.
|
283
283
|
|
284
284
|
:return: The auth_id of this ConnectionInfo.
|
285
285
|
:rtype: str
|
@@ -288,7 +288,7 @@ class ConnectionInfo:
|
|
288
288
|
|
289
289
|
@auth_id.setter
|
290
290
|
def auth_id(self, auth_id):
|
291
|
-
"""Sets the auth_id of this ConnectionInfo.
|
291
|
+
r"""Sets the auth_id of this ConnectionInfo.
|
292
292
|
|
293
293
|
:param auth_id: The auth_id of this ConnectionInfo.
|
294
294
|
:type auth_id: str
|
@@ -297,7 +297,7 @@ class ConnectionInfo:
|
|
297
297
|
|
298
298
|
@property
|
299
299
|
def auth_info(self):
|
300
|
-
"""Gets the auth_info of this ConnectionInfo.
|
300
|
+
r"""Gets the auth_info of this ConnectionInfo.
|
301
301
|
|
302
302
|
:return: The auth_info of this ConnectionInfo.
|
303
303
|
:rtype: object
|
@@ -306,7 +306,7 @@ class ConnectionInfo:
|
|
306
306
|
|
307
307
|
@auth_info.setter
|
308
308
|
def auth_info(self, auth_info):
|
309
|
-
"""Sets the auth_info of this ConnectionInfo.
|
309
|
+
r"""Sets the auth_info of this ConnectionInfo.
|
310
310
|
|
311
311
|
:param auth_info: The auth_info of this ConnectionInfo.
|
312
312
|
:type auth_info: object
|
@@ -315,7 +315,7 @@ class ConnectionInfo:
|
|
315
315
|
|
316
316
|
@property
|
317
317
|
def auth_key(self):
|
318
|
-
"""Gets the auth_key of this ConnectionInfo.
|
318
|
+
r"""Gets the auth_key of this ConnectionInfo.
|
319
319
|
|
320
320
|
:return: The auth_key of this ConnectionInfo.
|
321
321
|
:rtype: str
|
@@ -324,7 +324,7 @@ class ConnectionInfo:
|
|
324
324
|
|
325
325
|
@auth_key.setter
|
326
326
|
def auth_key(self, auth_key):
|
327
|
-
"""Sets the auth_key of this ConnectionInfo.
|
327
|
+
r"""Sets the auth_key of this ConnectionInfo.
|
328
328
|
|
329
329
|
:param auth_key: The auth_key of this ConnectionInfo.
|
330
330
|
:type auth_key: str
|
@@ -333,7 +333,7 @@ class ConnectionInfo:
|
|
333
333
|
|
334
334
|
@property
|
335
335
|
def auth_name(self):
|
336
|
-
"""Gets the auth_name of this ConnectionInfo.
|
336
|
+
r"""Gets the auth_name of this ConnectionInfo.
|
337
337
|
|
338
338
|
:return: The auth_name of this ConnectionInfo.
|
339
339
|
:rtype: str
|
@@ -342,7 +342,7 @@ class ConnectionInfo:
|
|
342
342
|
|
343
343
|
@auth_name.setter
|
344
344
|
def auth_name(self, auth_name):
|
345
|
-
"""Sets the auth_name of this ConnectionInfo.
|
345
|
+
r"""Sets the auth_name of this ConnectionInfo.
|
346
346
|
|
347
347
|
:param auth_name: The auth_name of this ConnectionInfo.
|
348
348
|
:type auth_name: str
|
@@ -351,7 +351,7 @@ class ConnectionInfo:
|
|
351
351
|
|
352
352
|
@property
|
353
353
|
def auth_prop(self):
|
354
|
-
"""Gets the auth_prop of this ConnectionInfo.
|
354
|
+
r"""Gets the auth_prop of this ConnectionInfo.
|
355
355
|
|
356
356
|
:return: The auth_prop of this ConnectionInfo.
|
357
357
|
:rtype: object
|
@@ -360,7 +360,7 @@ class ConnectionInfo:
|
|
360
360
|
|
361
361
|
@auth_prop.setter
|
362
362
|
def auth_prop(self, auth_prop):
|
363
|
-
"""Sets the auth_prop of this ConnectionInfo.
|
363
|
+
r"""Sets the auth_prop of this ConnectionInfo.
|
364
364
|
|
365
365
|
:param auth_prop: The auth_prop of this ConnectionInfo.
|
366
366
|
:type auth_prop: object
|
@@ -369,7 +369,7 @@ class ConnectionInfo:
|
|
369
369
|
|
370
370
|
@property
|
371
371
|
def auth_type(self):
|
372
|
-
"""Gets the auth_type of this ConnectionInfo.
|
372
|
+
r"""Gets the auth_type of this ConnectionInfo.
|
373
373
|
|
374
374
|
:return: The auth_type of this ConnectionInfo.
|
375
375
|
:rtype: str
|
@@ -378,7 +378,7 @@ class ConnectionInfo:
|
|
378
378
|
|
379
379
|
@auth_type.setter
|
380
380
|
def auth_type(self, auth_type):
|
381
|
-
"""Sets the auth_type of this ConnectionInfo.
|
381
|
+
r"""Sets the auth_type of this ConnectionInfo.
|
382
382
|
|
383
383
|
:param auth_type: The auth_type of this ConnectionInfo.
|
384
384
|
:type auth_type: str
|
@@ -387,7 +387,7 @@ class ConnectionInfo:
|
|
387
387
|
|
388
388
|
@property
|
389
389
|
def cdm_params_config(self):
|
390
|
-
"""Gets the cdm_params_config of this ConnectionInfo.
|
390
|
+
r"""Gets the cdm_params_config of this ConnectionInfo.
|
391
391
|
|
392
392
|
:return: The cdm_params_config of this ConnectionInfo.
|
393
393
|
:rtype: object
|
@@ -396,7 +396,7 @@ class ConnectionInfo:
|
|
396
396
|
|
397
397
|
@cdm_params_config.setter
|
398
398
|
def cdm_params_config(self, cdm_params_config):
|
399
|
-
"""Sets the cdm_params_config of this ConnectionInfo.
|
399
|
+
r"""Sets the cdm_params_config of this ConnectionInfo.
|
400
400
|
|
401
401
|
:param cdm_params_config: The cdm_params_config of this ConnectionInfo.
|
402
402
|
:type cdm_params_config: object
|
@@ -405,7 +405,7 @@ class ConnectionInfo:
|
|
405
405
|
|
406
406
|
@property
|
407
407
|
def connection_name(self):
|
408
|
-
"""Gets the connection_name of this ConnectionInfo.
|
408
|
+
r"""Gets the connection_name of this ConnectionInfo.
|
409
409
|
|
410
410
|
:return: The connection_name of this ConnectionInfo.
|
411
411
|
:rtype: str
|
@@ -414,7 +414,7 @@ class ConnectionInfo:
|
|
414
414
|
|
415
415
|
@connection_name.setter
|
416
416
|
def connection_name(self, connection_name):
|
417
|
-
"""Sets the connection_name of this ConnectionInfo.
|
417
|
+
r"""Sets the connection_name of this ConnectionInfo.
|
418
418
|
|
419
419
|
:param connection_name: The connection_name of this ConnectionInfo.
|
420
420
|
:type connection_name: str
|
@@ -423,7 +423,7 @@ class ConnectionInfo:
|
|
423
423
|
|
424
424
|
@property
|
425
425
|
def connector_id(self):
|
426
|
-
"""Gets the connector_id of this ConnectionInfo.
|
426
|
+
r"""Gets the connector_id of this ConnectionInfo.
|
427
427
|
|
428
428
|
:return: The connector_id of this ConnectionInfo.
|
429
429
|
:rtype: str
|
@@ -432,7 +432,7 @@ class ConnectionInfo:
|
|
432
432
|
|
433
433
|
@connector_id.setter
|
434
434
|
def connector_id(self, connector_id):
|
435
|
-
"""Sets the connector_id of this ConnectionInfo.
|
435
|
+
r"""Sets the connector_id of this ConnectionInfo.
|
436
436
|
|
437
437
|
:param connector_id: The connector_id of this ConnectionInfo.
|
438
438
|
:type connector_id: str
|
@@ -441,7 +441,7 @@ class ConnectionInfo:
|
|
441
441
|
|
442
442
|
@property
|
443
443
|
def connector_name(self):
|
444
|
-
"""Gets the connector_name of this ConnectionInfo.
|
444
|
+
r"""Gets the connector_name of this ConnectionInfo.
|
445
445
|
|
446
446
|
:return: The connector_name of this ConnectionInfo.
|
447
447
|
:rtype: str
|
@@ -450,7 +450,7 @@ class ConnectionInfo:
|
|
450
450
|
|
451
451
|
@connector_name.setter
|
452
452
|
def connector_name(self, connector_name):
|
453
|
-
"""Sets the connector_name of this ConnectionInfo.
|
453
|
+
r"""Sets the connector_name of this ConnectionInfo.
|
454
454
|
|
455
455
|
:param connector_name: The connector_name of this ConnectionInfo.
|
456
456
|
:type connector_name: str
|
@@ -459,7 +459,7 @@ class ConnectionInfo:
|
|
459
459
|
|
460
460
|
@property
|
461
461
|
def create_time(self):
|
462
|
-
"""Gets the create_time of this ConnectionInfo.
|
462
|
+
r"""Gets the create_time of this ConnectionInfo.
|
463
463
|
|
464
464
|
:return: The create_time of this ConnectionInfo.
|
465
465
|
:rtype: datetime
|
@@ -468,7 +468,7 @@ class ConnectionInfo:
|
|
468
468
|
|
469
469
|
@create_time.setter
|
470
470
|
def create_time(self, create_time):
|
471
|
-
"""Sets the create_time of this ConnectionInfo.
|
471
|
+
r"""Sets the create_time of this ConnectionInfo.
|
472
472
|
|
473
473
|
:param create_time: The create_time of this ConnectionInfo.
|
474
474
|
:type create_time: datetime
|
@@ -477,7 +477,7 @@ class ConnectionInfo:
|
|
477
477
|
|
478
478
|
@property
|
479
479
|
def created_by(self):
|
480
|
-
"""Gets the created_by of this ConnectionInfo.
|
480
|
+
r"""Gets the created_by of this ConnectionInfo.
|
481
481
|
|
482
482
|
:return: The created_by of this ConnectionInfo.
|
483
483
|
:rtype: str
|
@@ -486,7 +486,7 @@ class ConnectionInfo:
|
|
486
486
|
|
487
487
|
@created_by.setter
|
488
488
|
def created_by(self, created_by):
|
489
|
-
"""Sets the created_by of this ConnectionInfo.
|
489
|
+
r"""Sets the created_by of this ConnectionInfo.
|
490
490
|
|
491
491
|
:param created_by: The created_by of this ConnectionInfo.
|
492
492
|
:type created_by: str
|
@@ -495,7 +495,7 @@ class ConnectionInfo:
|
|
495
495
|
|
496
496
|
@property
|
497
497
|
def description(self):
|
498
|
-
"""Gets the description of this ConnectionInfo.
|
498
|
+
r"""Gets the description of this ConnectionInfo.
|
499
499
|
|
500
500
|
:return: The description of this ConnectionInfo.
|
501
501
|
:rtype: str
|
@@ -504,7 +504,7 @@ class ConnectionInfo:
|
|
504
504
|
|
505
505
|
@description.setter
|
506
506
|
def description(self, description):
|
507
|
-
"""Sets the description of this ConnectionInfo.
|
507
|
+
r"""Sets the description of this ConnectionInfo.
|
508
508
|
|
509
509
|
:param description: The description of this ConnectionInfo.
|
510
510
|
:type description: str
|
@@ -513,7 +513,7 @@ class ConnectionInfo:
|
|
513
513
|
|
514
514
|
@property
|
515
515
|
def domain_id(self):
|
516
|
-
"""Gets the domain_id of this ConnectionInfo.
|
516
|
+
r"""Gets the domain_id of this ConnectionInfo.
|
517
517
|
|
518
518
|
:return: The domain_id of this ConnectionInfo.
|
519
519
|
:rtype: str
|
@@ -522,7 +522,7 @@ class ConnectionInfo:
|
|
522
522
|
|
523
523
|
@domain_id.setter
|
524
524
|
def domain_id(self, domain_id):
|
525
|
-
"""Sets the domain_id of this ConnectionInfo.
|
525
|
+
r"""Sets the domain_id of this ConnectionInfo.
|
526
526
|
|
527
527
|
:param domain_id: The domain_id of this ConnectionInfo.
|
528
528
|
:type domain_id: str
|
@@ -531,7 +531,7 @@ class ConnectionInfo:
|
|
531
531
|
|
532
532
|
@property
|
533
533
|
def host_config(self):
|
534
|
-
"""Gets the host_config of this ConnectionInfo.
|
534
|
+
r"""Gets the host_config of this ConnectionInfo.
|
535
535
|
|
536
536
|
:return: The host_config of this ConnectionInfo.
|
537
537
|
:rtype: object
|
@@ -540,7 +540,7 @@ class ConnectionInfo:
|
|
540
540
|
|
541
541
|
@host_config.setter
|
542
542
|
def host_config(self, host_config):
|
543
|
-
"""Sets the host_config of this ConnectionInfo.
|
543
|
+
r"""Sets the host_config of this ConnectionInfo.
|
544
544
|
|
545
545
|
:param host_config: The host_config of this ConnectionInfo.
|
546
546
|
:type host_config: object
|
@@ -549,7 +549,7 @@ class ConnectionInfo:
|
|
549
549
|
|
550
550
|
@property
|
551
551
|
def id(self):
|
552
|
-
"""Gets the id of this ConnectionInfo.
|
552
|
+
r"""Gets the id of this ConnectionInfo.
|
553
553
|
|
554
554
|
:return: The id of this ConnectionInfo.
|
555
555
|
:rtype: str
|
@@ -558,7 +558,7 @@ class ConnectionInfo:
|
|
558
558
|
|
559
559
|
@id.setter
|
560
560
|
def id(self, id):
|
561
|
-
"""Sets the id of this ConnectionInfo.
|
561
|
+
r"""Sets the id of this ConnectionInfo.
|
562
562
|
|
563
563
|
:param id: The id of this ConnectionInfo.
|
564
564
|
:type id: str
|
@@ -567,7 +567,7 @@ class ConnectionInfo:
|
|
567
567
|
|
568
568
|
@property
|
569
569
|
def is_open(self):
|
570
|
-
"""Gets the is_open of this ConnectionInfo.
|
570
|
+
r"""Gets the is_open of this ConnectionInfo.
|
571
571
|
|
572
572
|
:return: The is_open of this ConnectionInfo.
|
573
573
|
:rtype: int
|
@@ -576,7 +576,7 @@ class ConnectionInfo:
|
|
576
576
|
|
577
577
|
@is_open.setter
|
578
578
|
def is_open(self, is_open):
|
579
|
-
"""Sets the is_open of this ConnectionInfo.
|
579
|
+
r"""Sets the is_open of this ConnectionInfo.
|
580
580
|
|
581
581
|
:param is_open: The is_open of this ConnectionInfo.
|
582
582
|
:type is_open: int
|
@@ -585,7 +585,7 @@ class ConnectionInfo:
|
|
585
585
|
|
586
586
|
@property
|
587
587
|
def logo(self):
|
588
|
-
"""Gets the logo of this ConnectionInfo.
|
588
|
+
r"""Gets the logo of this ConnectionInfo.
|
589
589
|
|
590
590
|
:return: The logo of this ConnectionInfo.
|
591
591
|
:rtype: str
|
@@ -594,7 +594,7 @@ class ConnectionInfo:
|
|
594
594
|
|
595
595
|
@logo.setter
|
596
596
|
def logo(self, logo):
|
597
|
-
"""Sets the logo of this ConnectionInfo.
|
597
|
+
r"""Sets the logo of this ConnectionInfo.
|
598
598
|
|
599
599
|
:param logo: The logo of this ConnectionInfo.
|
600
600
|
:type logo: str
|
@@ -603,7 +603,7 @@ class ConnectionInfo:
|
|
603
603
|
|
604
604
|
@property
|
605
605
|
def project_id(self):
|
606
|
-
"""Gets the project_id of this ConnectionInfo.
|
606
|
+
r"""Gets the project_id of this ConnectionInfo.
|
607
607
|
|
608
608
|
:return: The project_id of this ConnectionInfo.
|
609
609
|
:rtype: str
|
@@ -612,7 +612,7 @@ class ConnectionInfo:
|
|
612
612
|
|
613
613
|
@project_id.setter
|
614
614
|
def project_id(self, project_id):
|
615
|
-
"""Sets the project_id of this ConnectionInfo.
|
615
|
+
r"""Sets the project_id of this ConnectionInfo.
|
616
616
|
|
617
617
|
:param project_id: The project_id of this ConnectionInfo.
|
618
618
|
:type project_id: str
|
@@ -621,7 +621,7 @@ class ConnectionInfo:
|
|
621
621
|
|
622
622
|
@property
|
623
623
|
def status(self):
|
624
|
-
"""Gets the status of this ConnectionInfo.
|
624
|
+
r"""Gets the status of this ConnectionInfo.
|
625
625
|
|
626
626
|
:return: The status of this ConnectionInfo.
|
627
627
|
:rtype: str
|
@@ -630,7 +630,7 @@ class ConnectionInfo:
|
|
630
630
|
|
631
631
|
@status.setter
|
632
632
|
def status(self, status):
|
633
|
-
"""Sets the status of this ConnectionInfo.
|
633
|
+
r"""Sets the status of this ConnectionInfo.
|
634
634
|
|
635
635
|
:param status: The status of this ConnectionInfo.
|
636
636
|
:type status: str
|
@@ -639,7 +639,7 @@ class ConnectionInfo:
|
|
639
639
|
|
640
640
|
@property
|
641
641
|
def type(self):
|
642
|
-
"""Gets the type of this ConnectionInfo.
|
642
|
+
r"""Gets the type of this ConnectionInfo.
|
643
643
|
|
644
644
|
:return: The type of this ConnectionInfo.
|
645
645
|
:rtype: str
|
@@ -648,7 +648,7 @@ class ConnectionInfo:
|
|
648
648
|
|
649
649
|
@type.setter
|
650
650
|
def type(self, type):
|
651
|
-
"""Sets the type of this ConnectionInfo.
|
651
|
+
r"""Sets the type of this ConnectionInfo.
|
652
652
|
|
653
653
|
:param type: The type of this ConnectionInfo.
|
654
654
|
:type type: str
|
@@ -657,7 +657,7 @@ class ConnectionInfo:
|
|
657
657
|
|
658
658
|
@property
|
659
659
|
def updated_by(self):
|
660
|
-
"""Gets the updated_by of this ConnectionInfo.
|
660
|
+
r"""Gets the updated_by of this ConnectionInfo.
|
661
661
|
|
662
662
|
:return: The updated_by of this ConnectionInfo.
|
663
663
|
:rtype: str
|
@@ -666,7 +666,7 @@ class ConnectionInfo:
|
|
666
666
|
|
667
667
|
@updated_by.setter
|
668
668
|
def updated_by(self, updated_by):
|
669
|
-
"""Sets the updated_by of this ConnectionInfo.
|
669
|
+
r"""Sets the updated_by of this ConnectionInfo.
|
670
670
|
|
671
671
|
:param updated_by: The updated_by of this ConnectionInfo.
|
672
672
|
:type updated_by: str
|
@@ -675,7 +675,7 @@ class ConnectionInfo:
|
|
675
675
|
|
676
676
|
@property
|
677
677
|
def updated_time(self):
|
678
|
-
"""Gets the updated_time of this ConnectionInfo.
|
678
|
+
r"""Gets the updated_time of this ConnectionInfo.
|
679
679
|
|
680
680
|
:return: The updated_time of this ConnectionInfo.
|
681
681
|
:rtype: datetime
|
@@ -684,7 +684,7 @@ class ConnectionInfo:
|
|
684
684
|
|
685
685
|
@updated_time.setter
|
686
686
|
def updated_time(self, updated_time):
|
687
|
-
"""Sets the updated_time of this ConnectionInfo.
|
687
|
+
r"""Sets the updated_time of this ConnectionInfo.
|
688
688
|
|
689
689
|
:param updated_time: The updated_time of this ConnectionInfo.
|
690
690
|
:type updated_time: datetime
|
@@ -693,7 +693,7 @@ class ConnectionInfo:
|
|
693
693
|
|
694
694
|
@property
|
695
695
|
def user_id(self):
|
696
|
-
"""Gets the user_id of this ConnectionInfo.
|
696
|
+
r"""Gets the user_id of this ConnectionInfo.
|
697
697
|
|
698
698
|
:return: The user_id of this ConnectionInfo.
|
699
699
|
:rtype: str
|
@@ -702,7 +702,7 @@ class ConnectionInfo:
|
|
702
702
|
|
703
703
|
@user_id.setter
|
704
704
|
def user_id(self, user_id):
|
705
|
-
"""Sets the user_id of this ConnectionInfo.
|
705
|
+
r"""Sets the user_id of this ConnectionInfo.
|
706
706
|
|
707
707
|
:param user_id: The user_id of this ConnectionInfo.
|
708
708
|
:type user_id: str
|