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
@@ -69,7 +69,7 @@ class ConnectorInfo:
|
|
69
69
|
}
|
70
70
|
|
71
71
|
def __init__(self, action_count=None, actions=None, auth_content=None, auth_id=None, category=None, created_time=None, description=None, favorite=None, icon=None, id=None, name=None, need_auth=None, provider_name=None, release_version=None, runtime_permissions=None, status=None, swagger=None, swagger_version_id=None, trigger_count=None, triggers=None, type=None, updated_time=None, version=None):
|
72
|
-
"""ConnectorInfo
|
72
|
+
r"""ConnectorInfo
|
73
73
|
|
74
74
|
The model defined in huaweicloud sdk
|
75
75
|
|
@@ -197,7 +197,7 @@ class ConnectorInfo:
|
|
197
197
|
|
198
198
|
@property
|
199
199
|
def action_count(self):
|
200
|
-
"""Gets the action_count of this ConnectorInfo.
|
200
|
+
r"""Gets the action_count of this ConnectorInfo.
|
201
201
|
|
202
202
|
执行动作数量
|
203
203
|
|
@@ -208,7 +208,7 @@ class ConnectorInfo:
|
|
208
208
|
|
209
209
|
@action_count.setter
|
210
210
|
def action_count(self, action_count):
|
211
|
-
"""Sets the action_count of this ConnectorInfo.
|
211
|
+
r"""Sets the action_count of this ConnectorInfo.
|
212
212
|
|
213
213
|
执行动作数量
|
214
214
|
|
@@ -219,7 +219,7 @@ class ConnectorInfo:
|
|
219
219
|
|
220
220
|
@property
|
221
221
|
def actions(self):
|
222
|
-
"""Gets the actions of this ConnectorInfo.
|
222
|
+
r"""Gets the actions of this ConnectorInfo.
|
223
223
|
|
224
224
|
触发事件数量
|
225
225
|
|
@@ -230,7 +230,7 @@ class ConnectorInfo:
|
|
230
230
|
|
231
231
|
@actions.setter
|
232
232
|
def actions(self, actions):
|
233
|
-
"""Sets the actions of this ConnectorInfo.
|
233
|
+
r"""Sets the actions of this ConnectorInfo.
|
234
234
|
|
235
235
|
触发事件数量
|
236
236
|
|
@@ -241,7 +241,7 @@ class ConnectorInfo:
|
|
241
241
|
|
242
242
|
@property
|
243
243
|
def auth_content(self):
|
244
|
-
"""Gets the auth_content of this ConnectorInfo.
|
244
|
+
r"""Gets the auth_content of this ConnectorInfo.
|
245
245
|
|
246
246
|
安全认证配置内容
|
247
247
|
|
@@ -252,7 +252,7 @@ class ConnectorInfo:
|
|
252
252
|
|
253
253
|
@auth_content.setter
|
254
254
|
def auth_content(self, auth_content):
|
255
|
-
"""Sets the auth_content of this ConnectorInfo.
|
255
|
+
r"""Sets the auth_content of this ConnectorInfo.
|
256
256
|
|
257
257
|
安全认证配置内容
|
258
258
|
|
@@ -263,7 +263,7 @@ class ConnectorInfo:
|
|
263
263
|
|
264
264
|
@property
|
265
265
|
def auth_id(self):
|
266
|
-
"""Gets the auth_id of this ConnectorInfo.
|
266
|
+
r"""Gets the auth_id of this ConnectorInfo.
|
267
267
|
|
268
268
|
认证配置ID
|
269
269
|
|
@@ -274,7 +274,7 @@ class ConnectorInfo:
|
|
274
274
|
|
275
275
|
@auth_id.setter
|
276
276
|
def auth_id(self, auth_id):
|
277
|
-
"""Sets the auth_id of this ConnectorInfo.
|
277
|
+
r"""Sets the auth_id of this ConnectorInfo.
|
278
278
|
|
279
279
|
认证配置ID
|
280
280
|
|
@@ -285,7 +285,7 @@ class ConnectorInfo:
|
|
285
285
|
|
286
286
|
@property
|
287
287
|
def category(self):
|
288
|
-
"""Gets the category of this ConnectorInfo.
|
288
|
+
r"""Gets the category of this ConnectorInfo.
|
289
289
|
|
290
290
|
自定义连接器种类(连接器市场的tab分类)
|
291
291
|
|
@@ -296,7 +296,7 @@ class ConnectorInfo:
|
|
296
296
|
|
297
297
|
@category.setter
|
298
298
|
def category(self, category):
|
299
|
-
"""Sets the category of this ConnectorInfo.
|
299
|
+
r"""Sets the category of this ConnectorInfo.
|
300
300
|
|
301
301
|
自定义连接器种类(连接器市场的tab分类)
|
302
302
|
|
@@ -307,7 +307,7 @@ class ConnectorInfo:
|
|
307
307
|
|
308
308
|
@property
|
309
309
|
def created_time(self):
|
310
|
-
"""Gets the created_time of this ConnectorInfo.
|
310
|
+
r"""Gets the created_time of this ConnectorInfo.
|
311
311
|
|
312
312
|
创建时间
|
313
313
|
|
@@ -318,7 +318,7 @@ class ConnectorInfo:
|
|
318
318
|
|
319
319
|
@created_time.setter
|
320
320
|
def created_time(self, created_time):
|
321
|
-
"""Sets the created_time of this ConnectorInfo.
|
321
|
+
r"""Sets the created_time of this ConnectorInfo.
|
322
322
|
|
323
323
|
创建时间
|
324
324
|
|
@@ -329,7 +329,7 @@ class ConnectorInfo:
|
|
329
329
|
|
330
330
|
@property
|
331
331
|
def description(self):
|
332
|
-
"""Gets the description of this ConnectorInfo.
|
332
|
+
r"""Gets the description of this ConnectorInfo.
|
333
333
|
|
334
334
|
自定义连接器描述
|
335
335
|
|
@@ -340,7 +340,7 @@ class ConnectorInfo:
|
|
340
340
|
|
341
341
|
@description.setter
|
342
342
|
def description(self, description):
|
343
|
-
"""Sets the description of this ConnectorInfo.
|
343
|
+
r"""Sets the description of this ConnectorInfo.
|
344
344
|
|
345
345
|
自定义连接器描述
|
346
346
|
|
@@ -351,7 +351,7 @@ class ConnectorInfo:
|
|
351
351
|
|
352
352
|
@property
|
353
353
|
def favorite(self):
|
354
|
-
"""Gets the favorite of this ConnectorInfo.
|
354
|
+
r"""Gets the favorite of this ConnectorInfo.
|
355
355
|
|
356
356
|
是否收藏
|
357
357
|
|
@@ -362,7 +362,7 @@ class ConnectorInfo:
|
|
362
362
|
|
363
363
|
@favorite.setter
|
364
364
|
def favorite(self, favorite):
|
365
|
-
"""Sets the favorite of this ConnectorInfo.
|
365
|
+
r"""Sets the favorite of this ConnectorInfo.
|
366
366
|
|
367
367
|
是否收藏
|
368
368
|
|
@@ -373,7 +373,7 @@ class ConnectorInfo:
|
|
373
373
|
|
374
374
|
@property
|
375
375
|
def icon(self):
|
376
|
-
"""Gets the icon of this ConnectorInfo.
|
376
|
+
r"""Gets the icon of this ConnectorInfo.
|
377
377
|
|
378
378
|
logo base64编码
|
379
379
|
|
@@ -384,7 +384,7 @@ class ConnectorInfo:
|
|
384
384
|
|
385
385
|
@icon.setter
|
386
386
|
def icon(self, icon):
|
387
|
-
"""Sets the icon of this ConnectorInfo.
|
387
|
+
r"""Sets the icon of this ConnectorInfo.
|
388
388
|
|
389
389
|
logo base64编码
|
390
390
|
|
@@ -395,7 +395,7 @@ class ConnectorInfo:
|
|
395
395
|
|
396
396
|
@property
|
397
397
|
def id(self):
|
398
|
-
"""Gets the id of this ConnectorInfo.
|
398
|
+
r"""Gets the id of this ConnectorInfo.
|
399
399
|
|
400
400
|
自定义连接器ID
|
401
401
|
|
@@ -406,7 +406,7 @@ class ConnectorInfo:
|
|
406
406
|
|
407
407
|
@id.setter
|
408
408
|
def id(self, id):
|
409
|
-
"""Sets the id of this ConnectorInfo.
|
409
|
+
r"""Sets the id of this ConnectorInfo.
|
410
410
|
|
411
411
|
自定义连接器ID
|
412
412
|
|
@@ -417,7 +417,7 @@ class ConnectorInfo:
|
|
417
417
|
|
418
418
|
@property
|
419
419
|
def name(self):
|
420
|
-
"""Gets the name of this ConnectorInfo.
|
420
|
+
r"""Gets the name of this ConnectorInfo.
|
421
421
|
|
422
422
|
自定义连接器名称
|
423
423
|
|
@@ -428,7 +428,7 @@ class ConnectorInfo:
|
|
428
428
|
|
429
429
|
@name.setter
|
430
430
|
def name(self, name):
|
431
|
-
"""Sets the name of this ConnectorInfo.
|
431
|
+
r"""Sets the name of this ConnectorInfo.
|
432
432
|
|
433
433
|
自定义连接器名称
|
434
434
|
|
@@ -439,7 +439,7 @@ class ConnectorInfo:
|
|
439
439
|
|
440
440
|
@property
|
441
441
|
def need_auth(self):
|
442
|
-
"""Gets the need_auth of this ConnectorInfo.
|
442
|
+
r"""Gets the need_auth of this ConnectorInfo.
|
443
443
|
|
444
444
|
是否需要验证
|
445
445
|
|
@@ -450,7 +450,7 @@ class ConnectorInfo:
|
|
450
450
|
|
451
451
|
@need_auth.setter
|
452
452
|
def need_auth(self, need_auth):
|
453
|
-
"""Sets the need_auth of this ConnectorInfo.
|
453
|
+
r"""Sets the need_auth of this ConnectorInfo.
|
454
454
|
|
455
455
|
是否需要验证
|
456
456
|
|
@@ -461,7 +461,7 @@ class ConnectorInfo:
|
|
461
461
|
|
462
462
|
@property
|
463
463
|
def provider_name(self):
|
464
|
-
"""Gets the provider_name of this ConnectorInfo.
|
464
|
+
r"""Gets the provider_name of this ConnectorInfo.
|
465
465
|
|
466
466
|
服务提供商
|
467
467
|
|
@@ -472,7 +472,7 @@ class ConnectorInfo:
|
|
472
472
|
|
473
473
|
@provider_name.setter
|
474
474
|
def provider_name(self, provider_name):
|
475
|
-
"""Sets the provider_name of this ConnectorInfo.
|
475
|
+
r"""Sets the provider_name of this ConnectorInfo.
|
476
476
|
|
477
477
|
服务提供商
|
478
478
|
|
@@ -483,7 +483,7 @@ class ConnectorInfo:
|
|
483
483
|
|
484
484
|
@property
|
485
485
|
def release_version(self):
|
486
|
-
"""Gets the release_version of this ConnectorInfo.
|
486
|
+
r"""Gets the release_version of this ConnectorInfo.
|
487
487
|
|
488
488
|
发布版本
|
489
489
|
|
@@ -494,7 +494,7 @@ class ConnectorInfo:
|
|
494
494
|
|
495
495
|
@release_version.setter
|
496
496
|
def release_version(self, release_version):
|
497
|
-
"""Sets the release_version of this ConnectorInfo.
|
497
|
+
r"""Sets the release_version of this ConnectorInfo.
|
498
498
|
|
499
499
|
发布版本
|
500
500
|
|
@@ -505,7 +505,7 @@ class ConnectorInfo:
|
|
505
505
|
|
506
506
|
@property
|
507
507
|
def runtime_permissions(self):
|
508
|
-
"""Gets the runtime_permissions of this ConnectorInfo.
|
508
|
+
r"""Gets the runtime_permissions of this ConnectorInfo.
|
509
509
|
|
510
510
|
权限
|
511
511
|
|
@@ -516,7 +516,7 @@ class ConnectorInfo:
|
|
516
516
|
|
517
517
|
@runtime_permissions.setter
|
518
518
|
def runtime_permissions(self, runtime_permissions):
|
519
|
-
"""Sets the runtime_permissions of this ConnectorInfo.
|
519
|
+
r"""Sets the runtime_permissions of this ConnectorInfo.
|
520
520
|
|
521
521
|
权限
|
522
522
|
|
@@ -527,7 +527,7 @@ class ConnectorInfo:
|
|
527
527
|
|
528
528
|
@property
|
529
529
|
def status(self):
|
530
|
-
"""Gets the status of this ConnectorInfo.
|
530
|
+
r"""Gets the status of this ConnectorInfo.
|
531
531
|
|
532
532
|
状态(dev:草稿、released:已发布、onboard:已上架)
|
533
533
|
|
@@ -538,7 +538,7 @@ class ConnectorInfo:
|
|
538
538
|
|
539
539
|
@status.setter
|
540
540
|
def status(self, status):
|
541
|
-
"""Sets the status of this ConnectorInfo.
|
541
|
+
r"""Sets the status of this ConnectorInfo.
|
542
542
|
|
543
543
|
状态(dev:草稿、released:已发布、onboard:已上架)
|
544
544
|
|
@@ -549,7 +549,7 @@ class ConnectorInfo:
|
|
549
549
|
|
550
550
|
@property
|
551
551
|
def swagger(self):
|
552
|
-
"""Gets the swagger of this ConnectorInfo.
|
552
|
+
r"""Gets the swagger of this ConnectorInfo.
|
553
553
|
|
554
554
|
swagger文档(只包含基本信息+认证信息)
|
555
555
|
|
@@ -560,7 +560,7 @@ class ConnectorInfo:
|
|
560
560
|
|
561
561
|
@swagger.setter
|
562
562
|
def swagger(self, swagger):
|
563
|
-
"""Sets the swagger of this ConnectorInfo.
|
563
|
+
r"""Sets the swagger of this ConnectorInfo.
|
564
564
|
|
565
565
|
swagger文档(只包含基本信息+认证信息)
|
566
566
|
|
@@ -571,7 +571,7 @@ class ConnectorInfo:
|
|
571
571
|
|
572
572
|
@property
|
573
573
|
def swagger_version_id(self):
|
574
|
-
"""Gets the swagger_version_id of this ConnectorInfo.
|
574
|
+
r"""Gets the swagger_version_id of this ConnectorInfo.
|
575
575
|
|
576
576
|
版本id
|
577
577
|
|
@@ -582,7 +582,7 @@ class ConnectorInfo:
|
|
582
582
|
|
583
583
|
@swagger_version_id.setter
|
584
584
|
def swagger_version_id(self, swagger_version_id):
|
585
|
-
"""Sets the swagger_version_id of this ConnectorInfo.
|
585
|
+
r"""Sets the swagger_version_id of this ConnectorInfo.
|
586
586
|
|
587
587
|
版本id
|
588
588
|
|
@@ -593,7 +593,7 @@ class ConnectorInfo:
|
|
593
593
|
|
594
594
|
@property
|
595
595
|
def trigger_count(self):
|
596
|
-
"""Gets the trigger_count of this ConnectorInfo.
|
596
|
+
r"""Gets the trigger_count of this ConnectorInfo.
|
597
597
|
|
598
598
|
触发事件数量
|
599
599
|
|
@@ -604,7 +604,7 @@ class ConnectorInfo:
|
|
604
604
|
|
605
605
|
@trigger_count.setter
|
606
606
|
def trigger_count(self, trigger_count):
|
607
|
-
"""Sets the trigger_count of this ConnectorInfo.
|
607
|
+
r"""Sets the trigger_count of this ConnectorInfo.
|
608
608
|
|
609
609
|
触发事件数量
|
610
610
|
|
@@ -615,7 +615,7 @@ class ConnectorInfo:
|
|
615
615
|
|
616
616
|
@property
|
617
617
|
def triggers(self):
|
618
|
-
"""Gets the triggers of this ConnectorInfo.
|
618
|
+
r"""Gets the triggers of this ConnectorInfo.
|
619
619
|
|
620
620
|
触发事件数量
|
621
621
|
|
@@ -626,7 +626,7 @@ class ConnectorInfo:
|
|
626
626
|
|
627
627
|
@triggers.setter
|
628
628
|
def triggers(self, triggers):
|
629
|
-
"""Sets the triggers of this ConnectorInfo.
|
629
|
+
r"""Sets the triggers of this ConnectorInfo.
|
630
630
|
|
631
631
|
触发事件数量
|
632
632
|
|
@@ -637,7 +637,7 @@ class ConnectorInfo:
|
|
637
637
|
|
638
638
|
@property
|
639
639
|
def type(self):
|
640
|
-
"""Gets the type of this ConnectorInfo.
|
640
|
+
r"""Gets the type of this ConnectorInfo.
|
641
641
|
|
642
642
|
自定义连接器类型
|
643
643
|
|
@@ -648,7 +648,7 @@ class ConnectorInfo:
|
|
648
648
|
|
649
649
|
@type.setter
|
650
650
|
def type(self, type):
|
651
|
-
"""Sets the type of this ConnectorInfo.
|
651
|
+
r"""Sets the type of this ConnectorInfo.
|
652
652
|
|
653
653
|
自定义连接器类型
|
654
654
|
|
@@ -659,7 +659,7 @@ class ConnectorInfo:
|
|
659
659
|
|
660
660
|
@property
|
661
661
|
def updated_time(self):
|
662
|
-
"""Gets the updated_time of this ConnectorInfo.
|
662
|
+
r"""Gets the updated_time of this ConnectorInfo.
|
663
663
|
|
664
664
|
修改时间
|
665
665
|
|
@@ -670,7 +670,7 @@ class ConnectorInfo:
|
|
670
670
|
|
671
671
|
@updated_time.setter
|
672
672
|
def updated_time(self, updated_time):
|
673
|
-
"""Sets the updated_time of this ConnectorInfo.
|
673
|
+
r"""Sets the updated_time of this ConnectorInfo.
|
674
674
|
|
675
675
|
修改时间
|
676
676
|
|
@@ -681,7 +681,7 @@ class ConnectorInfo:
|
|
681
681
|
|
682
682
|
@property
|
683
683
|
def version(self):
|
684
|
-
"""Gets the version of this ConnectorInfo.
|
684
|
+
r"""Gets the version of this ConnectorInfo.
|
685
685
|
|
686
686
|
版本号
|
687
687
|
|
@@ -692,7 +692,7 @@ class ConnectorInfo:
|
|
692
692
|
|
693
693
|
@version.setter
|
694
694
|
def version(self, version):
|
695
|
-
"""Sets the version of this ConnectorInfo.
|
695
|
+
r"""Sets the version of this ConnectorInfo.
|
696
696
|
|
697
697
|
版本号
|
698
698
|
|
@@ -57,7 +57,7 @@ class ConnectorInfo0:
|
|
57
57
|
}
|
58
58
|
|
59
59
|
def __init__(self, auth_content=None, auth_id=None, auth_type=None, category=None, created_time=None, definition_ref=None, description=None, icon=None, id=None, name=None, need_auth=None, operations=None, provider=None, swagger=None, triggers=None, type=None, updated_time=None):
|
60
|
-
"""ConnectorInfo0
|
60
|
+
r"""ConnectorInfo0
|
61
61
|
|
62
62
|
The model defined in huaweicloud sdk
|
63
63
|
|
@@ -155,7 +155,7 @@ class ConnectorInfo0:
|
|
155
155
|
|
156
156
|
@property
|
157
157
|
def auth_content(self):
|
158
|
-
"""Gets the auth_content of this ConnectorInfo0.
|
158
|
+
r"""Gets the auth_content of this ConnectorInfo0.
|
159
159
|
|
160
160
|
:return: The auth_content of this ConnectorInfo0.
|
161
161
|
:rtype: :class:`huaweicloudsdkmssi.v1.AuthConfigA`
|
@@ -164,7 +164,7 @@ class ConnectorInfo0:
|
|
164
164
|
|
165
165
|
@auth_content.setter
|
166
166
|
def auth_content(self, auth_content):
|
167
|
-
"""Sets the auth_content of this ConnectorInfo0.
|
167
|
+
r"""Sets the auth_content of this ConnectorInfo0.
|
168
168
|
|
169
169
|
:param auth_content: The auth_content of this ConnectorInfo0.
|
170
170
|
:type auth_content: :class:`huaweicloudsdkmssi.v1.AuthConfigA`
|
@@ -173,7 +173,7 @@ class ConnectorInfo0:
|
|
173
173
|
|
174
174
|
@property
|
175
175
|
def auth_id(self):
|
176
|
-
"""Gets the auth_id of this ConnectorInfo0.
|
176
|
+
r"""Gets the auth_id of this ConnectorInfo0.
|
177
177
|
|
178
178
|
认证id
|
179
179
|
|
@@ -184,7 +184,7 @@ class ConnectorInfo0:
|
|
184
184
|
|
185
185
|
@auth_id.setter
|
186
186
|
def auth_id(self, auth_id):
|
187
|
-
"""Sets the auth_id of this ConnectorInfo0.
|
187
|
+
r"""Sets the auth_id of this ConnectorInfo0.
|
188
188
|
|
189
189
|
认证id
|
190
190
|
|
@@ -195,7 +195,7 @@ class ConnectorInfo0:
|
|
195
195
|
|
196
196
|
@property
|
197
197
|
def auth_type(self):
|
198
|
-
"""Gets the auth_type of this ConnectorInfo0.
|
198
|
+
r"""Gets the auth_type of this ConnectorInfo0.
|
199
199
|
|
200
200
|
判断方式
|
201
201
|
|
@@ -206,7 +206,7 @@ class ConnectorInfo0:
|
|
206
206
|
|
207
207
|
@auth_type.setter
|
208
208
|
def auth_type(self, auth_type):
|
209
|
-
"""Sets the auth_type of this ConnectorInfo0.
|
209
|
+
r"""Sets the auth_type of this ConnectorInfo0.
|
210
210
|
|
211
211
|
判断方式
|
212
212
|
|
@@ -217,7 +217,7 @@ class ConnectorInfo0:
|
|
217
217
|
|
218
218
|
@property
|
219
219
|
def category(self):
|
220
|
-
"""Gets the category of this ConnectorInfo0.
|
220
|
+
r"""Gets the category of this ConnectorInfo0.
|
221
221
|
|
222
222
|
内置连接器查询
|
223
223
|
|
@@ -228,7 +228,7 @@ class ConnectorInfo0:
|
|
228
228
|
|
229
229
|
@category.setter
|
230
230
|
def category(self, category):
|
231
|
-
"""Sets the category of this ConnectorInfo0.
|
231
|
+
r"""Sets the category of this ConnectorInfo0.
|
232
232
|
|
233
233
|
内置连接器查询
|
234
234
|
|
@@ -239,7 +239,7 @@ class ConnectorInfo0:
|
|
239
239
|
|
240
240
|
@property
|
241
241
|
def created_time(self):
|
242
|
-
"""Gets the created_time of this ConnectorInfo0.
|
242
|
+
r"""Gets the created_time of this ConnectorInfo0.
|
243
243
|
|
244
244
|
创建时间
|
245
245
|
|
@@ -250,7 +250,7 @@ class ConnectorInfo0:
|
|
250
250
|
|
251
251
|
@created_time.setter
|
252
252
|
def created_time(self, created_time):
|
253
|
-
"""Sets the created_time of this ConnectorInfo0.
|
253
|
+
r"""Sets the created_time of this ConnectorInfo0.
|
254
254
|
|
255
255
|
创建时间
|
256
256
|
|
@@ -261,7 +261,7 @@ class ConnectorInfo0:
|
|
261
261
|
|
262
262
|
@property
|
263
263
|
def definition_ref(self):
|
264
|
-
"""Gets the definition_ref of this ConnectorInfo0.
|
264
|
+
r"""Gets the definition_ref of this ConnectorInfo0.
|
265
265
|
|
266
266
|
连接器
|
267
267
|
|
@@ -272,7 +272,7 @@ class ConnectorInfo0:
|
|
272
272
|
|
273
273
|
@definition_ref.setter
|
274
274
|
def definition_ref(self, definition_ref):
|
275
|
-
"""Sets the definition_ref of this ConnectorInfo0.
|
275
|
+
r"""Sets the definition_ref of this ConnectorInfo0.
|
276
276
|
|
277
277
|
连接器
|
278
278
|
|
@@ -283,7 +283,7 @@ class ConnectorInfo0:
|
|
283
283
|
|
284
284
|
@property
|
285
285
|
def description(self):
|
286
|
-
"""Gets the description of this ConnectorInfo0.
|
286
|
+
r"""Gets the description of this ConnectorInfo0.
|
287
287
|
|
288
288
|
连接器描述
|
289
289
|
|
@@ -294,7 +294,7 @@ class ConnectorInfo0:
|
|
294
294
|
|
295
295
|
@description.setter
|
296
296
|
def description(self, description):
|
297
|
-
"""Sets the description of this ConnectorInfo0.
|
297
|
+
r"""Sets the description of this ConnectorInfo0.
|
298
298
|
|
299
299
|
连接器描述
|
300
300
|
|
@@ -305,7 +305,7 @@ class ConnectorInfo0:
|
|
305
305
|
|
306
306
|
@property
|
307
307
|
def icon(self):
|
308
|
-
"""Gets the icon of this ConnectorInfo0.
|
308
|
+
r"""Gets the icon of this ConnectorInfo0.
|
309
309
|
|
310
310
|
logo base64编码
|
311
311
|
|
@@ -316,7 +316,7 @@ class ConnectorInfo0:
|
|
316
316
|
|
317
317
|
@icon.setter
|
318
318
|
def icon(self, icon):
|
319
|
-
"""Sets the icon of this ConnectorInfo0.
|
319
|
+
r"""Sets the icon of this ConnectorInfo0.
|
320
320
|
|
321
321
|
logo base64编码
|
322
322
|
|
@@ -327,7 +327,7 @@ class ConnectorInfo0:
|
|
327
327
|
|
328
328
|
@property
|
329
329
|
def id(self):
|
330
|
-
"""Gets the id of this ConnectorInfo0.
|
330
|
+
r"""Gets the id of this ConnectorInfo0.
|
331
331
|
|
332
332
|
连接器ID
|
333
333
|
|
@@ -338,7 +338,7 @@ class ConnectorInfo0:
|
|
338
338
|
|
339
339
|
@id.setter
|
340
340
|
def id(self, id):
|
341
|
-
"""Sets the id of this ConnectorInfo0.
|
341
|
+
r"""Sets the id of this ConnectorInfo0.
|
342
342
|
|
343
343
|
连接器ID
|
344
344
|
|
@@ -349,7 +349,7 @@ class ConnectorInfo0:
|
|
349
349
|
|
350
350
|
@property
|
351
351
|
def name(self):
|
352
|
-
"""Gets the name of this ConnectorInfo0.
|
352
|
+
r"""Gets the name of this ConnectorInfo0.
|
353
353
|
|
354
354
|
连接器名称
|
355
355
|
|
@@ -360,7 +360,7 @@ class ConnectorInfo0:
|
|
360
360
|
|
361
361
|
@name.setter
|
362
362
|
def name(self, name):
|
363
|
-
"""Sets the name of this ConnectorInfo0.
|
363
|
+
r"""Sets the name of this ConnectorInfo0.
|
364
364
|
|
365
365
|
连接器名称
|
366
366
|
|
@@ -371,7 +371,7 @@ class ConnectorInfo0:
|
|
371
371
|
|
372
372
|
@property
|
373
373
|
def need_auth(self):
|
374
|
-
"""Gets the need_auth of this ConnectorInfo0.
|
374
|
+
r"""Gets the need_auth of this ConnectorInfo0.
|
375
375
|
|
376
376
|
是否需要验证
|
377
377
|
|
@@ -382,7 +382,7 @@ class ConnectorInfo0:
|
|
382
382
|
|
383
383
|
@need_auth.setter
|
384
384
|
def need_auth(self, need_auth):
|
385
|
-
"""Sets the need_auth of this ConnectorInfo0.
|
385
|
+
r"""Sets the need_auth of this ConnectorInfo0.
|
386
386
|
|
387
387
|
是否需要验证
|
388
388
|
|
@@ -393,7 +393,7 @@ class ConnectorInfo0:
|
|
393
393
|
|
394
394
|
@property
|
395
395
|
def operations(self):
|
396
|
-
"""Gets the operations of this ConnectorInfo0.
|
396
|
+
r"""Gets the operations of this ConnectorInfo0.
|
397
397
|
|
398
398
|
视图数据
|
399
399
|
|
@@ -404,7 +404,7 @@ class ConnectorInfo0:
|
|
404
404
|
|
405
405
|
@operations.setter
|
406
406
|
def operations(self, operations):
|
407
|
-
"""Sets the operations of this ConnectorInfo0.
|
407
|
+
r"""Sets the operations of this ConnectorInfo0.
|
408
408
|
|
409
409
|
视图数据
|
410
410
|
|
@@ -415,7 +415,7 @@ class ConnectorInfo0:
|
|
415
415
|
|
416
416
|
@property
|
417
417
|
def provider(self):
|
418
|
-
"""Gets the provider of this ConnectorInfo0.
|
418
|
+
r"""Gets the provider of this ConnectorInfo0.
|
419
419
|
|
420
420
|
供应商
|
421
421
|
|
@@ -426,7 +426,7 @@ class ConnectorInfo0:
|
|
426
426
|
|
427
427
|
@provider.setter
|
428
428
|
def provider(self, provider):
|
429
|
-
"""Sets the provider of this ConnectorInfo0.
|
429
|
+
r"""Sets the provider of this ConnectorInfo0.
|
430
430
|
|
431
431
|
供应商
|
432
432
|
|
@@ -437,7 +437,7 @@ class ConnectorInfo0:
|
|
437
437
|
|
438
438
|
@property
|
439
439
|
def swagger(self):
|
440
|
-
"""Gets the swagger of this ConnectorInfo0.
|
440
|
+
r"""Gets the swagger of this ConnectorInfo0.
|
441
441
|
|
442
442
|
swagger文档,大文本
|
443
443
|
|
@@ -448,7 +448,7 @@ class ConnectorInfo0:
|
|
448
448
|
|
449
449
|
@swagger.setter
|
450
450
|
def swagger(self, swagger):
|
451
|
-
"""Sets the swagger of this ConnectorInfo0.
|
451
|
+
r"""Sets the swagger of this ConnectorInfo0.
|
452
452
|
|
453
453
|
swagger文档,大文本
|
454
454
|
|
@@ -459,7 +459,7 @@ class ConnectorInfo0:
|
|
459
459
|
|
460
460
|
@property
|
461
461
|
def triggers(self):
|
462
|
-
"""Gets the triggers of this ConnectorInfo0.
|
462
|
+
r"""Gets the triggers of this ConnectorInfo0.
|
463
463
|
|
464
464
|
操作json
|
465
465
|
|
@@ -470,7 +470,7 @@ class ConnectorInfo0:
|
|
470
470
|
|
471
471
|
@triggers.setter
|
472
472
|
def triggers(self, triggers):
|
473
|
-
"""Sets the triggers of this ConnectorInfo0.
|
473
|
+
r"""Sets the triggers of this ConnectorInfo0.
|
474
474
|
|
475
475
|
操作json
|
476
476
|
|
@@ -481,7 +481,7 @@ class ConnectorInfo0:
|
|
481
481
|
|
482
482
|
@property
|
483
483
|
def type(self):
|
484
|
-
"""Gets the type of this ConnectorInfo0.
|
484
|
+
r"""Gets the type of this ConnectorInfo0.
|
485
485
|
|
486
486
|
连接器类型
|
487
487
|
|
@@ -492,7 +492,7 @@ class ConnectorInfo0:
|
|
492
492
|
|
493
493
|
@type.setter
|
494
494
|
def type(self, type):
|
495
|
-
"""Sets the type of this ConnectorInfo0.
|
495
|
+
r"""Sets the type of this ConnectorInfo0.
|
496
496
|
|
497
497
|
连接器类型
|
498
498
|
|
@@ -503,7 +503,7 @@ class ConnectorInfo0:
|
|
503
503
|
|
504
504
|
@property
|
505
505
|
def updated_time(self):
|
506
|
-
"""Gets the updated_time of this ConnectorInfo0.
|
506
|
+
r"""Gets the updated_time of this ConnectorInfo0.
|
507
507
|
|
508
508
|
修改时间
|
509
509
|
|
@@ -514,7 +514,7 @@ class ConnectorInfo0:
|
|
514
514
|
|
515
515
|
@updated_time.setter
|
516
516
|
def updated_time(self, updated_time):
|
517
|
-
"""Sets the updated_time of this ConnectorInfo0.
|
517
|
+
r"""Sets the updated_time of this ConnectorInfo0.
|
518
518
|
|
519
519
|
修改时间
|
520
520
|
|