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
@@ -78,7 +78,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
78
78
|
}
|
79
79
|
|
80
80
|
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):
|
81
|
-
"""ShowSingleConnectionResponse
|
81
|
+
r"""ShowSingleConnectionResponse
|
82
82
|
|
83
83
|
The model defined in huaweicloud sdk
|
84
84
|
|
@@ -226,7 +226,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
226
226
|
|
227
227
|
@property
|
228
228
|
def auth_config(self):
|
229
|
-
"""Gets the auth_config of this ShowSingleConnectionResponse.
|
229
|
+
r"""Gets the auth_config of this ShowSingleConnectionResponse.
|
230
230
|
|
231
231
|
:return: The auth_config of this ShowSingleConnectionResponse.
|
232
232
|
:rtype: object
|
@@ -235,7 +235,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
235
235
|
|
236
236
|
@auth_config.setter
|
237
237
|
def auth_config(self, auth_config):
|
238
|
-
"""Sets the auth_config of this ShowSingleConnectionResponse.
|
238
|
+
r"""Sets the auth_config of this ShowSingleConnectionResponse.
|
239
239
|
|
240
240
|
:param auth_config: The auth_config of this ShowSingleConnectionResponse.
|
241
241
|
:type auth_config: object
|
@@ -244,7 +244,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
244
244
|
|
245
245
|
@property
|
246
246
|
def auth_config_id(self):
|
247
|
-
"""Gets the auth_config_id of this ShowSingleConnectionResponse.
|
247
|
+
r"""Gets the auth_config_id of this ShowSingleConnectionResponse.
|
248
248
|
|
249
249
|
:return: The auth_config_id of this ShowSingleConnectionResponse.
|
250
250
|
:rtype: str
|
@@ -253,7 +253,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
253
253
|
|
254
254
|
@auth_config_id.setter
|
255
255
|
def auth_config_id(self, auth_config_id):
|
256
|
-
"""Sets the auth_config_id of this ShowSingleConnectionResponse.
|
256
|
+
r"""Sets the auth_config_id of this ShowSingleConnectionResponse.
|
257
257
|
|
258
258
|
:param auth_config_id: The auth_config_id of this ShowSingleConnectionResponse.
|
259
259
|
:type auth_config_id: str
|
@@ -262,7 +262,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
262
262
|
|
263
263
|
@property
|
264
264
|
def auth_dynamic(self):
|
265
|
-
"""Gets the auth_dynamic of this ShowSingleConnectionResponse.
|
265
|
+
r"""Gets the auth_dynamic of this ShowSingleConnectionResponse.
|
266
266
|
|
267
267
|
:return: The auth_dynamic of this ShowSingleConnectionResponse.
|
268
268
|
:rtype: object
|
@@ -271,7 +271,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
271
271
|
|
272
272
|
@auth_dynamic.setter
|
273
273
|
def auth_dynamic(self, auth_dynamic):
|
274
|
-
"""Sets the auth_dynamic of this ShowSingleConnectionResponse.
|
274
|
+
r"""Sets the auth_dynamic of this ShowSingleConnectionResponse.
|
275
275
|
|
276
276
|
:param auth_dynamic: The auth_dynamic of this ShowSingleConnectionResponse.
|
277
277
|
:type auth_dynamic: object
|
@@ -280,7 +280,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
280
280
|
|
281
281
|
@property
|
282
282
|
def auth_id(self):
|
283
|
-
"""Gets the auth_id of this ShowSingleConnectionResponse.
|
283
|
+
r"""Gets the auth_id of this ShowSingleConnectionResponse.
|
284
284
|
|
285
285
|
:return: The auth_id of this ShowSingleConnectionResponse.
|
286
286
|
:rtype: str
|
@@ -289,7 +289,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
289
289
|
|
290
290
|
@auth_id.setter
|
291
291
|
def auth_id(self, auth_id):
|
292
|
-
"""Sets the auth_id of this ShowSingleConnectionResponse.
|
292
|
+
r"""Sets the auth_id of this ShowSingleConnectionResponse.
|
293
293
|
|
294
294
|
:param auth_id: The auth_id of this ShowSingleConnectionResponse.
|
295
295
|
:type auth_id: str
|
@@ -298,7 +298,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
298
298
|
|
299
299
|
@property
|
300
300
|
def auth_info(self):
|
301
|
-
"""Gets the auth_info of this ShowSingleConnectionResponse.
|
301
|
+
r"""Gets the auth_info of this ShowSingleConnectionResponse.
|
302
302
|
|
303
303
|
:return: The auth_info of this ShowSingleConnectionResponse.
|
304
304
|
:rtype: object
|
@@ -307,7 +307,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
307
307
|
|
308
308
|
@auth_info.setter
|
309
309
|
def auth_info(self, auth_info):
|
310
|
-
"""Sets the auth_info of this ShowSingleConnectionResponse.
|
310
|
+
r"""Sets the auth_info of this ShowSingleConnectionResponse.
|
311
311
|
|
312
312
|
:param auth_info: The auth_info of this ShowSingleConnectionResponse.
|
313
313
|
:type auth_info: object
|
@@ -316,7 +316,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
316
316
|
|
317
317
|
@property
|
318
318
|
def auth_key(self):
|
319
|
-
"""Gets the auth_key of this ShowSingleConnectionResponse.
|
319
|
+
r"""Gets the auth_key of this ShowSingleConnectionResponse.
|
320
320
|
|
321
321
|
:return: The auth_key of this ShowSingleConnectionResponse.
|
322
322
|
:rtype: str
|
@@ -325,7 +325,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
325
325
|
|
326
326
|
@auth_key.setter
|
327
327
|
def auth_key(self, auth_key):
|
328
|
-
"""Sets the auth_key of this ShowSingleConnectionResponse.
|
328
|
+
r"""Sets the auth_key of this ShowSingleConnectionResponse.
|
329
329
|
|
330
330
|
:param auth_key: The auth_key of this ShowSingleConnectionResponse.
|
331
331
|
:type auth_key: str
|
@@ -334,7 +334,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
334
334
|
|
335
335
|
@property
|
336
336
|
def auth_name(self):
|
337
|
-
"""Gets the auth_name of this ShowSingleConnectionResponse.
|
337
|
+
r"""Gets the auth_name of this ShowSingleConnectionResponse.
|
338
338
|
|
339
339
|
:return: The auth_name of this ShowSingleConnectionResponse.
|
340
340
|
:rtype: str
|
@@ -343,7 +343,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
343
343
|
|
344
344
|
@auth_name.setter
|
345
345
|
def auth_name(self, auth_name):
|
346
|
-
"""Sets the auth_name of this ShowSingleConnectionResponse.
|
346
|
+
r"""Sets the auth_name of this ShowSingleConnectionResponse.
|
347
347
|
|
348
348
|
:param auth_name: The auth_name of this ShowSingleConnectionResponse.
|
349
349
|
:type auth_name: str
|
@@ -352,7 +352,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
352
352
|
|
353
353
|
@property
|
354
354
|
def auth_prop(self):
|
355
|
-
"""Gets the auth_prop of this ShowSingleConnectionResponse.
|
355
|
+
r"""Gets the auth_prop of this ShowSingleConnectionResponse.
|
356
356
|
|
357
357
|
:return: The auth_prop of this ShowSingleConnectionResponse.
|
358
358
|
:rtype: object
|
@@ -361,7 +361,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
361
361
|
|
362
362
|
@auth_prop.setter
|
363
363
|
def auth_prop(self, auth_prop):
|
364
|
-
"""Sets the auth_prop of this ShowSingleConnectionResponse.
|
364
|
+
r"""Sets the auth_prop of this ShowSingleConnectionResponse.
|
365
365
|
|
366
366
|
:param auth_prop: The auth_prop of this ShowSingleConnectionResponse.
|
367
367
|
:type auth_prop: object
|
@@ -370,7 +370,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
370
370
|
|
371
371
|
@property
|
372
372
|
def auth_type(self):
|
373
|
-
"""Gets the auth_type of this ShowSingleConnectionResponse.
|
373
|
+
r"""Gets the auth_type of this ShowSingleConnectionResponse.
|
374
374
|
|
375
375
|
:return: The auth_type of this ShowSingleConnectionResponse.
|
376
376
|
:rtype: str
|
@@ -379,7 +379,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
379
379
|
|
380
380
|
@auth_type.setter
|
381
381
|
def auth_type(self, auth_type):
|
382
|
-
"""Sets the auth_type of this ShowSingleConnectionResponse.
|
382
|
+
r"""Sets the auth_type of this ShowSingleConnectionResponse.
|
383
383
|
|
384
384
|
:param auth_type: The auth_type of this ShowSingleConnectionResponse.
|
385
385
|
:type auth_type: str
|
@@ -388,7 +388,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
388
388
|
|
389
389
|
@property
|
390
390
|
def cdm_params_config(self):
|
391
|
-
"""Gets the cdm_params_config of this ShowSingleConnectionResponse.
|
391
|
+
r"""Gets the cdm_params_config of this ShowSingleConnectionResponse.
|
392
392
|
|
393
393
|
:return: The cdm_params_config of this ShowSingleConnectionResponse.
|
394
394
|
:rtype: object
|
@@ -397,7 +397,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
397
397
|
|
398
398
|
@cdm_params_config.setter
|
399
399
|
def cdm_params_config(self, cdm_params_config):
|
400
|
-
"""Sets the cdm_params_config of this ShowSingleConnectionResponse.
|
400
|
+
r"""Sets the cdm_params_config of this ShowSingleConnectionResponse.
|
401
401
|
|
402
402
|
:param cdm_params_config: The cdm_params_config of this ShowSingleConnectionResponse.
|
403
403
|
:type cdm_params_config: object
|
@@ -406,7 +406,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
406
406
|
|
407
407
|
@property
|
408
408
|
def connection_name(self):
|
409
|
-
"""Gets the connection_name of this ShowSingleConnectionResponse.
|
409
|
+
r"""Gets the connection_name of this ShowSingleConnectionResponse.
|
410
410
|
|
411
411
|
:return: The connection_name of this ShowSingleConnectionResponse.
|
412
412
|
:rtype: str
|
@@ -415,7 +415,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
415
415
|
|
416
416
|
@connection_name.setter
|
417
417
|
def connection_name(self, connection_name):
|
418
|
-
"""Sets the connection_name of this ShowSingleConnectionResponse.
|
418
|
+
r"""Sets the connection_name of this ShowSingleConnectionResponse.
|
419
419
|
|
420
420
|
:param connection_name: The connection_name of this ShowSingleConnectionResponse.
|
421
421
|
:type connection_name: str
|
@@ -424,7 +424,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
424
424
|
|
425
425
|
@property
|
426
426
|
def connector_id(self):
|
427
|
-
"""Gets the connector_id of this ShowSingleConnectionResponse.
|
427
|
+
r"""Gets the connector_id of this ShowSingleConnectionResponse.
|
428
428
|
|
429
429
|
:return: The connector_id of this ShowSingleConnectionResponse.
|
430
430
|
:rtype: str
|
@@ -433,7 +433,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
433
433
|
|
434
434
|
@connector_id.setter
|
435
435
|
def connector_id(self, connector_id):
|
436
|
-
"""Sets the connector_id of this ShowSingleConnectionResponse.
|
436
|
+
r"""Sets the connector_id of this ShowSingleConnectionResponse.
|
437
437
|
|
438
438
|
:param connector_id: The connector_id of this ShowSingleConnectionResponse.
|
439
439
|
:type connector_id: str
|
@@ -442,7 +442,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
442
442
|
|
443
443
|
@property
|
444
444
|
def connector_name(self):
|
445
|
-
"""Gets the connector_name of this ShowSingleConnectionResponse.
|
445
|
+
r"""Gets the connector_name of this ShowSingleConnectionResponse.
|
446
446
|
|
447
447
|
:return: The connector_name of this ShowSingleConnectionResponse.
|
448
448
|
:rtype: str
|
@@ -451,7 +451,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
451
451
|
|
452
452
|
@connector_name.setter
|
453
453
|
def connector_name(self, connector_name):
|
454
|
-
"""Sets the connector_name of this ShowSingleConnectionResponse.
|
454
|
+
r"""Sets the connector_name of this ShowSingleConnectionResponse.
|
455
455
|
|
456
456
|
:param connector_name: The connector_name of this ShowSingleConnectionResponse.
|
457
457
|
:type connector_name: str
|
@@ -460,7 +460,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
460
460
|
|
461
461
|
@property
|
462
462
|
def create_time(self):
|
463
|
-
"""Gets the create_time of this ShowSingleConnectionResponse.
|
463
|
+
r"""Gets the create_time of this ShowSingleConnectionResponse.
|
464
464
|
|
465
465
|
:return: The create_time of this ShowSingleConnectionResponse.
|
466
466
|
:rtype: datetime
|
@@ -469,7 +469,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
469
469
|
|
470
470
|
@create_time.setter
|
471
471
|
def create_time(self, create_time):
|
472
|
-
"""Sets the create_time of this ShowSingleConnectionResponse.
|
472
|
+
r"""Sets the create_time of this ShowSingleConnectionResponse.
|
473
473
|
|
474
474
|
:param create_time: The create_time of this ShowSingleConnectionResponse.
|
475
475
|
:type create_time: datetime
|
@@ -478,7 +478,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
478
478
|
|
479
479
|
@property
|
480
480
|
def created_by(self):
|
481
|
-
"""Gets the created_by of this ShowSingleConnectionResponse.
|
481
|
+
r"""Gets the created_by of this ShowSingleConnectionResponse.
|
482
482
|
|
483
483
|
:return: The created_by of this ShowSingleConnectionResponse.
|
484
484
|
:rtype: str
|
@@ -487,7 +487,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
487
487
|
|
488
488
|
@created_by.setter
|
489
489
|
def created_by(self, created_by):
|
490
|
-
"""Sets the created_by of this ShowSingleConnectionResponse.
|
490
|
+
r"""Sets the created_by of this ShowSingleConnectionResponse.
|
491
491
|
|
492
492
|
:param created_by: The created_by of this ShowSingleConnectionResponse.
|
493
493
|
:type created_by: str
|
@@ -496,7 +496,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
496
496
|
|
497
497
|
@property
|
498
498
|
def description(self):
|
499
|
-
"""Gets the description of this ShowSingleConnectionResponse.
|
499
|
+
r"""Gets the description of this ShowSingleConnectionResponse.
|
500
500
|
|
501
501
|
:return: The description of this ShowSingleConnectionResponse.
|
502
502
|
:rtype: str
|
@@ -505,7 +505,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
505
505
|
|
506
506
|
@description.setter
|
507
507
|
def description(self, description):
|
508
|
-
"""Sets the description of this ShowSingleConnectionResponse.
|
508
|
+
r"""Sets the description of this ShowSingleConnectionResponse.
|
509
509
|
|
510
510
|
:param description: The description of this ShowSingleConnectionResponse.
|
511
511
|
:type description: str
|
@@ -514,7 +514,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
514
514
|
|
515
515
|
@property
|
516
516
|
def domain_id(self):
|
517
|
-
"""Gets the domain_id of this ShowSingleConnectionResponse.
|
517
|
+
r"""Gets the domain_id of this ShowSingleConnectionResponse.
|
518
518
|
|
519
519
|
:return: The domain_id of this ShowSingleConnectionResponse.
|
520
520
|
:rtype: str
|
@@ -523,7 +523,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
523
523
|
|
524
524
|
@domain_id.setter
|
525
525
|
def domain_id(self, domain_id):
|
526
|
-
"""Sets the domain_id of this ShowSingleConnectionResponse.
|
526
|
+
r"""Sets the domain_id of this ShowSingleConnectionResponse.
|
527
527
|
|
528
528
|
:param domain_id: The domain_id of this ShowSingleConnectionResponse.
|
529
529
|
:type domain_id: str
|
@@ -532,7 +532,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
532
532
|
|
533
533
|
@property
|
534
534
|
def host_config(self):
|
535
|
-
"""Gets the host_config of this ShowSingleConnectionResponse.
|
535
|
+
r"""Gets the host_config of this ShowSingleConnectionResponse.
|
536
536
|
|
537
537
|
:return: The host_config of this ShowSingleConnectionResponse.
|
538
538
|
:rtype: object
|
@@ -541,7 +541,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
541
541
|
|
542
542
|
@host_config.setter
|
543
543
|
def host_config(self, host_config):
|
544
|
-
"""Sets the host_config of this ShowSingleConnectionResponse.
|
544
|
+
r"""Sets the host_config of this ShowSingleConnectionResponse.
|
545
545
|
|
546
546
|
:param host_config: The host_config of this ShowSingleConnectionResponse.
|
547
547
|
:type host_config: object
|
@@ -550,7 +550,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
550
550
|
|
551
551
|
@property
|
552
552
|
def id(self):
|
553
|
-
"""Gets the id of this ShowSingleConnectionResponse.
|
553
|
+
r"""Gets the id of this ShowSingleConnectionResponse.
|
554
554
|
|
555
555
|
:return: The id of this ShowSingleConnectionResponse.
|
556
556
|
:rtype: str
|
@@ -559,7 +559,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
559
559
|
|
560
560
|
@id.setter
|
561
561
|
def id(self, id):
|
562
|
-
"""Sets the id of this ShowSingleConnectionResponse.
|
562
|
+
r"""Sets the id of this ShowSingleConnectionResponse.
|
563
563
|
|
564
564
|
:param id: The id of this ShowSingleConnectionResponse.
|
565
565
|
:type id: str
|
@@ -568,7 +568,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
568
568
|
|
569
569
|
@property
|
570
570
|
def is_open(self):
|
571
|
-
"""Gets the is_open of this ShowSingleConnectionResponse.
|
571
|
+
r"""Gets the is_open of this ShowSingleConnectionResponse.
|
572
572
|
|
573
573
|
:return: The is_open of this ShowSingleConnectionResponse.
|
574
574
|
:rtype: int
|
@@ -577,7 +577,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
577
577
|
|
578
578
|
@is_open.setter
|
579
579
|
def is_open(self, is_open):
|
580
|
-
"""Sets the is_open of this ShowSingleConnectionResponse.
|
580
|
+
r"""Sets the is_open of this ShowSingleConnectionResponse.
|
581
581
|
|
582
582
|
:param is_open: The is_open of this ShowSingleConnectionResponse.
|
583
583
|
:type is_open: int
|
@@ -586,7 +586,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
586
586
|
|
587
587
|
@property
|
588
588
|
def logo(self):
|
589
|
-
"""Gets the logo of this ShowSingleConnectionResponse.
|
589
|
+
r"""Gets the logo of this ShowSingleConnectionResponse.
|
590
590
|
|
591
591
|
:return: The logo of this ShowSingleConnectionResponse.
|
592
592
|
:rtype: str
|
@@ -595,7 +595,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
595
595
|
|
596
596
|
@logo.setter
|
597
597
|
def logo(self, logo):
|
598
|
-
"""Sets the logo of this ShowSingleConnectionResponse.
|
598
|
+
r"""Sets the logo of this ShowSingleConnectionResponse.
|
599
599
|
|
600
600
|
:param logo: The logo of this ShowSingleConnectionResponse.
|
601
601
|
:type logo: str
|
@@ -604,7 +604,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
604
604
|
|
605
605
|
@property
|
606
606
|
def project_id(self):
|
607
|
-
"""Gets the project_id of this ShowSingleConnectionResponse.
|
607
|
+
r"""Gets the project_id of this ShowSingleConnectionResponse.
|
608
608
|
|
609
609
|
:return: The project_id of this ShowSingleConnectionResponse.
|
610
610
|
:rtype: str
|
@@ -613,7 +613,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
613
613
|
|
614
614
|
@project_id.setter
|
615
615
|
def project_id(self, project_id):
|
616
|
-
"""Sets the project_id of this ShowSingleConnectionResponse.
|
616
|
+
r"""Sets the project_id of this ShowSingleConnectionResponse.
|
617
617
|
|
618
618
|
:param project_id: The project_id of this ShowSingleConnectionResponse.
|
619
619
|
:type project_id: str
|
@@ -622,7 +622,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
622
622
|
|
623
623
|
@property
|
624
624
|
def status(self):
|
625
|
-
"""Gets the status of this ShowSingleConnectionResponse.
|
625
|
+
r"""Gets the status of this ShowSingleConnectionResponse.
|
626
626
|
|
627
627
|
:return: The status of this ShowSingleConnectionResponse.
|
628
628
|
:rtype: str
|
@@ -631,7 +631,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
631
631
|
|
632
632
|
@status.setter
|
633
633
|
def status(self, status):
|
634
|
-
"""Sets the status of this ShowSingleConnectionResponse.
|
634
|
+
r"""Sets the status of this ShowSingleConnectionResponse.
|
635
635
|
|
636
636
|
:param status: The status of this ShowSingleConnectionResponse.
|
637
637
|
:type status: str
|
@@ -640,7 +640,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
640
640
|
|
641
641
|
@property
|
642
642
|
def type(self):
|
643
|
-
"""Gets the type of this ShowSingleConnectionResponse.
|
643
|
+
r"""Gets the type of this ShowSingleConnectionResponse.
|
644
644
|
|
645
645
|
:return: The type of this ShowSingleConnectionResponse.
|
646
646
|
:rtype: str
|
@@ -649,7 +649,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
649
649
|
|
650
650
|
@type.setter
|
651
651
|
def type(self, type):
|
652
|
-
"""Sets the type of this ShowSingleConnectionResponse.
|
652
|
+
r"""Sets the type of this ShowSingleConnectionResponse.
|
653
653
|
|
654
654
|
:param type: The type of this ShowSingleConnectionResponse.
|
655
655
|
:type type: str
|
@@ -658,7 +658,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
658
658
|
|
659
659
|
@property
|
660
660
|
def updated_by(self):
|
661
|
-
"""Gets the updated_by of this ShowSingleConnectionResponse.
|
661
|
+
r"""Gets the updated_by of this ShowSingleConnectionResponse.
|
662
662
|
|
663
663
|
:return: The updated_by of this ShowSingleConnectionResponse.
|
664
664
|
:rtype: str
|
@@ -667,7 +667,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
667
667
|
|
668
668
|
@updated_by.setter
|
669
669
|
def updated_by(self, updated_by):
|
670
|
-
"""Sets the updated_by of this ShowSingleConnectionResponse.
|
670
|
+
r"""Sets the updated_by of this ShowSingleConnectionResponse.
|
671
671
|
|
672
672
|
:param updated_by: The updated_by of this ShowSingleConnectionResponse.
|
673
673
|
:type updated_by: str
|
@@ -676,7 +676,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
676
676
|
|
677
677
|
@property
|
678
678
|
def updated_time(self):
|
679
|
-
"""Gets the updated_time of this ShowSingleConnectionResponse.
|
679
|
+
r"""Gets the updated_time of this ShowSingleConnectionResponse.
|
680
680
|
|
681
681
|
:return: The updated_time of this ShowSingleConnectionResponse.
|
682
682
|
:rtype: datetime
|
@@ -685,7 +685,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
685
685
|
|
686
686
|
@updated_time.setter
|
687
687
|
def updated_time(self, updated_time):
|
688
|
-
"""Sets the updated_time of this ShowSingleConnectionResponse.
|
688
|
+
r"""Sets the updated_time of this ShowSingleConnectionResponse.
|
689
689
|
|
690
690
|
:param updated_time: The updated_time of this ShowSingleConnectionResponse.
|
691
691
|
:type updated_time: datetime
|
@@ -694,7 +694,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
694
694
|
|
695
695
|
@property
|
696
696
|
def user_id(self):
|
697
|
-
"""Gets the user_id of this ShowSingleConnectionResponse.
|
697
|
+
r"""Gets the user_id of this ShowSingleConnectionResponse.
|
698
698
|
|
699
699
|
:return: The user_id of this ShowSingleConnectionResponse.
|
700
700
|
:rtype: str
|
@@ -703,7 +703,7 @@ class ShowSingleConnectionResponse(SdkResponse):
|
|
703
703
|
|
704
704
|
@user_id.setter
|
705
705
|
def user_id(self, user_id):
|
706
|
-
"""Sets the user_id of this ShowSingleConnectionResponse.
|
706
|
+
r"""Sets the user_id of this ShowSingleConnectionResponse.
|
707
707
|
|
708
708
|
:param user_id: The user_id of this ShowSingleConnectionResponse.
|
709
709
|
:type user_id: str
|
@@ -27,7 +27,7 @@ class Tag:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, tag_key=None, tag_value=None):
|
30
|
-
"""Tag
|
30
|
+
r"""Tag
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class Tag:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def tag_key(self):
|
53
|
-
"""Gets the tag_key of this Tag.
|
53
|
+
r"""Gets the tag_key of this Tag.
|
54
54
|
|
55
55
|
标签key
|
56
56
|
|
@@ -61,7 +61,7 @@ class Tag:
|
|
61
61
|
|
62
62
|
@tag_key.setter
|
63
63
|
def tag_key(self, tag_key):
|
64
|
-
"""Sets the tag_key of this Tag.
|
64
|
+
r"""Sets the tag_key of this Tag.
|
65
65
|
|
66
66
|
标签key
|
67
67
|
|
@@ -72,7 +72,7 @@ class Tag:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def tag_value(self):
|
75
|
-
"""Gets the tag_value of this Tag.
|
75
|
+
r"""Gets the tag_value of this Tag.
|
76
76
|
|
77
77
|
标签value
|
78
78
|
|
@@ -83,7 +83,7 @@ class Tag:
|
|
83
83
|
|
84
84
|
@tag_value.setter
|
85
85
|
def tag_value(self, tag_value):
|
86
|
-
"""Sets the tag_value of this Tag.
|
86
|
+
r"""Sets the tag_value of this Tag.
|
87
87
|
|
88
88
|
标签value
|
89
89
|
|
@@ -29,7 +29,7 @@ class TemplateMessage:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, template_description=None, template_label=None, template_name=None):
|
32
|
-
"""TemplateMessage
|
32
|
+
r"""TemplateMessage
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class TemplateMessage:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def template_description(self):
|
58
|
-
"""Gets the template_description of this TemplateMessage.
|
58
|
+
r"""Gets the template_description of this TemplateMessage.
|
59
59
|
|
60
60
|
模板描述
|
61
61
|
|
@@ -66,7 +66,7 @@ class TemplateMessage:
|
|
66
66
|
|
67
67
|
@template_description.setter
|
68
68
|
def template_description(self, template_description):
|
69
|
-
"""Sets the template_description of this TemplateMessage.
|
69
|
+
r"""Sets the template_description of this TemplateMessage.
|
70
70
|
|
71
71
|
模板描述
|
72
72
|
|
@@ -77,7 +77,7 @@ class TemplateMessage:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def template_label(self):
|
80
|
-
"""Gets the template_label of this TemplateMessage.
|
80
|
+
r"""Gets the template_label of this TemplateMessage.
|
81
81
|
|
82
82
|
模板标签
|
83
83
|
|
@@ -88,7 +88,7 @@ class TemplateMessage:
|
|
88
88
|
|
89
89
|
@template_label.setter
|
90
90
|
def template_label(self, template_label):
|
91
|
-
"""Sets the template_label of this TemplateMessage.
|
91
|
+
r"""Sets the template_label of this TemplateMessage.
|
92
92
|
|
93
93
|
模板标签
|
94
94
|
|
@@ -99,7 +99,7 @@ class TemplateMessage:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def template_name(self):
|
102
|
-
"""Gets the template_name of this TemplateMessage.
|
102
|
+
r"""Gets the template_name of this TemplateMessage.
|
103
103
|
|
104
104
|
模板名称
|
105
105
|
|
@@ -110,7 +110,7 @@ class TemplateMessage:
|
|
110
110
|
|
111
111
|
@template_name.setter
|
112
112
|
def template_name(self, template_name):
|
113
|
-
"""Sets the template_name of this TemplateMessage.
|
113
|
+
r"""Sets the template_name of this TemplateMessage.
|
114
114
|
|
115
115
|
模板名称
|
116
116
|
|