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
@@ -96,7 +96,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
96
96
|
}
|
97
97
|
|
98
98
|
def __init__(self, apic_id=None, apic_release_status=None, apig_url=None, connectors=None, connectors_latest=None, creatd_time=None, description=None, dev_status=None, domain_id=None, enterprise_project_id=None, enterprise_project_name=None, extend_configs=None, flow_source_type=None, functions=None, graph=None, his_transfer_status=None, icon=None, id=None, installed_connector=None, is_valid=None, label=None, name=None, notice_status=None, project_id=None, schema_version=None, status=None, steps=None, tags=None, template_id=None, template_name=None, test_result=None, type=None, updated_time=None, user_id=None, version=None, webhook=None):
|
99
|
-
"""SearchFlowByIdResponse
|
99
|
+
r"""SearchFlowByIdResponse
|
100
100
|
|
101
101
|
The model defined in huaweicloud sdk
|
102
102
|
|
@@ -289,7 +289,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
289
289
|
|
290
290
|
@property
|
291
291
|
def apic_id(self):
|
292
|
-
"""Gets the apic_id of this SearchFlowByIdResponse.
|
292
|
+
r"""Gets the apic_id of this SearchFlowByIdResponse.
|
293
293
|
|
294
294
|
发布到apic的api id
|
295
295
|
|
@@ -300,7 +300,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
300
300
|
|
301
301
|
@apic_id.setter
|
302
302
|
def apic_id(self, apic_id):
|
303
|
-
"""Sets the apic_id of this SearchFlowByIdResponse.
|
303
|
+
r"""Sets the apic_id of this SearchFlowByIdResponse.
|
304
304
|
|
305
305
|
发布到apic的api id
|
306
306
|
|
@@ -311,7 +311,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
311
311
|
|
312
312
|
@property
|
313
313
|
def apic_release_status(self):
|
314
|
-
"""Gets the apic_release_status of this SearchFlowByIdResponse.
|
314
|
+
r"""Gets the apic_release_status of this SearchFlowByIdResponse.
|
315
315
|
|
316
316
|
发布到apic的状态
|
317
317
|
|
@@ -322,7 +322,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
322
322
|
|
323
323
|
@apic_release_status.setter
|
324
324
|
def apic_release_status(self, apic_release_status):
|
325
|
-
"""Sets the apic_release_status of this SearchFlowByIdResponse.
|
325
|
+
r"""Sets the apic_release_status of this SearchFlowByIdResponse.
|
326
326
|
|
327
327
|
发布到apic的状态
|
328
328
|
|
@@ -333,7 +333,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
333
333
|
|
334
334
|
@property
|
335
335
|
def apig_url(self):
|
336
|
-
"""Gets the apig_url of this SearchFlowByIdResponse.
|
336
|
+
r"""Gets the apig_url of this SearchFlowByIdResponse.
|
337
337
|
|
338
338
|
api流注册到apig的url
|
339
339
|
|
@@ -344,7 +344,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
344
344
|
|
345
345
|
@apig_url.setter
|
346
346
|
def apig_url(self, apig_url):
|
347
|
-
"""Sets the apig_url of this SearchFlowByIdResponse.
|
347
|
+
r"""Sets the apig_url of this SearchFlowByIdResponse.
|
348
348
|
|
349
349
|
api流注册到apig的url
|
350
350
|
|
@@ -355,7 +355,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
355
355
|
|
356
356
|
@property
|
357
357
|
def connectors(self):
|
358
|
-
"""Gets the connectors of this SearchFlowByIdResponse.
|
358
|
+
r"""Gets the connectors of this SearchFlowByIdResponse.
|
359
359
|
|
360
360
|
连接器
|
361
361
|
|
@@ -366,7 +366,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
366
366
|
|
367
367
|
@connectors.setter
|
368
368
|
def connectors(self, connectors):
|
369
|
-
"""Sets the connectors of this SearchFlowByIdResponse.
|
369
|
+
r"""Sets the connectors of this SearchFlowByIdResponse.
|
370
370
|
|
371
371
|
连接器
|
372
372
|
|
@@ -377,7 +377,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
377
377
|
|
378
378
|
@property
|
379
379
|
def connectors_latest(self):
|
380
|
-
"""Gets the connectors_latest of this SearchFlowByIdResponse.
|
380
|
+
r"""Gets the connectors_latest of this SearchFlowByIdResponse.
|
381
381
|
|
382
382
|
连接器最新版本
|
383
383
|
|
@@ -388,7 +388,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
388
388
|
|
389
389
|
@connectors_latest.setter
|
390
390
|
def connectors_latest(self, connectors_latest):
|
391
|
-
"""Sets the connectors_latest of this SearchFlowByIdResponse.
|
391
|
+
r"""Sets the connectors_latest of this SearchFlowByIdResponse.
|
392
392
|
|
393
393
|
连接器最新版本
|
394
394
|
|
@@ -399,7 +399,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
399
399
|
|
400
400
|
@property
|
401
401
|
def creatd_time(self):
|
402
|
-
"""Gets the creatd_time of this SearchFlowByIdResponse.
|
402
|
+
r"""Gets the creatd_time of this SearchFlowByIdResponse.
|
403
403
|
|
404
404
|
创建时间
|
405
405
|
|
@@ -410,7 +410,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
410
410
|
|
411
411
|
@creatd_time.setter
|
412
412
|
def creatd_time(self, creatd_time):
|
413
|
-
"""Sets the creatd_time of this SearchFlowByIdResponse.
|
413
|
+
r"""Sets the creatd_time of this SearchFlowByIdResponse.
|
414
414
|
|
415
415
|
创建时间
|
416
416
|
|
@@ -421,7 +421,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
421
421
|
|
422
422
|
@property
|
423
423
|
def description(self):
|
424
|
-
"""Gets the description of this SearchFlowByIdResponse.
|
424
|
+
r"""Gets the description of this SearchFlowByIdResponse.
|
425
425
|
|
426
426
|
流的描述信息
|
427
427
|
|
@@ -432,7 +432,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
432
432
|
|
433
433
|
@description.setter
|
434
434
|
def description(self, description):
|
435
|
-
"""Sets the description of this SearchFlowByIdResponse.
|
435
|
+
r"""Sets the description of this SearchFlowByIdResponse.
|
436
436
|
|
437
437
|
流的描述信息
|
438
438
|
|
@@ -443,7 +443,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
443
443
|
|
444
444
|
@property
|
445
445
|
def dev_status(self):
|
446
|
-
"""Gets the dev_status of this SearchFlowByIdResponse.
|
446
|
+
r"""Gets the dev_status of this SearchFlowByIdResponse.
|
447
447
|
|
448
448
|
开发状态
|
449
449
|
|
@@ -454,7 +454,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
454
454
|
|
455
455
|
@dev_status.setter
|
456
456
|
def dev_status(self, dev_status):
|
457
|
-
"""Sets the dev_status of this SearchFlowByIdResponse.
|
457
|
+
r"""Sets the dev_status of this SearchFlowByIdResponse.
|
458
458
|
|
459
459
|
开发状态
|
460
460
|
|
@@ -465,7 +465,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
465
465
|
|
466
466
|
@property
|
467
467
|
def domain_id(self):
|
468
|
-
"""Gets the domain_id of this SearchFlowByIdResponse.
|
468
|
+
r"""Gets the domain_id of this SearchFlowByIdResponse.
|
469
469
|
|
470
470
|
租户ID
|
471
471
|
|
@@ -476,7 +476,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
476
476
|
|
477
477
|
@domain_id.setter
|
478
478
|
def domain_id(self, domain_id):
|
479
|
-
"""Sets the domain_id of this SearchFlowByIdResponse.
|
479
|
+
r"""Sets the domain_id of this SearchFlowByIdResponse.
|
480
480
|
|
481
481
|
租户ID
|
482
482
|
|
@@ -487,7 +487,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
487
487
|
|
488
488
|
@property
|
489
489
|
def enterprise_project_id(self):
|
490
|
-
"""Gets the enterprise_project_id of this SearchFlowByIdResponse.
|
490
|
+
r"""Gets the enterprise_project_id of this SearchFlowByIdResponse.
|
491
491
|
|
492
492
|
企业项目id
|
493
493
|
|
@@ -498,7 +498,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
498
498
|
|
499
499
|
@enterprise_project_id.setter
|
500
500
|
def enterprise_project_id(self, enterprise_project_id):
|
501
|
-
"""Sets the enterprise_project_id of this SearchFlowByIdResponse.
|
501
|
+
r"""Sets the enterprise_project_id of this SearchFlowByIdResponse.
|
502
502
|
|
503
503
|
企业项目id
|
504
504
|
|
@@ -509,7 +509,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
509
509
|
|
510
510
|
@property
|
511
511
|
def enterprise_project_name(self):
|
512
|
-
"""Gets the enterprise_project_name of this SearchFlowByIdResponse.
|
512
|
+
r"""Gets the enterprise_project_name of this SearchFlowByIdResponse.
|
513
513
|
|
514
514
|
企业项目名称
|
515
515
|
|
@@ -520,7 +520,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
520
520
|
|
521
521
|
@enterprise_project_name.setter
|
522
522
|
def enterprise_project_name(self, enterprise_project_name):
|
523
|
-
"""Sets the enterprise_project_name of this SearchFlowByIdResponse.
|
523
|
+
r"""Sets the enterprise_project_name of this SearchFlowByIdResponse.
|
524
524
|
|
525
525
|
企业项目名称
|
526
526
|
|
@@ -531,7 +531,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
531
531
|
|
532
532
|
@property
|
533
533
|
def extend_configs(self):
|
534
|
-
"""Gets the extend_configs of this SearchFlowByIdResponse.
|
534
|
+
r"""Gets the extend_configs of this SearchFlowByIdResponse.
|
535
535
|
|
536
536
|
流/流模板扩展配置列表
|
537
537
|
|
@@ -542,7 +542,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
542
542
|
|
543
543
|
@extend_configs.setter
|
544
544
|
def extend_configs(self, extend_configs):
|
545
|
-
"""Sets the extend_configs of this SearchFlowByIdResponse.
|
545
|
+
r"""Sets the extend_configs of this SearchFlowByIdResponse.
|
546
546
|
|
547
547
|
流/流模板扩展配置列表
|
548
548
|
|
@@ -553,7 +553,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
553
553
|
|
554
554
|
@property
|
555
555
|
def flow_source_type(self):
|
556
|
-
"""Gets the flow_source_type of this SearchFlowByIdResponse.
|
556
|
+
r"""Gets the flow_source_type of this SearchFlowByIdResponse.
|
557
557
|
|
558
558
|
流来源: inner: 公共流模板; custom: 我的流模板
|
559
559
|
|
@@ -564,7 +564,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
564
564
|
|
565
565
|
@flow_source_type.setter
|
566
566
|
def flow_source_type(self, flow_source_type):
|
567
|
-
"""Sets the flow_source_type of this SearchFlowByIdResponse.
|
567
|
+
r"""Sets the flow_source_type of this SearchFlowByIdResponse.
|
568
568
|
|
569
569
|
流来源: inner: 公共流模板; custom: 我的流模板
|
570
570
|
|
@@ -575,7 +575,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
575
575
|
|
576
576
|
@property
|
577
577
|
def functions(self):
|
578
|
-
"""Gets the functions of this SearchFlowByIdResponse.
|
578
|
+
r"""Gets the functions of this SearchFlowByIdResponse.
|
579
579
|
|
580
580
|
流/流模板函数列表
|
581
581
|
|
@@ -586,7 +586,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
586
586
|
|
587
587
|
@functions.setter
|
588
588
|
def functions(self, functions):
|
589
|
-
"""Sets the functions of this SearchFlowByIdResponse.
|
589
|
+
r"""Sets the functions of this SearchFlowByIdResponse.
|
590
590
|
|
591
591
|
流/流模板函数列表
|
592
592
|
|
@@ -597,7 +597,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
597
597
|
|
598
598
|
@property
|
599
599
|
def graph(self):
|
600
|
-
"""Gets the graph of this SearchFlowByIdResponse.
|
600
|
+
r"""Gets the graph of this SearchFlowByIdResponse.
|
601
601
|
|
602
602
|
流的编排数据(大josn)
|
603
603
|
|
@@ -608,7 +608,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
608
608
|
|
609
609
|
@graph.setter
|
610
610
|
def graph(self, graph):
|
611
|
-
"""Sets the graph of this SearchFlowByIdResponse.
|
611
|
+
r"""Sets the graph of this SearchFlowByIdResponse.
|
612
612
|
|
613
613
|
流的编排数据(大josn)
|
614
614
|
|
@@ -619,7 +619,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
619
619
|
|
620
620
|
@property
|
621
621
|
def his_transfer_status(self):
|
622
|
-
"""Gets the his_transfer_status of this SearchFlowByIdResponse.
|
622
|
+
r"""Gets the his_transfer_status of this SearchFlowByIdResponse.
|
623
623
|
|
624
624
|
:return: The his_transfer_status of this SearchFlowByIdResponse.
|
625
625
|
:rtype: str
|
@@ -628,7 +628,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
628
628
|
|
629
629
|
@his_transfer_status.setter
|
630
630
|
def his_transfer_status(self, his_transfer_status):
|
631
|
-
"""Sets the his_transfer_status of this SearchFlowByIdResponse.
|
631
|
+
r"""Sets the his_transfer_status of this SearchFlowByIdResponse.
|
632
632
|
|
633
633
|
:param his_transfer_status: The his_transfer_status of this SearchFlowByIdResponse.
|
634
634
|
:type his_transfer_status: str
|
@@ -637,7 +637,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
637
637
|
|
638
638
|
@property
|
639
639
|
def icon(self):
|
640
|
-
"""Gets the icon of this SearchFlowByIdResponse.
|
640
|
+
r"""Gets the icon of this SearchFlowByIdResponse.
|
641
641
|
|
642
642
|
logo base64编码
|
643
643
|
|
@@ -648,7 +648,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
648
648
|
|
649
649
|
@icon.setter
|
650
650
|
def icon(self, icon):
|
651
|
-
"""Sets the icon of this SearchFlowByIdResponse.
|
651
|
+
r"""Sets the icon of this SearchFlowByIdResponse.
|
652
652
|
|
653
653
|
logo base64编码
|
654
654
|
|
@@ -659,7 +659,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
659
659
|
|
660
660
|
@property
|
661
661
|
def id(self):
|
662
|
-
"""Gets the id of this SearchFlowByIdResponse.
|
662
|
+
r"""Gets the id of this SearchFlowByIdResponse.
|
663
663
|
|
664
664
|
ID
|
665
665
|
|
@@ -670,7 +670,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
670
670
|
|
671
671
|
@id.setter
|
672
672
|
def id(self, id):
|
673
|
-
"""Sets the id of this SearchFlowByIdResponse.
|
673
|
+
r"""Sets the id of this SearchFlowByIdResponse.
|
674
674
|
|
675
675
|
ID
|
676
676
|
|
@@ -681,7 +681,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
681
681
|
|
682
682
|
@property
|
683
683
|
def installed_connector(self):
|
684
|
-
"""Gets the installed_connector of this SearchFlowByIdResponse.
|
684
|
+
r"""Gets the installed_connector of this SearchFlowByIdResponse.
|
685
685
|
|
686
686
|
已部署的connector id
|
687
687
|
|
@@ -692,7 +692,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
692
692
|
|
693
693
|
@installed_connector.setter
|
694
694
|
def installed_connector(self, installed_connector):
|
695
|
-
"""Sets the installed_connector of this SearchFlowByIdResponse.
|
695
|
+
r"""Sets the installed_connector of this SearchFlowByIdResponse.
|
696
696
|
|
697
697
|
已部署的connector id
|
698
698
|
|
@@ -703,7 +703,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
703
703
|
|
704
704
|
@property
|
705
705
|
def is_valid(self):
|
706
|
-
"""Gets the is_valid of this SearchFlowByIdResponse.
|
706
|
+
r"""Gets the is_valid of this SearchFlowByIdResponse.
|
707
707
|
|
708
708
|
:return: The is_valid of this SearchFlowByIdResponse.
|
709
709
|
:rtype: bool
|
@@ -712,7 +712,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
712
712
|
|
713
713
|
@is_valid.setter
|
714
714
|
def is_valid(self, is_valid):
|
715
|
-
"""Sets the is_valid of this SearchFlowByIdResponse.
|
715
|
+
r"""Sets the is_valid of this SearchFlowByIdResponse.
|
716
716
|
|
717
717
|
:param is_valid: The is_valid of this SearchFlowByIdResponse.
|
718
718
|
:type is_valid: bool
|
@@ -721,7 +721,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
721
721
|
|
722
722
|
@property
|
723
723
|
def label(self):
|
724
|
-
"""Gets the label of this SearchFlowByIdResponse.
|
724
|
+
r"""Gets the label of this SearchFlowByIdResponse.
|
725
725
|
|
726
726
|
:return: The label of this SearchFlowByIdResponse.
|
727
727
|
:rtype: str
|
@@ -730,7 +730,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
730
730
|
|
731
731
|
@label.setter
|
732
732
|
def label(self, label):
|
733
|
-
"""Sets the label of this SearchFlowByIdResponse.
|
733
|
+
r"""Sets the label of this SearchFlowByIdResponse.
|
734
734
|
|
735
735
|
:param label: The label of this SearchFlowByIdResponse.
|
736
736
|
:type label: str
|
@@ -739,7 +739,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
739
739
|
|
740
740
|
@property
|
741
741
|
def name(self):
|
742
|
-
"""Gets the name of this SearchFlowByIdResponse.
|
742
|
+
r"""Gets the name of this SearchFlowByIdResponse.
|
743
743
|
|
744
744
|
流的名称
|
745
745
|
|
@@ -750,7 +750,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
750
750
|
|
751
751
|
@name.setter
|
752
752
|
def name(self, name):
|
753
|
-
"""Sets the name of this SearchFlowByIdResponse.
|
753
|
+
r"""Sets the name of this SearchFlowByIdResponse.
|
754
754
|
|
755
755
|
流的名称
|
756
756
|
|
@@ -761,7 +761,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
761
761
|
|
762
762
|
@property
|
763
763
|
def notice_status(self):
|
764
|
-
"""Gets the notice_status of this SearchFlowByIdResponse.
|
764
|
+
r"""Gets the notice_status of this SearchFlowByIdResponse.
|
765
765
|
|
766
766
|
:return: The notice_status of this SearchFlowByIdResponse.
|
767
767
|
:rtype: str
|
@@ -770,7 +770,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
770
770
|
|
771
771
|
@notice_status.setter
|
772
772
|
def notice_status(self, notice_status):
|
773
|
-
"""Sets the notice_status of this SearchFlowByIdResponse.
|
773
|
+
r"""Sets the notice_status of this SearchFlowByIdResponse.
|
774
774
|
|
775
775
|
:param notice_status: The notice_status of this SearchFlowByIdResponse.
|
776
776
|
:type notice_status: str
|
@@ -779,7 +779,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
779
779
|
|
780
780
|
@property
|
781
781
|
def project_id(self):
|
782
|
-
"""Gets the project_id of this SearchFlowByIdResponse.
|
782
|
+
r"""Gets the project_id of this SearchFlowByIdResponse.
|
783
783
|
|
784
784
|
用户项目ID
|
785
785
|
|
@@ -790,7 +790,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
790
790
|
|
791
791
|
@project_id.setter
|
792
792
|
def project_id(self, project_id):
|
793
|
-
"""Sets the project_id of this SearchFlowByIdResponse.
|
793
|
+
r"""Sets the project_id of this SearchFlowByIdResponse.
|
794
794
|
|
795
795
|
用户项目ID
|
796
796
|
|
@@ -801,7 +801,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
801
801
|
|
802
802
|
@property
|
803
803
|
def schema_version(self):
|
804
|
-
"""Gets the schema_version of this SearchFlowByIdResponse.
|
804
|
+
r"""Gets the schema_version of this SearchFlowByIdResponse.
|
805
805
|
|
806
806
|
schema版本
|
807
807
|
|
@@ -812,7 +812,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
812
812
|
|
813
813
|
@schema_version.setter
|
814
814
|
def schema_version(self, schema_version):
|
815
|
-
"""Sets the schema_version of this SearchFlowByIdResponse.
|
815
|
+
r"""Sets the schema_version of this SearchFlowByIdResponse.
|
816
816
|
|
817
817
|
schema版本
|
818
818
|
|
@@ -823,7 +823,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
823
823
|
|
824
824
|
@property
|
825
825
|
def status(self):
|
826
|
-
"""Gets the status of this SearchFlowByIdResponse.
|
826
|
+
r"""Gets the status of this SearchFlowByIdResponse.
|
827
827
|
|
828
828
|
流的状态
|
829
829
|
|
@@ -834,7 +834,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
834
834
|
|
835
835
|
@status.setter
|
836
836
|
def status(self, status):
|
837
|
-
"""Sets the status of this SearchFlowByIdResponse.
|
837
|
+
r"""Sets the status of this SearchFlowByIdResponse.
|
838
838
|
|
839
839
|
流的状态
|
840
840
|
|
@@ -845,7 +845,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
845
845
|
|
846
846
|
@property
|
847
847
|
def steps(self):
|
848
|
-
"""Gets the steps of this SearchFlowByIdResponse.
|
848
|
+
r"""Gets the steps of this SearchFlowByIdResponse.
|
849
849
|
|
850
850
|
流的编排数据(大josn)
|
851
851
|
|
@@ -856,7 +856,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
856
856
|
|
857
857
|
@steps.setter
|
858
858
|
def steps(self, steps):
|
859
|
-
"""Sets the steps of this SearchFlowByIdResponse.
|
859
|
+
r"""Sets the steps of this SearchFlowByIdResponse.
|
860
860
|
|
861
861
|
流的编排数据(大josn)
|
862
862
|
|
@@ -867,7 +867,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
867
867
|
|
868
868
|
@property
|
869
869
|
def tags(self):
|
870
|
-
"""Gets the tags of this SearchFlowByIdResponse.
|
870
|
+
r"""Gets the tags of this SearchFlowByIdResponse.
|
871
871
|
|
872
872
|
标签列表
|
873
873
|
|
@@ -878,7 +878,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
878
878
|
|
879
879
|
@tags.setter
|
880
880
|
def tags(self, tags):
|
881
|
-
"""Sets the tags of this SearchFlowByIdResponse.
|
881
|
+
r"""Sets the tags of this SearchFlowByIdResponse.
|
882
882
|
|
883
883
|
标签列表
|
884
884
|
|
@@ -889,7 +889,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
889
889
|
|
890
890
|
@property
|
891
891
|
def template_id(self):
|
892
|
-
"""Gets the template_id of this SearchFlowByIdResponse.
|
892
|
+
r"""Gets the template_id of this SearchFlowByIdResponse.
|
893
893
|
|
894
894
|
模板ID
|
895
895
|
|
@@ -900,7 +900,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
900
900
|
|
901
901
|
@template_id.setter
|
902
902
|
def template_id(self, template_id):
|
903
|
-
"""Sets the template_id of this SearchFlowByIdResponse.
|
903
|
+
r"""Sets the template_id of this SearchFlowByIdResponse.
|
904
904
|
|
905
905
|
模板ID
|
906
906
|
|
@@ -911,7 +911,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
911
911
|
|
912
912
|
@property
|
913
913
|
def template_name(self):
|
914
|
-
"""Gets the template_name of this SearchFlowByIdResponse.
|
914
|
+
r"""Gets the template_name of this SearchFlowByIdResponse.
|
915
915
|
|
916
916
|
模板名称
|
917
917
|
|
@@ -922,7 +922,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
922
922
|
|
923
923
|
@template_name.setter
|
924
924
|
def template_name(self, template_name):
|
925
|
-
"""Sets the template_name of this SearchFlowByIdResponse.
|
925
|
+
r"""Sets the template_name of this SearchFlowByIdResponse.
|
926
926
|
|
927
927
|
模板名称
|
928
928
|
|
@@ -933,7 +933,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
933
933
|
|
934
934
|
@property
|
935
935
|
def test_result(self):
|
936
|
-
"""Gets the test_result of this SearchFlowByIdResponse.
|
936
|
+
r"""Gets the test_result of this SearchFlowByIdResponse.
|
937
937
|
|
938
938
|
测试结果
|
939
939
|
|
@@ -944,7 +944,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
944
944
|
|
945
945
|
@test_result.setter
|
946
946
|
def test_result(self, test_result):
|
947
|
-
"""Sets the test_result of this SearchFlowByIdResponse.
|
947
|
+
r"""Sets the test_result of this SearchFlowByIdResponse.
|
948
948
|
|
949
949
|
测试结果
|
950
950
|
|
@@ -955,7 +955,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
955
955
|
|
956
956
|
@property
|
957
957
|
def type(self):
|
958
|
-
"""Gets the type of this SearchFlowByIdResponse.
|
958
|
+
r"""Gets the type of this SearchFlowByIdResponse.
|
959
959
|
|
960
960
|
类型
|
961
961
|
|
@@ -966,7 +966,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
966
966
|
|
967
967
|
@type.setter
|
968
968
|
def type(self, type):
|
969
|
-
"""Sets the type of this SearchFlowByIdResponse.
|
969
|
+
r"""Sets the type of this SearchFlowByIdResponse.
|
970
970
|
|
971
971
|
类型
|
972
972
|
|
@@ -977,7 +977,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
977
977
|
|
978
978
|
@property
|
979
979
|
def updated_time(self):
|
980
|
-
"""Gets the updated_time of this SearchFlowByIdResponse.
|
980
|
+
r"""Gets the updated_time of this SearchFlowByIdResponse.
|
981
981
|
|
982
982
|
修改时间
|
983
983
|
|
@@ -988,7 +988,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
988
988
|
|
989
989
|
@updated_time.setter
|
990
990
|
def updated_time(self, updated_time):
|
991
|
-
"""Sets the updated_time of this SearchFlowByIdResponse.
|
991
|
+
r"""Sets the updated_time of this SearchFlowByIdResponse.
|
992
992
|
|
993
993
|
修改时间
|
994
994
|
|
@@ -999,7 +999,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
999
999
|
|
1000
1000
|
@property
|
1001
1001
|
def user_id(self):
|
1002
|
-
"""Gets the user_id of this SearchFlowByIdResponse.
|
1002
|
+
r"""Gets the user_id of this SearchFlowByIdResponse.
|
1003
1003
|
|
1004
1004
|
账号(所有者)
|
1005
1005
|
|
@@ -1010,7 +1010,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
1010
1010
|
|
1011
1011
|
@user_id.setter
|
1012
1012
|
def user_id(self, user_id):
|
1013
|
-
"""Sets the user_id of this SearchFlowByIdResponse.
|
1013
|
+
r"""Sets the user_id of this SearchFlowByIdResponse.
|
1014
1014
|
|
1015
1015
|
账号(所有者)
|
1016
1016
|
|
@@ -1021,7 +1021,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
1021
1021
|
|
1022
1022
|
@property
|
1023
1023
|
def version(self):
|
1024
|
-
"""Gets the version of this SearchFlowByIdResponse.
|
1024
|
+
r"""Gets the version of this SearchFlowByIdResponse.
|
1025
1025
|
|
1026
1026
|
流的版本号
|
1027
1027
|
|
@@ -1032,7 +1032,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
1032
1032
|
|
1033
1033
|
@version.setter
|
1034
1034
|
def version(self, version):
|
1035
|
-
"""Sets the version of this SearchFlowByIdResponse.
|
1035
|
+
r"""Sets the version of this SearchFlowByIdResponse.
|
1036
1036
|
|
1037
1037
|
流的版本号
|
1038
1038
|
|
@@ -1043,7 +1043,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
1043
1043
|
|
1044
1044
|
@property
|
1045
1045
|
def webhook(self):
|
1046
|
-
"""Gets the webhook of this SearchFlowByIdResponse.
|
1046
|
+
r"""Gets the webhook of this SearchFlowByIdResponse.
|
1047
1047
|
|
1048
1048
|
webhook触发url的ID
|
1049
1049
|
|
@@ -1054,7 +1054,7 @@ class SearchFlowByIdResponse(SdkResponse):
|
|
1054
1054
|
|
1055
1055
|
@webhook.setter
|
1056
1056
|
def webhook(self, webhook):
|
1057
|
-
"""Sets the webhook of this SearchFlowByIdResponse.
|
1057
|
+
r"""Sets the webhook of this SearchFlowByIdResponse.
|
1058
1058
|
|
1059
1059
|
webhook触发url的ID
|
1060
1060
|
|
@@ -29,7 +29,7 @@ class ShowAllConnectionsRequest:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, offset=None, limit=None, name=None):
|
32
|
-
"""ShowAllConnectionsRequest
|
32
|
+
r"""ShowAllConnectionsRequest
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class ShowAllConnectionsRequest:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def offset(self):
|
58
|
-
"""Gets the offset of this ShowAllConnectionsRequest.
|
58
|
+
r"""Gets the offset of this ShowAllConnectionsRequest.
|
59
59
|
|
60
60
|
偏移量,表示从此偏移量开始查询, offset大于等于1
|
61
61
|
|
@@ -66,7 +66,7 @@ class ShowAllConnectionsRequest:
|
|
66
66
|
|
67
67
|
@offset.setter
|
68
68
|
def offset(self, offset):
|
69
|
-
"""Sets the offset of this ShowAllConnectionsRequest.
|
69
|
+
r"""Sets the offset of this ShowAllConnectionsRequest.
|
70
70
|
|
71
71
|
偏移量,表示从此偏移量开始查询, offset大于等于1
|
72
72
|
|
@@ -77,7 +77,7 @@ class ShowAllConnectionsRequest:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def limit(self):
|
80
|
-
"""Gets the limit of this ShowAllConnectionsRequest.
|
80
|
+
r"""Gets the limit of this ShowAllConnectionsRequest.
|
81
81
|
|
82
82
|
每页显示的条目数量
|
83
83
|
|
@@ -88,7 +88,7 @@ class ShowAllConnectionsRequest:
|
|
88
88
|
|
89
89
|
@limit.setter
|
90
90
|
def limit(self, limit):
|
91
|
-
"""Sets the limit of this ShowAllConnectionsRequest.
|
91
|
+
r"""Sets the limit of this ShowAllConnectionsRequest.
|
92
92
|
|
93
93
|
每页显示的条目数量
|
94
94
|
|
@@ -99,7 +99,7 @@ class ShowAllConnectionsRequest:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def name(self):
|
102
|
-
"""Gets the name of this ShowAllConnectionsRequest.
|
102
|
+
r"""Gets the name of this ShowAllConnectionsRequest.
|
103
103
|
|
104
104
|
模糊查询参数
|
105
105
|
|
@@ -110,7 +110,7 @@ class ShowAllConnectionsRequest:
|
|
110
110
|
|
111
111
|
@name.setter
|
112
112
|
def name(self, name):
|
113
|
-
"""Sets the name of this ShowAllConnectionsRequest.
|
113
|
+
r"""Sets the name of this ShowAllConnectionsRequest.
|
114
114
|
|
115
115
|
模糊查询参数
|
116
116
|
|