tencentcloud-sdk-python 3.0.1355__py2.py3-none-any.whl → 3.0.1357__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/billing/v20180709/billing_client.py +0 -25
- tencentcloud/billing/v20180709/models.py +0 -512
- tencentcloud/cdb/v20170320/models.py +32 -4
- tencentcloud/cls/v20201016/models.py +40 -5
- tencentcloud/ess/v20201111/ess_client.py +4 -2
- tencentcloud/ess/v20201111/models.py +206 -10
- tencentcloud/essbasic/v20210526/models.py +162 -12
- tencentcloud/gaap/v20180529/models.py +0 -90
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +463 -0
- tencentcloud/gwlb/v20240906/models.py +20 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +254 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +254 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +24 -1
- tencentcloud/lkeap/v20240522/models.py +64 -0
- tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
- tencentcloud/mna/v20210119/errorcodes.py +0 -36
- tencentcloud/mna/v20210119/mna_client.py +0 -75
- tencentcloud/mna/v20210119/models.py +0 -1002
- tencentcloud/mps/v20190612/models.py +28 -36
- tencentcloud/oceanus/v20190422/models.py +12 -0
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/ses/v20201002/models.py +15 -0
- tencentcloud/smop/v20201203/smop_client.py +3 -1
- tencentcloud/taf/v20200210/models.py +0 -270
- tencentcloud/taf/v20200210/taf_client.py +0 -23
- tencentcloud/tat/v20201028/errorcodes.py +6 -0
- tencentcloud/tat/v20201028/models.py +50 -2
- tencentcloud/tcss/v20201101/models.py +83 -8
- tencentcloud/tse/v20201207/models.py +0 -182
- tencentcloud/tsf/v20180326/models.py +12 -282
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +25 -132
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/RECORD +41 -41
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/top_level.txt +0 -0
@@ -556,7 +556,6 @@ class AdvanceSettings(AbstractModel):
|
|
556
556
|
def __init__(self):
|
557
557
|
r"""
|
558
558
|
:param _SubTaskConcurrency: 子任务单机并发数限制,默认值为2
|
559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
560
559
|
:type SubTaskConcurrency: int
|
561
560
|
"""
|
562
561
|
self._SubTaskConcurrency = None
|
@@ -564,7 +563,6 @@ class AdvanceSettings(AbstractModel):
|
|
564
563
|
@property
|
565
564
|
def SubTaskConcurrency(self):
|
566
565
|
"""子任务单机并发数限制,默认值为2
|
567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
568
566
|
:rtype: int
|
569
567
|
"""
|
570
568
|
return self._SubTaskConcurrency
|
@@ -1245,10 +1243,8 @@ class ApiDetailResponse(AbstractModel):
|
|
1245
1243
|
注意:此字段可能返回 null,表示取不到有效值。
|
1246
1244
|
:type RequestContentType: str
|
1247
1245
|
:param _CanRun: API 能否调试
|
1248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1249
1246
|
:type CanRun: bool
|
1250
1247
|
:param _Status: API 状态 0:离线 1:在线,默认0
|
1251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1252
1248
|
:type Status: int
|
1253
1249
|
:param _Description: API 描述
|
1254
1250
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1311,7 +1307,6 @@ class ApiDetailResponse(AbstractModel):
|
|
1311
1307
|
@property
|
1312
1308
|
def CanRun(self):
|
1313
1309
|
"""API 能否调试
|
1314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1315
1310
|
:rtype: bool
|
1316
1311
|
"""
|
1317
1312
|
return self._CanRun
|
@@ -1323,7 +1318,6 @@ class ApiDetailResponse(AbstractModel):
|
|
1323
1318
|
@property
|
1324
1319
|
def Status(self):
|
1325
1320
|
"""API 状态 0:离线 1:在线,默认0
|
1326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1321
|
:rtype: int
|
1328
1322
|
"""
|
1329
1323
|
return self._Status
|
@@ -2516,37 +2510,27 @@ class ApplicationForPage(AbstractModel):
|
|
2516
2510
|
def __init__(self):
|
2517
2511
|
r"""
|
2518
2512
|
:param _ApplicationId: 应用ID
|
2519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2520
2513
|
:type ApplicationId: str
|
2521
2514
|
:param _ApplicationName: 应用名称
|
2522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2523
2515
|
:type ApplicationName: str
|
2524
2516
|
:param _ApplicationDesc: 应用描述
|
2525
2517
|
注意:此字段可能返回 null,表示取不到有效值。
|
2526
2518
|
:type ApplicationDesc: str
|
2527
2519
|
:param _ApplicationType: 应用类型
|
2528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2529
2520
|
:type ApplicationType: str
|
2530
2521
|
:param _MicroserviceType: 微服务类型
|
2531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2532
2522
|
:type MicroserviceType: str
|
2533
2523
|
:param _ProgLang: 编程语言
|
2534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2535
2524
|
:type ProgLang: str
|
2536
2525
|
:param _CreateTime: 创建时间
|
2537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2538
2526
|
:type CreateTime: str
|
2539
2527
|
:param _UpdateTime: 更新时间
|
2540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2541
2528
|
:type UpdateTime: str
|
2542
2529
|
:param _ApplicationResourceType: 应用资源类型
|
2543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2544
2530
|
:type ApplicationResourceType: str
|
2545
2531
|
:param _ApplicationRuntimeType: 应用runtime类型
|
2546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2547
2532
|
:type ApplicationRuntimeType: str
|
2548
2533
|
:param _ApigatewayServiceId: Apigateway的serviceId
|
2549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2550
2534
|
:type ApigatewayServiceId: str
|
2551
2535
|
:param _ApplicationRemarkName: 应用备注名
|
2552
2536
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2555,7 +2539,6 @@ class ApplicationForPage(AbstractModel):
|
|
2555
2539
|
注意:此字段可能返回 null,表示取不到有效值。
|
2556
2540
|
:type ServiceConfigList: list of ServiceConfig
|
2557
2541
|
:param _IgnoreCreateImageRepository: IgnoreCreateImageRepository
|
2558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2559
2542
|
:type IgnoreCreateImageRepository: bool
|
2560
2543
|
:param _ApmInstanceId: Apm业务系统id
|
2561
2544
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2570,19 +2553,15 @@ class ApplicationForPage(AbstractModel):
|
|
2570
2553
|
注意:此字段可能返回 null,表示取不到有效值。
|
2571
2554
|
:type MicroserviceSubType: str
|
2572
2555
|
:param _ProgramLanguage: 应用编程语言类型
|
2573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2574
2556
|
:type ProgramLanguage: str
|
2575
2557
|
:param _FrameworkType: 开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
|
2576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2577
2558
|
:type FrameworkType: str
|
2578
2559
|
:param _ServiceGovernanceConfig: 注册配置治理信息
|
2579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2580
2560
|
:type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
2581
2561
|
:param _MicroserviceTypeList: 微服务类型列表
|
2582
2562
|
注意:此字段可能返回 null,表示取不到有效值。
|
2583
2563
|
:type MicroserviceTypeList: list of str
|
2584
2564
|
:param _CreateSameNameImageRepository: 是否同时创建镜像仓库
|
2585
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2586
2565
|
:type CreateSameNameImageRepository: bool
|
2587
2566
|
"""
|
2588
2567
|
self._ApplicationId = None
|
@@ -2612,7 +2591,6 @@ class ApplicationForPage(AbstractModel):
|
|
2612
2591
|
@property
|
2613
2592
|
def ApplicationId(self):
|
2614
2593
|
"""应用ID
|
2615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2616
2594
|
:rtype: str
|
2617
2595
|
"""
|
2618
2596
|
return self._ApplicationId
|
@@ -2624,7 +2602,6 @@ class ApplicationForPage(AbstractModel):
|
|
2624
2602
|
@property
|
2625
2603
|
def ApplicationName(self):
|
2626
2604
|
"""应用名称
|
2627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2628
2605
|
:rtype: str
|
2629
2606
|
"""
|
2630
2607
|
return self._ApplicationName
|
@@ -2648,7 +2625,6 @@ class ApplicationForPage(AbstractModel):
|
|
2648
2625
|
@property
|
2649
2626
|
def ApplicationType(self):
|
2650
2627
|
"""应用类型
|
2651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2652
2628
|
:rtype: str
|
2653
2629
|
"""
|
2654
2630
|
return self._ApplicationType
|
@@ -2660,7 +2636,6 @@ class ApplicationForPage(AbstractModel):
|
|
2660
2636
|
@property
|
2661
2637
|
def MicroserviceType(self):
|
2662
2638
|
"""微服务类型
|
2663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2664
2639
|
:rtype: str
|
2665
2640
|
"""
|
2666
2641
|
return self._MicroserviceType
|
@@ -2672,7 +2647,6 @@ class ApplicationForPage(AbstractModel):
|
|
2672
2647
|
@property
|
2673
2648
|
def ProgLang(self):
|
2674
2649
|
"""编程语言
|
2675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2676
2650
|
:rtype: str
|
2677
2651
|
"""
|
2678
2652
|
return self._ProgLang
|
@@ -2684,7 +2658,6 @@ class ApplicationForPage(AbstractModel):
|
|
2684
2658
|
@property
|
2685
2659
|
def CreateTime(self):
|
2686
2660
|
"""创建时间
|
2687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2688
2661
|
:rtype: str
|
2689
2662
|
"""
|
2690
2663
|
return self._CreateTime
|
@@ -2696,7 +2669,6 @@ class ApplicationForPage(AbstractModel):
|
|
2696
2669
|
@property
|
2697
2670
|
def UpdateTime(self):
|
2698
2671
|
"""更新时间
|
2699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2700
2672
|
:rtype: str
|
2701
2673
|
"""
|
2702
2674
|
return self._UpdateTime
|
@@ -2708,7 +2680,6 @@ class ApplicationForPage(AbstractModel):
|
|
2708
2680
|
@property
|
2709
2681
|
def ApplicationResourceType(self):
|
2710
2682
|
"""应用资源类型
|
2711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2712
2683
|
:rtype: str
|
2713
2684
|
"""
|
2714
2685
|
return self._ApplicationResourceType
|
@@ -2720,7 +2691,6 @@ class ApplicationForPage(AbstractModel):
|
|
2720
2691
|
@property
|
2721
2692
|
def ApplicationRuntimeType(self):
|
2722
2693
|
"""应用runtime类型
|
2723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2724
2694
|
:rtype: str
|
2725
2695
|
"""
|
2726
2696
|
return self._ApplicationRuntimeType
|
@@ -2732,7 +2702,6 @@ class ApplicationForPage(AbstractModel):
|
|
2732
2702
|
@property
|
2733
2703
|
def ApigatewayServiceId(self):
|
2734
2704
|
"""Apigateway的serviceId
|
2735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2736
2705
|
:rtype: str
|
2737
2706
|
"""
|
2738
2707
|
return self._ApigatewayServiceId
|
@@ -2768,7 +2737,6 @@ class ApplicationForPage(AbstractModel):
|
|
2768
2737
|
@property
|
2769
2738
|
def IgnoreCreateImageRepository(self):
|
2770
2739
|
"""IgnoreCreateImageRepository
|
2771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2772
2740
|
:rtype: bool
|
2773
2741
|
"""
|
2774
2742
|
return self._IgnoreCreateImageRepository
|
@@ -2828,7 +2796,6 @@ class ApplicationForPage(AbstractModel):
|
|
2828
2796
|
@property
|
2829
2797
|
def ProgramLanguage(self):
|
2830
2798
|
"""应用编程语言类型
|
2831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2832
2799
|
:rtype: str
|
2833
2800
|
"""
|
2834
2801
|
return self._ProgramLanguage
|
@@ -2840,7 +2807,6 @@ class ApplicationForPage(AbstractModel):
|
|
2840
2807
|
@property
|
2841
2808
|
def FrameworkType(self):
|
2842
2809
|
"""开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
|
2843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2844
2810
|
:rtype: str
|
2845
2811
|
"""
|
2846
2812
|
return self._FrameworkType
|
@@ -2852,7 +2818,6 @@ class ApplicationForPage(AbstractModel):
|
|
2852
2818
|
@property
|
2853
2819
|
def ServiceGovernanceConfig(self):
|
2854
2820
|
"""注册配置治理信息
|
2855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2856
2821
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
2857
2822
|
"""
|
2858
2823
|
return self._ServiceGovernanceConfig
|
@@ -2876,7 +2841,6 @@ class ApplicationForPage(AbstractModel):
|
|
2876
2841
|
@property
|
2877
2842
|
def CreateSameNameImageRepository(self):
|
2878
2843
|
"""是否同时创建镜像仓库
|
2879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2880
2844
|
:rtype: bool
|
2881
2845
|
"""
|
2882
2846
|
return self._CreateSameNameImageRepository
|
@@ -3657,10 +3621,8 @@ class BusinessLogConfig(AbstractModel):
|
|
3657
3621
|
:param _ConfigAssociatedGroupList: 配置项关联部署组
|
3658
3622
|
:type ConfigAssociatedGroupList: list of BusinessLogConfigAssociatedGroup
|
3659
3623
|
:param _FilebeatConfigEnable: 是否开启filebeat高级配置开关
|
3660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3661
3624
|
:type FilebeatConfigEnable: bool
|
3662
3625
|
:param _FilebeatCloseTimeout: close_timeout参数
|
3663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3664
3626
|
:type FilebeatCloseTimeout: int
|
3665
3627
|
"""
|
3666
3628
|
self._ConfigId = None
|
@@ -3810,7 +3772,6 @@ class BusinessLogConfig(AbstractModel):
|
|
3810
3772
|
@property
|
3811
3773
|
def FilebeatConfigEnable(self):
|
3812
3774
|
"""是否开启filebeat高级配置开关
|
3813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3814
3775
|
:rtype: bool
|
3815
3776
|
"""
|
3816
3777
|
return self._FilebeatConfigEnable
|
@@ -3822,7 +3783,6 @@ class BusinessLogConfig(AbstractModel):
|
|
3822
3783
|
@property
|
3823
3784
|
def FilebeatCloseTimeout(self):
|
3824
3785
|
"""close_timeout参数
|
3825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3826
3786
|
:rtype: int
|
3827
3787
|
"""
|
3828
3788
|
return self._FilebeatCloseTimeout
|
@@ -5821,13 +5781,10 @@ class ConfigMapOption(AbstractModel):
|
|
5821
5781
|
def __init__(self):
|
5822
5782
|
r"""
|
5823
5783
|
:param _Key: -
|
5824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5825
5784
|
:type Key: str
|
5826
5785
|
:param _Path: -
|
5827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5828
5786
|
:type Path: str
|
5829
5787
|
:param _Mode: -
|
5830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5831
5788
|
:type Mode: str
|
5832
5789
|
"""
|
5833
5790
|
self._Key = None
|
@@ -5837,7 +5794,6 @@ class ConfigMapOption(AbstractModel):
|
|
5837
5794
|
@property
|
5838
5795
|
def Key(self):
|
5839
5796
|
"""-
|
5840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5841
5797
|
:rtype: str
|
5842
5798
|
"""
|
5843
5799
|
return self._Key
|
@@ -5849,7 +5805,6 @@ class ConfigMapOption(AbstractModel):
|
|
5849
5805
|
@property
|
5850
5806
|
def Path(self):
|
5851
5807
|
"""-
|
5852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5853
5808
|
:rtype: str
|
5854
5809
|
"""
|
5855
5810
|
return self._Path
|
@@ -5861,7 +5816,6 @@ class ConfigMapOption(AbstractModel):
|
|
5861
5816
|
@property
|
5862
5817
|
def Mode(self):
|
5863
5818
|
"""-
|
5864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5865
5819
|
:rtype: str
|
5866
5820
|
"""
|
5867
5821
|
return self._Mode
|
@@ -7890,19 +7844,15 @@ class ContainerGroupDetail(AbstractModel):
|
|
7890
7844
|
def __init__(self):
|
7891
7845
|
r"""
|
7892
7846
|
:param _GroupId: 部署组ID
|
7893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7894
7847
|
:type GroupId: str
|
7895
7848
|
:param _GroupName: 分组名称
|
7896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7897
7849
|
:type GroupName: str
|
7898
7850
|
:param _InstanceNum: 实例总数
|
7899
7851
|
注意:此字段可能返回 null,表示取不到有效值。
|
7900
7852
|
:type InstanceNum: int
|
7901
7853
|
:param _CurrentNum: 已启动实例总数
|
7902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7903
7854
|
:type CurrentNum: int
|
7904
7855
|
:param _CreateTime: 创建时间
|
7905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7906
7856
|
:type CreateTime: str
|
7907
7857
|
:param _Server: 镜像server
|
7908
7858
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7914,28 +7864,20 @@ class ContainerGroupDetail(AbstractModel):
|
|
7914
7864
|
注意:此字段可能返回 null,表示取不到有效值。
|
7915
7865
|
:type TagName: str
|
7916
7866
|
:param _ClusterId: 集群ID
|
7917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7918
7867
|
:type ClusterId: str
|
7919
7868
|
:param _ClusterName: 集群名称
|
7920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7921
7869
|
:type ClusterName: str
|
7922
7870
|
:param _NamespaceId: 命名空间ID
|
7923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7924
7871
|
:type NamespaceId: str
|
7925
7872
|
:param _NamespaceName: 命名空间名称
|
7926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7927
7873
|
:type NamespaceName: str
|
7928
7874
|
:param _ApplicationId: 应用ID
|
7929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7930
7875
|
:type ApplicationId: str
|
7931
7876
|
:param _LbIp: 负载均衡ip
|
7932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7933
7877
|
:type LbIp: str
|
7934
7878
|
:param _ApplicationType: 应用类型
|
7935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7936
7879
|
:type ApplicationType: str
|
7937
7880
|
:param _ClusterIp: Service ip
|
7938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7939
7881
|
:type ClusterIp: str
|
7940
7882
|
:param _NodePort: NodePort端口,只有公网和NodePort访问方式才有值
|
7941
7883
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7950,28 +7892,22 @@ class ContainerGroupDetail(AbstractModel):
|
|
7950
7892
|
注意:此字段可能返回 null,表示取不到有效值。
|
7951
7893
|
:type AccessType: int
|
7952
7894
|
:param _UpdateType: 更新方式:0:快速更新 1:滚动更新
|
7953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7954
7895
|
:type UpdateType: int
|
7955
7896
|
:param _UpdateIvl: 更新间隔,单位秒
|
7956
7897
|
注意:此字段可能返回 null,表示取不到有效值。
|
7957
7898
|
:type UpdateIvl: int
|
7958
7899
|
:param _ProtocolPorts: 端口数组对象
|
7959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7960
7900
|
:type ProtocolPorts: list of ProtocolPort
|
7961
7901
|
:param _Envs: 环境变量数组对象
|
7962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7963
7902
|
:type Envs: list of Env
|
7964
7903
|
:param _ApplicationName: 应用名称
|
7965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7966
7904
|
:type ApplicationName: str
|
7967
7905
|
:param _Message: pod错误信息描述
|
7968
7906
|
注意:此字段可能返回 null,表示取不到有效值。
|
7969
7907
|
:type Message: str
|
7970
7908
|
:param _Status: 部署组状态
|
7971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7972
7909
|
:type Status: str
|
7973
7910
|
:param _MicroserviceType: 服务类型
|
7974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7975
7911
|
:type MicroserviceType: str
|
7976
7912
|
:param _CpuRequest: 初始分配的 CPU 核数,对应 K8S request
|
7977
7913
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7983,13 +7919,10 @@ class ContainerGroupDetail(AbstractModel):
|
|
7983
7919
|
注意:此字段可能返回 null,表示取不到有效值。
|
7984
7920
|
:type SubnetId: str
|
7985
7921
|
:param _GroupResourceType: 部署组资源类型
|
7986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7987
7922
|
:type GroupResourceType: str
|
7988
7923
|
:param _InstanceCount: 部署组实例个数
|
7989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7990
7924
|
:type InstanceCount: int
|
7991
7925
|
:param _UpdatedTime: 部署组更新时间戳
|
7992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7993
7926
|
:type UpdatedTime: int
|
7994
7927
|
:param _MaxSurge: kubernetes滚动更新策略的MaxSurge参数
|
7995
7928
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8001,7 +7934,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8001
7934
|
注意:此字段可能返回 null,表示取不到有效值。
|
8002
7935
|
:type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
|
8003
7936
|
:param _AllowPlainYamlDeploy: 允许PlainYamlDeploy
|
8004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8005
7937
|
:type AllowPlainYamlDeploy: bool
|
8006
7938
|
:param _IsNotEqualServiceConfig: 是否不等于ServiceConfig
|
8007
7939
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8058,7 +7990,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8058
7990
|
@property
|
8059
7991
|
def GroupId(self):
|
8060
7992
|
"""部署组ID
|
8061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8062
7993
|
:rtype: str
|
8063
7994
|
"""
|
8064
7995
|
return self._GroupId
|
@@ -8070,7 +8001,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8070
8001
|
@property
|
8071
8002
|
def GroupName(self):
|
8072
8003
|
"""分组名称
|
8073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8074
8004
|
:rtype: str
|
8075
8005
|
"""
|
8076
8006
|
return self._GroupName
|
@@ -8094,7 +8024,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8094
8024
|
@property
|
8095
8025
|
def CurrentNum(self):
|
8096
8026
|
"""已启动实例总数
|
8097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8098
8027
|
:rtype: int
|
8099
8028
|
"""
|
8100
8029
|
return self._CurrentNum
|
@@ -8106,7 +8035,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8106
8035
|
@property
|
8107
8036
|
def CreateTime(self):
|
8108
8037
|
"""创建时间
|
8109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8110
8038
|
:rtype: str
|
8111
8039
|
"""
|
8112
8040
|
return self._CreateTime
|
@@ -8154,7 +8082,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8154
8082
|
@property
|
8155
8083
|
def ClusterId(self):
|
8156
8084
|
"""集群ID
|
8157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8158
8085
|
:rtype: str
|
8159
8086
|
"""
|
8160
8087
|
return self._ClusterId
|
@@ -8166,7 +8093,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8166
8093
|
@property
|
8167
8094
|
def ClusterName(self):
|
8168
8095
|
"""集群名称
|
8169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8170
8096
|
:rtype: str
|
8171
8097
|
"""
|
8172
8098
|
return self._ClusterName
|
@@ -8178,7 +8104,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8178
8104
|
@property
|
8179
8105
|
def NamespaceId(self):
|
8180
8106
|
"""命名空间ID
|
8181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8182
8107
|
:rtype: str
|
8183
8108
|
"""
|
8184
8109
|
return self._NamespaceId
|
@@ -8190,7 +8115,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8190
8115
|
@property
|
8191
8116
|
def NamespaceName(self):
|
8192
8117
|
"""命名空间名称
|
8193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8194
8118
|
:rtype: str
|
8195
8119
|
"""
|
8196
8120
|
return self._NamespaceName
|
@@ -8202,7 +8126,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8202
8126
|
@property
|
8203
8127
|
def ApplicationId(self):
|
8204
8128
|
"""应用ID
|
8205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8206
8129
|
:rtype: str
|
8207
8130
|
"""
|
8208
8131
|
return self._ApplicationId
|
@@ -8214,7 +8137,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8214
8137
|
@property
|
8215
8138
|
def LbIp(self):
|
8216
8139
|
"""负载均衡ip
|
8217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8218
8140
|
:rtype: str
|
8219
8141
|
"""
|
8220
8142
|
return self._LbIp
|
@@ -8226,7 +8148,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8226
8148
|
@property
|
8227
8149
|
def ApplicationType(self):
|
8228
8150
|
"""应用类型
|
8229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8230
8151
|
:rtype: str
|
8231
8152
|
"""
|
8232
8153
|
return self._ApplicationType
|
@@ -8238,7 +8159,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8238
8159
|
@property
|
8239
8160
|
def ClusterIp(self):
|
8240
8161
|
"""Service ip
|
8241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8242
8162
|
:rtype: str
|
8243
8163
|
"""
|
8244
8164
|
return self._ClusterIp
|
@@ -8298,7 +8218,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8298
8218
|
@property
|
8299
8219
|
def UpdateType(self):
|
8300
8220
|
"""更新方式:0:快速更新 1:滚动更新
|
8301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8302
8221
|
:rtype: int
|
8303
8222
|
"""
|
8304
8223
|
return self._UpdateType
|
@@ -8322,7 +8241,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8322
8241
|
@property
|
8323
8242
|
def ProtocolPorts(self):
|
8324
8243
|
"""端口数组对象
|
8325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8326
8244
|
:rtype: list of ProtocolPort
|
8327
8245
|
"""
|
8328
8246
|
return self._ProtocolPorts
|
@@ -8334,7 +8252,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8334
8252
|
@property
|
8335
8253
|
def Envs(self):
|
8336
8254
|
"""环境变量数组对象
|
8337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8338
8255
|
:rtype: list of Env
|
8339
8256
|
"""
|
8340
8257
|
return self._Envs
|
@@ -8346,7 +8263,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8346
8263
|
@property
|
8347
8264
|
def ApplicationName(self):
|
8348
8265
|
"""应用名称
|
8349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8350
8266
|
:rtype: str
|
8351
8267
|
"""
|
8352
8268
|
return self._ApplicationName
|
@@ -8370,7 +8286,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8370
8286
|
@property
|
8371
8287
|
def Status(self):
|
8372
8288
|
"""部署组状态
|
8373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8374
8289
|
:rtype: str
|
8375
8290
|
"""
|
8376
8291
|
return self._Status
|
@@ -8382,7 +8297,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8382
8297
|
@property
|
8383
8298
|
def MicroserviceType(self):
|
8384
8299
|
"""服务类型
|
8385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8386
8300
|
:rtype: str
|
8387
8301
|
"""
|
8388
8302
|
return self._MicroserviceType
|
@@ -8430,7 +8344,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8430
8344
|
@property
|
8431
8345
|
def GroupResourceType(self):
|
8432
8346
|
"""部署组资源类型
|
8433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8434
8347
|
:rtype: str
|
8435
8348
|
"""
|
8436
8349
|
return self._GroupResourceType
|
@@ -8442,7 +8355,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8442
8355
|
@property
|
8443
8356
|
def InstanceCount(self):
|
8444
8357
|
"""部署组实例个数
|
8445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8446
8358
|
:rtype: int
|
8447
8359
|
"""
|
8448
8360
|
return self._InstanceCount
|
@@ -8454,7 +8366,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8454
8366
|
@property
|
8455
8367
|
def UpdatedTime(self):
|
8456
8368
|
"""部署组更新时间戳
|
8457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8458
8369
|
:rtype: int
|
8459
8370
|
"""
|
8460
8371
|
return self._UpdatedTime
|
@@ -8502,7 +8413,6 @@ class ContainerGroupDetail(AbstractModel):
|
|
8502
8413
|
@property
|
8503
8414
|
def AllowPlainYamlDeploy(self):
|
8504
8415
|
"""允许PlainYamlDeploy
|
8505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8506
8416
|
:rtype: bool
|
8507
8417
|
"""
|
8508
8418
|
return self._AllowPlainYamlDeploy
|
@@ -8645,7 +8555,6 @@ class ContainerGroupOther(AbstractModel):
|
|
8645
8555
|
注意:此字段可能返回 null,表示取不到有效值。
|
8646
8556
|
:type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
|
8647
8557
|
:param _IsNotEqualServiceConfig: 服务配置信息是否匹配
|
8648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8649
8558
|
:type IsNotEqualServiceConfig: bool
|
8650
8559
|
"""
|
8651
8560
|
self._InstanceNum = None
|
@@ -8788,7 +8697,6 @@ class ContainerGroupOther(AbstractModel):
|
|
8788
8697
|
@property
|
8789
8698
|
def IsNotEqualServiceConfig(self):
|
8790
8699
|
"""服务配置信息是否匹配
|
8791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8792
8700
|
:rtype: bool
|
8793
8701
|
"""
|
8794
8702
|
return self._IsNotEqualServiceConfig
|
@@ -9487,7 +9395,6 @@ class CreateApiGroupResponse(AbstractModel):
|
|
9487
9395
|
def __init__(self):
|
9488
9396
|
r"""
|
9489
9397
|
:param _Result: API分组ID
|
9490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9491
9398
|
:type Result: str
|
9492
9399
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9493
9400
|
:type RequestId: str
|
@@ -9498,7 +9405,6 @@ class CreateApiGroupResponse(AbstractModel):
|
|
9498
9405
|
@property
|
9499
9406
|
def Result(self):
|
9500
9407
|
"""API分组ID
|
9501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9502
9408
|
:rtype: str
|
9503
9409
|
"""
|
9504
9410
|
return self._Result
|
@@ -9707,7 +9613,6 @@ class CreateApiRateLimitRuleWithDetailRespResponse(AbstractModel):
|
|
9707
9613
|
def __init__(self):
|
9708
9614
|
r"""
|
9709
9615
|
:param _Result: 创建的规则 ID
|
9710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9711
9616
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.ApiRateLimitRule`
|
9712
9617
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9713
9618
|
:type RequestId: str
|
@@ -9718,7 +9623,6 @@ class CreateApiRateLimitRuleWithDetailRespResponse(AbstractModel):
|
|
9718
9623
|
@property
|
9719
9624
|
def Result(self):
|
9720
9625
|
"""创建的规则 ID
|
9721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9722
9626
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ApiRateLimitRule`
|
9723
9627
|
"""
|
9724
9628
|
return self._Result
|
@@ -10525,7 +10429,6 @@ class CreateConfigResponse(AbstractModel):
|
|
10525
10429
|
def __init__(self):
|
10526
10430
|
r"""
|
10527
10431
|
:param _Result: true:创建成功;false:创建失败
|
10528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10529
10432
|
:type Result: bool
|
10530
10433
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10531
10434
|
:type RequestId: str
|
@@ -10536,7 +10439,6 @@ class CreateConfigResponse(AbstractModel):
|
|
10536
10439
|
@property
|
10537
10440
|
def Result(self):
|
10538
10441
|
"""true:创建成功;false:创建失败
|
10539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10540
10442
|
:rtype: bool
|
10541
10443
|
"""
|
10542
10444
|
return self._Result
|
@@ -10805,7 +10707,6 @@ class CreateConfigTemplateWithDetailRespResponse(AbstractModel):
|
|
10805
10707
|
def __init__(self):
|
10806
10708
|
r"""
|
10807
10709
|
:param _Result: 创建成功,返回 ID
|
10808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10809
10710
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
|
10810
10711
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10811
10712
|
:type RequestId: str
|
@@ -10816,7 +10717,6 @@ class CreateConfigTemplateWithDetailRespResponse(AbstractModel):
|
|
10816
10717
|
@property
|
10817
10718
|
def Result(self):
|
10818
10719
|
"""创建成功,返回 ID
|
10819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10820
10720
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
|
10821
10721
|
"""
|
10822
10722
|
return self._Result
|
@@ -10993,7 +10893,6 @@ class CreateConfigWithDetailRespResponse(AbstractModel):
|
|
10993
10893
|
def __init__(self):
|
10994
10894
|
r"""
|
10995
10895
|
:param _Result: 配置项
|
10996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10997
10896
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.Config`
|
10998
10897
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10999
10898
|
:type RequestId: str
|
@@ -11004,7 +10903,6 @@ class CreateConfigWithDetailRespResponse(AbstractModel):
|
|
11004
10903
|
@property
|
11005
10904
|
def Result(self):
|
11006
10905
|
"""配置项
|
11007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11008
10906
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.Config`
|
11009
10907
|
"""
|
11010
10908
|
return self._Result
|
@@ -11659,7 +11557,6 @@ class CreateFileConfigResponse(AbstractModel):
|
|
11659
11557
|
def __init__(self):
|
11660
11558
|
r"""
|
11661
11559
|
:param _Result: true:创建成功;false:创建失败
|
11662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11663
11560
|
:type Result: bool
|
11664
11561
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11665
11562
|
:type RequestId: str
|
@@ -11670,7 +11567,6 @@ class CreateFileConfigResponse(AbstractModel):
|
|
11670
11567
|
@property
|
11671
11568
|
def Result(self):
|
11672
11569
|
"""true:创建成功;false:创建失败
|
11673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11674
11570
|
:rtype: bool
|
11675
11571
|
"""
|
11676
11572
|
return self._Result
|
@@ -11890,7 +11786,6 @@ class CreateFileConfigWithDetailRespResponse(AbstractModel):
|
|
11890
11786
|
def __init__(self):
|
11891
11787
|
r"""
|
11892
11788
|
:param _Result: 文件配置项
|
11893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11894
11789
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.FileConfig`
|
11895
11790
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11896
11791
|
:type RequestId: str
|
@@ -11901,7 +11796,6 @@ class CreateFileConfigWithDetailRespResponse(AbstractModel):
|
|
11901
11796
|
@property
|
11902
11797
|
def Result(self):
|
11903
11798
|
"""文件配置项
|
11904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11905
11799
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.FileConfig`
|
11906
11800
|
"""
|
11907
11801
|
return self._Result
|
@@ -12326,7 +12220,6 @@ class CreateLaneResponse(AbstractModel):
|
|
12326
12220
|
def __init__(self):
|
12327
12221
|
r"""
|
12328
12222
|
:param _Result: 泳道ID
|
12329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12330
12223
|
:type Result: str
|
12331
12224
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12332
12225
|
:type RequestId: str
|
@@ -12337,7 +12230,6 @@ class CreateLaneResponse(AbstractModel):
|
|
12337
12230
|
@property
|
12338
12231
|
def Result(self):
|
12339
12232
|
"""泳道ID
|
12340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12341
12233
|
:rtype: str
|
12342
12234
|
"""
|
12343
12235
|
return self._Result
|
@@ -12487,7 +12379,6 @@ class CreateLaneRuleResponse(AbstractModel):
|
|
12487
12379
|
def __init__(self):
|
12488
12380
|
r"""
|
12489
12381
|
:param _Result: 泳道规则Id
|
12490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12491
12382
|
:type Result: str
|
12492
12383
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12493
12384
|
:type RequestId: str
|
@@ -12498,7 +12389,6 @@ class CreateLaneRuleResponse(AbstractModel):
|
|
12498
12389
|
@property
|
12499
12390
|
def Result(self):
|
12500
12391
|
"""泳道规则Id
|
12501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12502
12392
|
:rtype: str
|
12503
12393
|
"""
|
12504
12394
|
return self._Result
|
@@ -13075,7 +12965,6 @@ class CreatePathRewritesWithDetailRespResponse(AbstractModel):
|
|
13075
12965
|
def __init__(self):
|
13076
12966
|
r"""
|
13077
12967
|
:param _Result: 返回路径重写规则 ID
|
13078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13079
12968
|
:type Result: list of str
|
13080
12969
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13081
12970
|
:type RequestId: str
|
@@ -13086,7 +12975,6 @@ class CreatePathRewritesWithDetailRespResponse(AbstractModel):
|
|
13086
12975
|
@property
|
13087
12976
|
def Result(self):
|
13088
12977
|
"""返回路径重写规则 ID
|
13089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13090
12978
|
:rtype: list of str
|
13091
12979
|
"""
|
13092
12980
|
return self._Result
|
@@ -13360,7 +13248,6 @@ class CreatePublicConfigResponse(AbstractModel):
|
|
13360
13248
|
def __init__(self):
|
13361
13249
|
r"""
|
13362
13250
|
:param _Result: true:创建成功;false:创建失败
|
13363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13364
13251
|
:type Result: bool
|
13365
13252
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13366
13253
|
:type RequestId: str
|
@@ -13371,7 +13258,6 @@ class CreatePublicConfigResponse(AbstractModel):
|
|
13371
13258
|
@property
|
13372
13259
|
def Result(self):
|
13373
13260
|
"""true:创建成功;false:创建失败
|
13374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13375
13261
|
:rtype: bool
|
13376
13262
|
"""
|
13377
13263
|
return self._Result
|
@@ -13531,7 +13417,6 @@ class CreatePublicConfigWithDetailRespResponse(AbstractModel):
|
|
13531
13417
|
def __init__(self):
|
13532
13418
|
r"""
|
13533
13419
|
:param _Result: 公共配置项 ID
|
13534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13535
13420
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.Config`
|
13536
13421
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13537
13422
|
:type RequestId: str
|
@@ -13542,7 +13427,6 @@ class CreatePublicConfigWithDetailRespResponse(AbstractModel):
|
|
13542
13427
|
@property
|
13543
13428
|
def Result(self):
|
13544
13429
|
"""公共配置项 ID
|
13545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13546
13430
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.Config`
|
13547
13431
|
"""
|
13548
13432
|
return self._Result
|
@@ -14247,7 +14131,6 @@ class CreateUnitNamespacesResponse(AbstractModel):
|
|
14247
14131
|
def __init__(self):
|
14248
14132
|
r"""
|
14249
14133
|
:param _Result: 是否成功
|
14250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14251
14134
|
:type Result: bool
|
14252
14135
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14253
14136
|
:type RequestId: str
|
@@ -14258,7 +14141,6 @@ class CreateUnitNamespacesResponse(AbstractModel):
|
|
14258
14141
|
@property
|
14259
14142
|
def Result(self):
|
14260
14143
|
"""是否成功
|
14261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14262
14144
|
:rtype: bool
|
14263
14145
|
"""
|
14264
14146
|
return self._Result
|
@@ -14377,8 +14259,7 @@ class CreateUnitRuleResponse(AbstractModel):
|
|
14377
14259
|
|
14378
14260
|
def __init__(self):
|
14379
14261
|
r"""
|
14380
|
-
:param _Result:
|
14381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14262
|
+
:param _Result: 是否成功,成功:true,失败:false。;
|
14382
14263
|
:type Result: bool
|
14383
14264
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14384
14265
|
:type RequestId: str
|
@@ -14388,8 +14269,7 @@ class CreateUnitRuleResponse(AbstractModel):
|
|
14388
14269
|
|
14389
14270
|
@property
|
14390
14271
|
def Result(self):
|
14391
|
-
"""
|
14392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14272
|
+
"""是否成功,成功:true,失败:false。;
|
14393
14273
|
:rtype: bool
|
14394
14274
|
"""
|
14395
14275
|
return self._Result
|
@@ -14509,7 +14389,6 @@ class CreateUnitRuleWithDetailRespResponse(AbstractModel):
|
|
14509
14389
|
def __init__(self):
|
14510
14390
|
r"""
|
14511
14391
|
:param _Result: 单元化规则信息
|
14512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14513
14392
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
|
14514
14393
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14515
14394
|
:type RequestId: str
|
@@ -14520,7 +14399,6 @@ class CreateUnitRuleWithDetailRespResponse(AbstractModel):
|
|
14520
14399
|
@property
|
14521
14400
|
def Result(self):
|
14522
14401
|
"""单元化规则信息
|
14523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14524
14402
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
|
14525
14403
|
"""
|
14526
14404
|
return self._Result
|
@@ -14988,7 +14866,6 @@ class DeleteApplicationResponse(AbstractModel):
|
|
14988
14866
|
:param _Result: 删除应用操作是否成功。
|
14989
14867
|
true:操作成功。
|
14990
14868
|
false:操作失败。
|
14991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14992
14869
|
:type Result: bool
|
14993
14870
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14994
14871
|
:type RequestId: str
|
@@ -15001,7 +14878,6 @@ false:操作失败。
|
|
15001
14878
|
"""删除应用操作是否成功。
|
15002
14879
|
true:操作成功。
|
15003
14880
|
false:操作失败。
|
15004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15005
14881
|
:rtype: bool
|
15006
14882
|
"""
|
15007
14883
|
return self._Result
|
@@ -15410,7 +15286,6 @@ class DeleteFileConfigResponse(AbstractModel):
|
|
15410
15286
|
def __init__(self):
|
15411
15287
|
r"""
|
15412
15288
|
:param _Result: 删除结果
|
15413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15414
15289
|
:type Result: bool
|
15415
15290
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15416
15291
|
:type RequestId: str
|
@@ -15421,7 +15296,6 @@ class DeleteFileConfigResponse(AbstractModel):
|
|
15421
15296
|
@property
|
15422
15297
|
def Result(self):
|
15423
15298
|
"""删除结果
|
15424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15425
15299
|
:rtype: bool
|
15426
15300
|
"""
|
15427
15301
|
return self._Result
|
@@ -15901,7 +15775,6 @@ class DeleteLaneRuleResponse(AbstractModel):
|
|
15901
15775
|
def __init__(self):
|
15902
15776
|
r"""
|
15903
15777
|
:param _Result: 操作状态
|
15904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15905
15778
|
:type Result: bool
|
15906
15779
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15907
15780
|
:type RequestId: str
|
@@ -15912,7 +15785,6 @@ class DeleteLaneRuleResponse(AbstractModel):
|
|
15912
15785
|
@property
|
15913
15786
|
def Result(self):
|
15914
15787
|
"""操作状态
|
15915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15916
15788
|
:rtype: bool
|
15917
15789
|
"""
|
15918
15790
|
return self._Result
|
@@ -16351,7 +16223,6 @@ class DeletePublicConfigResponse(AbstractModel):
|
|
16351
16223
|
def __init__(self):
|
16352
16224
|
r"""
|
16353
16225
|
:param _Result: true:删除成功;false:删除失败
|
16354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16355
16226
|
:type Result: bool
|
16356
16227
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16357
16228
|
:type RequestId: str
|
@@ -16362,7 +16233,6 @@ class DeletePublicConfigResponse(AbstractModel):
|
|
16362
16233
|
@property
|
16363
16234
|
def Result(self):
|
16364
16235
|
"""true:删除成功;false:删除失败
|
16365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16366
16236
|
:rtype: bool
|
16367
16237
|
"""
|
16368
16238
|
return self._Result
|
@@ -16684,7 +16554,6 @@ class DeleteUnitNamespacesResponse(AbstractModel):
|
|
16684
16554
|
def __init__(self):
|
16685
16555
|
r"""
|
16686
16556
|
:param _Result: 是否成功
|
16687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16688
16557
|
:type Result: bool
|
16689
16558
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16690
16559
|
:type RequestId: str
|
@@ -16695,7 +16564,6 @@ class DeleteUnitNamespacesResponse(AbstractModel):
|
|
16695
16564
|
@property
|
16696
16565
|
def Result(self):
|
16697
16566
|
"""是否成功
|
16698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16699
16567
|
:rtype: bool
|
16700
16568
|
"""
|
16701
16569
|
return self._Result
|
@@ -16765,7 +16633,6 @@ class DeleteUnitRuleResponse(AbstractModel):
|
|
16765
16633
|
def __init__(self):
|
16766
16634
|
r"""
|
16767
16635
|
:param _Result: 是否成功
|
16768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16769
16636
|
:type Result: bool
|
16770
16637
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16771
16638
|
:type RequestId: str
|
@@ -16776,7 +16643,6 @@ class DeleteUnitRuleResponse(AbstractModel):
|
|
16776
16643
|
@property
|
16777
16644
|
def Result(self):
|
16778
16645
|
"""是否成功
|
16779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16780
16646
|
:rtype: bool
|
16781
16647
|
"""
|
16782
16648
|
return self._Result
|
@@ -17869,7 +17735,6 @@ class DeployContainerGroupResponse(AbstractModel):
|
|
17869
17735
|
:param _Result: 部署容器应用是否成功。
|
17870
17736
|
true:成功。
|
17871
17737
|
false:失败。
|
17872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17873
17738
|
:type Result: bool
|
17874
17739
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17875
17740
|
:type RequestId: str
|
@@ -17882,7 +17747,6 @@ false:失败。
|
|
17882
17747
|
"""部署容器应用是否成功。
|
17883
17748
|
true:成功。
|
17884
17749
|
false:失败。
|
17885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17886
17750
|
:rtype: bool
|
17887
17751
|
"""
|
17888
17752
|
return self._Result
|
@@ -18470,7 +18334,6 @@ class DescribeApiGroupResponse(AbstractModel):
|
|
18470
18334
|
def __init__(self):
|
18471
18335
|
r"""
|
18472
18336
|
:param _Result: API分组信息
|
18473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18474
18337
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.ApiGroupInfo`
|
18475
18338
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18476
18339
|
:type RequestId: str
|
@@ -18481,7 +18344,6 @@ class DescribeApiGroupResponse(AbstractModel):
|
|
18481
18344
|
@property
|
18482
18345
|
def Result(self):
|
18483
18346
|
"""API分组信息
|
18484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18485
18347
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ApiGroupInfo`
|
18486
18348
|
"""
|
18487
18349
|
return self._Result
|
@@ -18673,7 +18535,6 @@ class DescribeApiGroupsResponse(AbstractModel):
|
|
18673
18535
|
def __init__(self):
|
18674
18536
|
r"""
|
18675
18537
|
:param _Result: 翻页结构体
|
18676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18677
18538
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageApiGroupInfo`
|
18678
18539
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18679
18540
|
:type RequestId: str
|
@@ -18684,7 +18545,6 @@ class DescribeApiGroupsResponse(AbstractModel):
|
|
18684
18545
|
@property
|
18685
18546
|
def Result(self):
|
18686
18547
|
"""翻页结构体
|
18687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18688
18548
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageApiGroupInfo`
|
18689
18549
|
"""
|
18690
18550
|
return self._Result
|
@@ -19684,7 +19544,6 @@ class DescribeBusinessLogConfigsResponse(AbstractModel):
|
|
19684
19544
|
def __init__(self):
|
19685
19545
|
r"""
|
19686
19546
|
:param _Result: 业务日志配置列表
|
19687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19688
19547
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
|
19689
19548
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19690
19549
|
:type RequestId: str
|
@@ -19695,7 +19554,6 @@ class DescribeBusinessLogConfigsResponse(AbstractModel):
|
|
19695
19554
|
@property
|
19696
19555
|
def Result(self):
|
19697
19556
|
"""业务日志配置列表
|
19698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19699
19557
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
|
19700
19558
|
"""
|
19701
19559
|
return self._Result
|
@@ -20169,7 +20027,6 @@ class DescribeConfigReleaseLogsResponse(AbstractModel):
|
|
20169
20027
|
def __init__(self):
|
20170
20028
|
r"""
|
20171
20029
|
:param _Result: 分页的配置项发布历史列表
|
20172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20173
20030
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
|
20174
20031
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20175
20032
|
:type RequestId: str
|
@@ -20180,7 +20037,6 @@ class DescribeConfigReleaseLogsResponse(AbstractModel):
|
|
20180
20037
|
@property
|
20181
20038
|
def Result(self):
|
20182
20039
|
"""分页的配置项发布历史列表
|
20183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20184
20040
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
|
20185
20041
|
"""
|
20186
20042
|
return self._Result
|
@@ -20357,7 +20213,6 @@ class DescribeConfigReleasesResponse(AbstractModel):
|
|
20357
20213
|
def __init__(self):
|
20358
20214
|
r"""
|
20359
20215
|
:param _Result: 分页的配置发布信息
|
20360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20361
20216
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
|
20362
20217
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20363
20218
|
:type RequestId: str
|
@@ -20368,7 +20223,6 @@ class DescribeConfigReleasesResponse(AbstractModel):
|
|
20368
20223
|
@property
|
20369
20224
|
def Result(self):
|
20370
20225
|
"""分页的配置发布信息
|
20371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20372
20226
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
|
20373
20227
|
"""
|
20374
20228
|
return self._Result
|
@@ -20724,7 +20578,6 @@ class DescribeConfigTemplateResponse(AbstractModel):
|
|
20724
20578
|
def __init__(self):
|
20725
20579
|
r"""
|
20726
20580
|
:param _Result: 导入结果
|
20727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20728
20581
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
|
20729
20582
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20730
20583
|
:type RequestId: str
|
@@ -20735,7 +20588,6 @@ class DescribeConfigTemplateResponse(AbstractModel):
|
|
20735
20588
|
@property
|
20736
20589
|
def Result(self):
|
20737
20590
|
"""导入结果
|
20738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20739
20591
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
|
20740
20592
|
"""
|
20741
20593
|
return self._Result
|
@@ -20897,7 +20749,6 @@ class DescribeConfigsResponse(AbstractModel):
|
|
20897
20749
|
def __init__(self):
|
20898
20750
|
r"""
|
20899
20751
|
:param _Result: 分页后的配置项列表
|
20900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20901
20752
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
|
20902
20753
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20903
20754
|
:type RequestId: str
|
@@ -20908,7 +20759,6 @@ class DescribeConfigsResponse(AbstractModel):
|
|
20908
20759
|
@property
|
20909
20760
|
def Result(self):
|
20910
20761
|
"""分页后的配置项列表
|
20911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20912
20762
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
|
20913
20763
|
"""
|
20914
20764
|
return self._Result
|
@@ -22133,7 +21983,6 @@ class DescribeEnabledUnitRuleResponse(AbstractModel):
|
|
22133
21983
|
def __init__(self):
|
22134
21984
|
r"""
|
22135
21985
|
:param _Result: 单元化规则对象
|
22136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22137
21986
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
|
22138
21987
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22139
21988
|
:type RequestId: str
|
@@ -22144,7 +21993,6 @@ class DescribeEnabledUnitRuleResponse(AbstractModel):
|
|
22144
21993
|
@property
|
22145
21994
|
def Result(self):
|
22146
21995
|
"""单元化规则对象
|
22147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22148
21996
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
|
22149
21997
|
"""
|
22150
21998
|
return self._Result
|
@@ -22321,7 +22169,6 @@ class DescribeFileConfigReleasesResponse(AbstractModel):
|
|
22321
22169
|
def __init__(self):
|
22322
22170
|
r"""
|
22323
22171
|
:param _Result: 配置项发布信息列表
|
22324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22325
22172
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfigRelease`
|
22326
22173
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22327
22174
|
:type RequestId: str
|
@@ -22332,7 +22179,6 @@ class DescribeFileConfigReleasesResponse(AbstractModel):
|
|
22332
22179
|
@property
|
22333
22180
|
def Result(self):
|
22334
22181
|
"""配置项发布信息列表
|
22335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22336
22182
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfigRelease`
|
22337
22183
|
"""
|
22338
22184
|
return self._Result
|
@@ -22494,7 +22340,6 @@ class DescribeFileConfigsResponse(AbstractModel):
|
|
22494
22340
|
def __init__(self):
|
22495
22341
|
r"""
|
22496
22342
|
:param _Result: 文件配置项列表
|
22497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22498
22343
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfig`
|
22499
22344
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22500
22345
|
:type RequestId: str
|
@@ -22505,7 +22350,6 @@ class DescribeFileConfigsResponse(AbstractModel):
|
|
22505
22350
|
@property
|
22506
22351
|
def Result(self):
|
22507
22352
|
"""文件配置项列表
|
22508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22509
22353
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfig`
|
22510
22354
|
"""
|
22511
22355
|
return self._Result
|
@@ -23198,7 +23042,6 @@ class DescribeGroupBusinessLogConfigsResponse(AbstractModel):
|
|
23198
23042
|
def __init__(self):
|
23199
23043
|
r"""
|
23200
23044
|
:param _Result: 业务日志配置列表
|
23201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23202
23045
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
|
23203
23046
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23204
23047
|
:type RequestId: str
|
@@ -23209,7 +23052,6 @@ class DescribeGroupBusinessLogConfigsResponse(AbstractModel):
|
|
23209
23052
|
@property
|
23210
23053
|
def Result(self):
|
23211
23054
|
"""业务日志配置列表
|
23212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23213
23055
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
|
23214
23056
|
"""
|
23215
23057
|
return self._Result
|
@@ -23563,7 +23405,6 @@ class DescribeGroupReleaseResponse(AbstractModel):
|
|
23563
23405
|
def __init__(self):
|
23564
23406
|
r"""
|
23565
23407
|
:param _Result: 部署组发布的相关信息
|
23566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23567
23408
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.GroupRelease`
|
23568
23409
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23569
23410
|
:type RequestId: str
|
@@ -23574,7 +23415,6 @@ class DescribeGroupReleaseResponse(AbstractModel):
|
|
23574
23415
|
@property
|
23575
23416
|
def Result(self):
|
23576
23417
|
"""部署组发布的相关信息
|
23577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23578
23418
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.GroupRelease`
|
23579
23419
|
"""
|
23580
23420
|
return self._Result
|
@@ -25893,7 +25733,6 @@ class DescribeLaneRulesResponse(AbstractModel):
|
|
25893
25733
|
def __init__(self):
|
25894
25734
|
r"""
|
25895
25735
|
:param _Result: 泳道规则列表
|
25896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25897
25736
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.LaneRules`
|
25898
25737
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25899
25738
|
:type RequestId: str
|
@@ -25904,7 +25743,6 @@ class DescribeLaneRulesResponse(AbstractModel):
|
|
25904
25743
|
@property
|
25905
25744
|
def Result(self):
|
25906
25745
|
"""泳道规则列表
|
25907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25908
25746
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.LaneRules`
|
25909
25747
|
"""
|
25910
25748
|
return self._Result
|
@@ -26036,7 +25874,6 @@ class DescribeLanesResponse(AbstractModel):
|
|
26036
25874
|
def __init__(self):
|
26037
25875
|
r"""
|
26038
25876
|
:param _Result: 泳道列表
|
26039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26040
25877
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.LaneInfos`
|
26041
25878
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26042
25879
|
:type RequestId: str
|
@@ -26047,7 +25884,6 @@ class DescribeLanesResponse(AbstractModel):
|
|
26047
25884
|
@property
|
26048
25885
|
def Result(self):
|
26049
25886
|
"""泳道列表
|
26050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26051
25887
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.LaneInfos`
|
26052
25888
|
"""
|
26053
25889
|
return self._Result
|
@@ -26184,7 +26020,6 @@ class DescribeMicroserviceResponse(AbstractModel):
|
|
26184
26020
|
def __init__(self):
|
26185
26021
|
r"""
|
26186
26022
|
:param _Result: 微服务详情实例列表
|
26187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26188
26023
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMsInstance`
|
26189
26024
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26190
26025
|
:type RequestId: str
|
@@ -26195,7 +26030,6 @@ class DescribeMicroserviceResponse(AbstractModel):
|
|
26195
26030
|
@property
|
26196
26031
|
def Result(self):
|
26197
26032
|
"""微服务详情实例列表
|
26198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26199
26033
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMsInstance`
|
26200
26034
|
"""
|
26201
26035
|
return self._Result
|
@@ -26483,7 +26317,6 @@ class DescribeMicroservicesResponse(AbstractModel):
|
|
26483
26317
|
def __init__(self):
|
26484
26318
|
r"""
|
26485
26319
|
:param _Result: 微服务分页列表信息
|
26486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26487
26320
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
|
26488
26321
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26489
26322
|
:type RequestId: str
|
@@ -26494,7 +26327,6 @@ class DescribeMicroservicesResponse(AbstractModel):
|
|
26494
26327
|
@property
|
26495
26328
|
def Result(self):
|
26496
26329
|
"""微服务分页列表信息
|
26497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26498
26330
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
|
26499
26331
|
"""
|
26500
26332
|
return self._Result
|
@@ -27699,7 +27531,6 @@ class DescribePublicConfigReleaseLogsResponse(AbstractModel):
|
|
27699
27531
|
def __init__(self):
|
27700
27532
|
r"""
|
27701
27533
|
:param _Result: 分页后的公共配置项发布历史列表
|
27702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27703
27534
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
|
27704
27535
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
27705
27536
|
:type RequestId: str
|
@@ -27710,7 +27541,6 @@ class DescribePublicConfigReleaseLogsResponse(AbstractModel):
|
|
27710
27541
|
@property
|
27711
27542
|
def Result(self):
|
27712
27543
|
"""分页后的公共配置项发布历史列表
|
27713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27714
27544
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
|
27715
27545
|
"""
|
27716
27546
|
return self._Result
|
@@ -27842,7 +27672,6 @@ class DescribePublicConfigReleasesResponse(AbstractModel):
|
|
27842
27672
|
def __init__(self):
|
27843
27673
|
r"""
|
27844
27674
|
:param _Result: 公共配置发布信息
|
27845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27846
27675
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
|
27847
27676
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
27848
27677
|
:type RequestId: str
|
@@ -27853,7 +27682,6 @@ class DescribePublicConfigReleasesResponse(AbstractModel):
|
|
27853
27682
|
@property
|
27854
27683
|
def Result(self):
|
27855
27684
|
"""公共配置发布信息
|
27856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27857
27685
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
|
27858
27686
|
"""
|
27859
27687
|
return self._Result
|
@@ -28113,7 +27941,6 @@ class DescribePublicConfigSummaryResponse(AbstractModel):
|
|
28113
27941
|
def __init__(self):
|
28114
27942
|
r"""
|
28115
27943
|
:param _Result: 分页的全局配置统计信息列表
|
28116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28117
27944
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
|
28118
27945
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28119
27946
|
:type RequestId: str
|
@@ -28124,7 +27951,6 @@ class DescribePublicConfigSummaryResponse(AbstractModel):
|
|
28124
27951
|
@property
|
28125
27952
|
def Result(self):
|
28126
27953
|
"""分页的全局配置统计信息列表
|
28127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28128
27954
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
|
28129
27955
|
"""
|
28130
27956
|
return self._Result
|
@@ -28271,7 +28097,6 @@ class DescribePublicConfigsResponse(AbstractModel):
|
|
28271
28097
|
def __init__(self):
|
28272
28098
|
r"""
|
28273
28099
|
:param _Result: 分页后的全局配置项列表
|
28274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28275
28100
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
|
28276
28101
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28277
28102
|
:type RequestId: str
|
@@ -28282,7 +28107,6 @@ class DescribePublicConfigsResponse(AbstractModel):
|
|
28282
28107
|
@property
|
28283
28108
|
def Result(self):
|
28284
28109
|
"""分页后的全局配置项列表
|
28285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28286
28110
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
|
28287
28111
|
"""
|
28288
28112
|
return self._Result
|
@@ -28354,7 +28178,6 @@ class DescribeReleasedConfigResponse(AbstractModel):
|
|
28354
28178
|
def __init__(self):
|
28355
28179
|
r"""
|
28356
28180
|
:param _Result: 已发布的配置内容
|
28357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28358
28181
|
:type Result: str
|
28359
28182
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28360
28183
|
:type RequestId: str
|
@@ -28365,7 +28188,6 @@ class DescribeReleasedConfigResponse(AbstractModel):
|
|
28365
28188
|
@property
|
28366
28189
|
def Result(self):
|
28367
28190
|
"""已发布的配置内容
|
28368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28369
28191
|
:rtype: str
|
28370
28192
|
"""
|
28371
28193
|
return self._Result
|
@@ -30432,7 +30254,6 @@ class DescribeUnitNamespacesResponse(AbstractModel):
|
|
30432
30254
|
def __init__(self):
|
30433
30255
|
r"""
|
30434
30256
|
:param _Result: 单元化命名空间对象列表
|
30435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30436
30257
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
|
30437
30258
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30438
30259
|
:type RequestId: str
|
@@ -30443,7 +30264,6 @@ class DescribeUnitNamespacesResponse(AbstractModel):
|
|
30443
30264
|
@property
|
30444
30265
|
def Result(self):
|
30445
30266
|
"""单元化命名空间对象列表
|
30446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30447
30267
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
|
30448
30268
|
"""
|
30449
30269
|
return self._Result
|
@@ -30515,7 +30335,6 @@ class DescribeUnitRuleResponse(AbstractModel):
|
|
30515
30335
|
def __init__(self):
|
30516
30336
|
r"""
|
30517
30337
|
:param _Result: 单元化规则对象
|
30518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30519
30338
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
|
30520
30339
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30521
30340
|
:type RequestId: str
|
@@ -30526,7 +30345,6 @@ class DescribeUnitRuleResponse(AbstractModel):
|
|
30526
30345
|
@property
|
30527
30346
|
def Result(self):
|
30528
30347
|
"""单元化规则对象
|
30529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30530
30348
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
|
30531
30349
|
"""
|
30532
30350
|
return self._Result
|
@@ -30658,7 +30476,6 @@ class DescribeUnitRulesResponse(AbstractModel):
|
|
30658
30476
|
def __init__(self):
|
30659
30477
|
r"""
|
30660
30478
|
:param _Result: 分页列表信息
|
30661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30662
30479
|
:type Result: list of TsfPageUnitRule
|
30663
30480
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30664
30481
|
:type RequestId: str
|
@@ -30669,7 +30486,6 @@ class DescribeUnitRulesResponse(AbstractModel):
|
|
30669
30486
|
@property
|
30670
30487
|
def Result(self):
|
30671
30488
|
"""分页列表信息
|
30672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30673
30489
|
:rtype: list of TsfPageUnitRule
|
30674
30490
|
"""
|
30675
30491
|
return self._Result
|
@@ -30804,7 +30620,6 @@ class DescribeUnitRulesV2Response(AbstractModel):
|
|
30804
30620
|
def __init__(self):
|
30805
30621
|
r"""
|
30806
30622
|
:param _Result: 分页列表信息
|
30807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30808
30623
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitRuleV2`
|
30809
30624
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30810
30625
|
:type RequestId: str
|
@@ -30815,7 +30630,6 @@ class DescribeUnitRulesV2Response(AbstractModel):
|
|
30815
30630
|
@property
|
30816
30631
|
def Result(self):
|
30817
30632
|
"""分页列表信息
|
30818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30819
30633
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitRuleV2`
|
30820
30634
|
"""
|
30821
30635
|
return self._Result
|
@@ -31088,7 +30902,6 @@ class DescribeUsableUnitNamespacesResponse(AbstractModel):
|
|
31088
30902
|
def __init__(self):
|
31089
30903
|
r"""
|
31090
30904
|
:param _Result: 单元化命名空间对象列表
|
31091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31092
30905
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
|
31093
30906
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31094
30907
|
:type RequestId: str
|
@@ -31099,7 +30912,6 @@ class DescribeUsableUnitNamespacesResponse(AbstractModel):
|
|
31099
30912
|
@property
|
31100
30913
|
def Result(self):
|
31101
30914
|
"""单元化命名空间对象列表
|
31102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31103
30915
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
|
31104
30916
|
"""
|
31105
30917
|
return self._Result
|
@@ -31171,7 +30983,6 @@ class DisableLaneRuleResponse(AbstractModel):
|
|
31171
30983
|
def __init__(self):
|
31172
30984
|
r"""
|
31173
30985
|
:param _Result: 操作状态。成功:true,失败:false
|
31174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31175
30986
|
:type Result: bool
|
31176
30987
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31177
30988
|
:type RequestId: str
|
@@ -31182,7 +30993,6 @@ class DisableLaneRuleResponse(AbstractModel):
|
|
31182
30993
|
@property
|
31183
30994
|
def Result(self):
|
31184
30995
|
"""操作状态。成功:true,失败:false
|
31185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31186
30996
|
:rtype: bool
|
31187
30997
|
"""
|
31188
30998
|
return self._Result
|
@@ -31410,7 +31220,6 @@ class DisableUnitRouteResponse(AbstractModel):
|
|
31410
31220
|
def __init__(self):
|
31411
31221
|
r"""
|
31412
31222
|
:param _Result: 返回结果,成功失败
|
31413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31414
31223
|
:type Result: bool
|
31415
31224
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31416
31225
|
:type RequestId: str
|
@@ -31421,7 +31230,6 @@ class DisableUnitRouteResponse(AbstractModel):
|
|
31421
31230
|
@property
|
31422
31231
|
def Result(self):
|
31423
31232
|
"""返回结果,成功失败
|
31424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31425
31233
|
:rtype: bool
|
31426
31234
|
"""
|
31427
31235
|
return self._Result
|
@@ -31491,7 +31299,6 @@ class DisableUnitRuleResponse(AbstractModel):
|
|
31491
31299
|
def __init__(self):
|
31492
31300
|
r"""
|
31493
31301
|
:param _Result: 是否成功
|
31494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31495
31302
|
:type Result: bool
|
31496
31303
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31497
31304
|
:type RequestId: str
|
@@ -31502,7 +31309,6 @@ class DisableUnitRuleResponse(AbstractModel):
|
|
31502
31309
|
@property
|
31503
31310
|
def Result(self):
|
31504
31311
|
"""是否成功
|
31505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31506
31312
|
:rtype: bool
|
31507
31313
|
"""
|
31508
31314
|
return self._Result
|
@@ -31920,7 +31726,6 @@ class EnableLaneRuleResponse(AbstractModel):
|
|
31920
31726
|
def __init__(self):
|
31921
31727
|
r"""
|
31922
31728
|
:param _Result: 操作状态。成功:true,失败:false
|
31923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31924
31729
|
:type Result: bool
|
31925
31730
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31926
31731
|
:type RequestId: str
|
@@ -31931,7 +31736,6 @@ class EnableLaneRuleResponse(AbstractModel):
|
|
31931
31736
|
@property
|
31932
31737
|
def Result(self):
|
31933
31738
|
"""操作状态。成功:true,失败:false
|
31934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31935
31739
|
:rtype: bool
|
31936
31740
|
"""
|
31937
31741
|
return self._Result
|
@@ -32158,8 +31962,7 @@ class EnableUnitRouteResponse(AbstractModel):
|
|
32158
31962
|
|
32159
31963
|
def __init__(self):
|
32160
31964
|
r"""
|
32161
|
-
:param _Result:
|
32162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31965
|
+
:param _Result: 返回结果。成功:true,失败:false。
|
32163
31966
|
:type Result: bool
|
32164
31967
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
32165
31968
|
:type RequestId: str
|
@@ -32169,8 +31972,7 @@ class EnableUnitRouteResponse(AbstractModel):
|
|
32169
31972
|
|
32170
31973
|
@property
|
32171
31974
|
def Result(self):
|
32172
|
-
"""
|
32173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31975
|
+
"""返回结果。成功:true,失败:false。
|
32174
31976
|
:rtype: bool
|
32175
31977
|
"""
|
32176
31978
|
return self._Result
|
@@ -32239,8 +32041,7 @@ class EnableUnitRuleResponse(AbstractModel):
|
|
32239
32041
|
|
32240
32042
|
def __init__(self):
|
32241
32043
|
r"""
|
32242
|
-
:param _Result:
|
32243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32044
|
+
:param _Result: 是否成功,成功:true,失败:false。
|
32244
32045
|
:type Result: bool
|
32245
32046
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
32246
32047
|
:type RequestId: str
|
@@ -32250,8 +32051,7 @@ class EnableUnitRuleResponse(AbstractModel):
|
|
32250
32051
|
|
32251
32052
|
@property
|
32252
32053
|
def Result(self):
|
32253
|
-
"""
|
32254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32054
|
+
"""是否成功,成功:true,失败:false。
|
32255
32055
|
:rtype: bool
|
32256
32056
|
"""
|
32257
32057
|
return self._Result
|
@@ -33414,22 +33214,16 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33414
33214
|
def __init__(self):
|
33415
33215
|
r"""
|
33416
33216
|
:param _GroupId: 分组ID
|
33417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33418
33217
|
:type GroupId: str
|
33419
33218
|
:param _GroupName: 分组名称
|
33420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33421
33219
|
:type GroupName: str
|
33422
33220
|
:param _GroupApiCount: 分组下API个数
|
33423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33424
33221
|
:type GroupApiCount: int
|
33425
33222
|
:param _GroupApis: 分组API列表
|
33426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33427
33223
|
:type GroupApis: list of GatewayGroupApiVo
|
33428
33224
|
:param _GatewayInstanceType: 网关实例的类型
|
33429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33430
33225
|
:type GatewayInstanceType: str
|
33431
33226
|
:param _GatewayInstanceId: 网关实例ID
|
33432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33433
33227
|
:type GatewayInstanceId: str
|
33434
33228
|
"""
|
33435
33229
|
self._GroupId = None
|
@@ -33442,7 +33236,6 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33442
33236
|
@property
|
33443
33237
|
def GroupId(self):
|
33444
33238
|
"""分组ID
|
33445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33446
33239
|
:rtype: str
|
33447
33240
|
"""
|
33448
33241
|
return self._GroupId
|
@@ -33454,7 +33247,6 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33454
33247
|
@property
|
33455
33248
|
def GroupName(self):
|
33456
33249
|
"""分组名称
|
33457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33458
33250
|
:rtype: str
|
33459
33251
|
"""
|
33460
33252
|
return self._GroupName
|
@@ -33466,7 +33258,6 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33466
33258
|
@property
|
33467
33259
|
def GroupApiCount(self):
|
33468
33260
|
"""分组下API个数
|
33469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33470
33261
|
:rtype: int
|
33471
33262
|
"""
|
33472
33263
|
return self._GroupApiCount
|
@@ -33478,7 +33269,6 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33478
33269
|
@property
|
33479
33270
|
def GroupApis(self):
|
33480
33271
|
"""分组API列表
|
33481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33482
33272
|
:rtype: list of GatewayGroupApiVo
|
33483
33273
|
"""
|
33484
33274
|
return self._GroupApis
|
@@ -33490,7 +33280,6 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33490
33280
|
@property
|
33491
33281
|
def GatewayInstanceType(self):
|
33492
33282
|
"""网关实例的类型
|
33493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33494
33283
|
:rtype: str
|
33495
33284
|
"""
|
33496
33285
|
return self._GatewayInstanceType
|
@@ -33502,7 +33291,6 @@ class GatewayApiGroupVo(AbstractModel):
|
|
33502
33291
|
@property
|
33503
33292
|
def GatewayInstanceId(self):
|
33504
33293
|
"""网关实例ID
|
33505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33506
33294
|
:rtype: str
|
33507
33295
|
"""
|
33508
33296
|
return self._GatewayInstanceId
|
@@ -34107,16 +33895,12 @@ class GatewayVo(AbstractModel):
|
|
34107
33895
|
def __init__(self):
|
34108
33896
|
r"""
|
34109
33897
|
:param _GatewayDeployGroupId: 网关部署组ID
|
34110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34111
33898
|
:type GatewayDeployGroupId: str
|
34112
33899
|
:param _GatewayDeployGroupName: 网关部署组名称
|
34113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34114
33900
|
:type GatewayDeployGroupName: str
|
34115
33901
|
:param _GroupNum: API 分组个数
|
34116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34117
33902
|
:type GroupNum: int
|
34118
33903
|
:param _Groups: API 分组列表
|
34119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34120
33904
|
:type Groups: list of GatewayApiGroupVo
|
34121
33905
|
"""
|
34122
33906
|
self._GatewayDeployGroupId = None
|
@@ -34127,7 +33911,6 @@ class GatewayVo(AbstractModel):
|
|
34127
33911
|
@property
|
34128
33912
|
def GatewayDeployGroupId(self):
|
34129
33913
|
"""网关部署组ID
|
34130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34131
33914
|
:rtype: str
|
34132
33915
|
"""
|
34133
33916
|
return self._GatewayDeployGroupId
|
@@ -34139,7 +33922,6 @@ class GatewayVo(AbstractModel):
|
|
34139
33922
|
@property
|
34140
33923
|
def GatewayDeployGroupName(self):
|
34141
33924
|
"""网关部署组名称
|
34142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34143
33925
|
:rtype: str
|
34144
33926
|
"""
|
34145
33927
|
return self._GatewayDeployGroupName
|
@@ -34151,7 +33933,6 @@ class GatewayVo(AbstractModel):
|
|
34151
33933
|
@property
|
34152
33934
|
def GroupNum(self):
|
34153
33935
|
"""API 分组个数
|
34154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34155
33936
|
:rtype: int
|
34156
33937
|
"""
|
34157
33938
|
return self._GroupNum
|
@@ -34163,7 +33944,6 @@ class GatewayVo(AbstractModel):
|
|
34163
33944
|
@property
|
34164
33945
|
def Groups(self):
|
34165
33946
|
"""API 分组列表
|
34166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34167
33947
|
:rtype: list of GatewayApiGroupVo
|
34168
33948
|
"""
|
34169
33949
|
return self._Groups
|
@@ -34201,13 +33981,10 @@ class GroupApiUseStatistics(AbstractModel):
|
|
34201
33981
|
def __init__(self):
|
34202
33982
|
r"""
|
34203
33983
|
:param _TopStatusCode: 总调用数
|
34204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34205
33984
|
:type TopStatusCode: list of ApiUseStatisticsEntity
|
34206
33985
|
:param _TopTimeCost: 平均错误率
|
34207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34208
33986
|
:type TopTimeCost: list of ApiUseStatisticsEntity
|
34209
33987
|
:param _Quantile: 分位值对象
|
34210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34211
33988
|
:type Quantile: :class:`tencentcloud.tsf.v20180326.models.QuantileEntity`
|
34212
33989
|
"""
|
34213
33990
|
self._TopStatusCode = None
|
@@ -34217,7 +33994,6 @@ class GroupApiUseStatistics(AbstractModel):
|
|
34217
33994
|
@property
|
34218
33995
|
def TopStatusCode(self):
|
34219
33996
|
"""总调用数
|
34220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34221
33997
|
:rtype: list of ApiUseStatisticsEntity
|
34222
33998
|
"""
|
34223
33999
|
return self._TopStatusCode
|
@@ -34229,7 +34005,6 @@ class GroupApiUseStatistics(AbstractModel):
|
|
34229
34005
|
@property
|
34230
34006
|
def TopTimeCost(self):
|
34231
34007
|
"""平均错误率
|
34232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34233
34008
|
:rtype: list of ApiUseStatisticsEntity
|
34234
34009
|
"""
|
34235
34010
|
return self._TopTimeCost
|
@@ -34241,7 +34016,6 @@ class GroupApiUseStatistics(AbstractModel):
|
|
34241
34016
|
@property
|
34242
34017
|
def Quantile(self):
|
34243
34018
|
"""分位值对象
|
34244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34245
34019
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.QuantileEntity`
|
34246
34020
|
"""
|
34247
34021
|
return self._Quantile
|
@@ -38864,10 +38638,8 @@ class LaneInfos(AbstractModel):
|
|
38864
38638
|
def __init__(self):
|
38865
38639
|
r"""
|
38866
38640
|
:param _TotalCount: 总数
|
38867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38868
38641
|
:type TotalCount: int
|
38869
38642
|
:param _Content: 泳道信息列表
|
38870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38871
38643
|
:type Content: list of LaneInfo
|
38872
38644
|
"""
|
38873
38645
|
self._TotalCount = None
|
@@ -38876,7 +38648,6 @@ class LaneInfos(AbstractModel):
|
|
38876
38648
|
@property
|
38877
38649
|
def TotalCount(self):
|
38878
38650
|
"""总数
|
38879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38880
38651
|
:rtype: int
|
38881
38652
|
"""
|
38882
38653
|
return self._TotalCount
|
@@ -38888,7 +38659,6 @@ class LaneInfos(AbstractModel):
|
|
38888
38659
|
@property
|
38889
38660
|
def Content(self):
|
38890
38661
|
"""泳道信息列表
|
38891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38892
38662
|
:rtype: list of LaneInfo
|
38893
38663
|
"""
|
38894
38664
|
return self._Content
|
@@ -40999,7 +40769,6 @@ class ModifyLaneRuleResponse(AbstractModel):
|
|
40999
40769
|
def __init__(self):
|
41000
40770
|
r"""
|
41001
40771
|
:param _Result: 操作状态。成功:true,失败:false
|
41002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41003
40772
|
:type Result: bool
|
41004
40773
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
41005
40774
|
:type RequestId: str
|
@@ -41010,7 +40779,6 @@ class ModifyLaneRuleResponse(AbstractModel):
|
|
41010
40779
|
@property
|
41011
40780
|
def Result(self):
|
41012
40781
|
"""操作状态。成功:true,失败:false
|
41013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41014
40782
|
:rtype: bool
|
41015
40783
|
"""
|
41016
40784
|
return self._Result
|
@@ -45351,7 +45119,6 @@ class ReleaseConfigWithDetailRespResponse(AbstractModel):
|
|
45351
45119
|
def __init__(self):
|
45352
45120
|
r"""
|
45353
45121
|
:param _Result: 配置项发布 ID
|
45354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45355
45122
|
:type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigRelease`
|
45356
45123
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
45357
45124
|
:type RequestId: str
|
@@ -45362,7 +45129,6 @@ class ReleaseConfigWithDetailRespResponse(AbstractModel):
|
|
45362
45129
|
@property
|
45363
45130
|
def Result(self):
|
45364
45131
|
"""配置项发布 ID
|
45365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45366
45132
|
:rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigRelease`
|
45367
45133
|
"""
|
45368
45134
|
return self._Result
|
@@ -45463,8 +45229,7 @@ class ReleaseFileConfigResponse(AbstractModel):
|
|
45463
45229
|
|
45464
45230
|
def __init__(self):
|
45465
45231
|
r"""
|
45466
|
-
:param _Result:
|
45467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45232
|
+
:param _Result: 发布结果,成功:true,失败:false。
|
45468
45233
|
:type Result: bool
|
45469
45234
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
45470
45235
|
:type RequestId: str
|
@@ -45474,8 +45239,7 @@ class ReleaseFileConfigResponse(AbstractModel):
|
|
45474
45239
|
|
45475
45240
|
@property
|
45476
45241
|
def Result(self):
|
45477
|
-
"""
|
45478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45242
|
+
"""发布结果,成功:true,失败:false。
|
45479
45243
|
:rtype: bool
|
45480
45244
|
"""
|
45481
45245
|
return self._Result
|
@@ -45575,7 +45339,6 @@ class ReleasePublicConfigResponse(AbstractModel):
|
|
45575
45339
|
def __init__(self):
|
45576
45340
|
r"""
|
45577
45341
|
:param _Result: true:发布成功;false:发布失败
|
45578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45579
45342
|
:type Result: bool
|
45580
45343
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
45581
45344
|
:type RequestId: str
|
@@ -45586,7 +45349,6 @@ class ReleasePublicConfigResponse(AbstractModel):
|
|
45586
45349
|
@property
|
45587
45350
|
def Result(self):
|
45588
45351
|
"""true:发布成功;false:发布失败
|
45589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45590
45352
|
:rtype: bool
|
45591
45353
|
"""
|
45592
45354
|
return self._Result
|
@@ -46361,7 +46123,6 @@ class RevocationPublicConfigResponse(AbstractModel):
|
|
46361
46123
|
def __init__(self):
|
46362
46124
|
r"""
|
46363
46125
|
:param _Result: true:撤销成功;false:撤销失败
|
46364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46365
46126
|
:type Result: bool
|
46366
46127
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
46367
46128
|
:type RequestId: str
|
@@ -46372,7 +46133,6 @@ class RevocationPublicConfigResponse(AbstractModel):
|
|
46372
46133
|
@property
|
46373
46134
|
def Result(self):
|
46374
46135
|
"""true:撤销成功;false:撤销失败
|
46375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46376
46136
|
:rtype: bool
|
46377
46137
|
"""
|
46378
46138
|
return self._Result
|
@@ -46441,8 +46201,7 @@ class RevokeFileConfigResponse(AbstractModel):
|
|
46441
46201
|
|
46442
46202
|
def __init__(self):
|
46443
46203
|
r"""
|
46444
|
-
:param _Result:
|
46445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46204
|
+
:param _Result: 撤回结果,成功:true,失败:false。
|
46446
46205
|
:type Result: bool
|
46447
46206
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
46448
46207
|
:type RequestId: str
|
@@ -46452,8 +46211,7 @@ class RevokeFileConfigResponse(AbstractModel):
|
|
46452
46211
|
|
46453
46212
|
@property
|
46454
46213
|
def Result(self):
|
46455
|
-
"""
|
46456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46214
|
+
"""撤回结果,成功:true,失败:false。
|
46457
46215
|
:rtype: bool
|
46458
46216
|
"""
|
46459
46217
|
return self._Result
|
@@ -51501,10 +51259,8 @@ class TsfPageBusinessLogConfig(AbstractModel):
|
|
51501
51259
|
def __init__(self):
|
51502
51260
|
r"""
|
51503
51261
|
:param _TotalCount: 总条数
|
51504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51505
51262
|
:type TotalCount: int
|
51506
51263
|
:param _Content: 业务日志配置项列表
|
51507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51508
51264
|
:type Content: list of BusinessLogConfig
|
51509
51265
|
"""
|
51510
51266
|
self._TotalCount = None
|
@@ -51513,7 +51269,6 @@ class TsfPageBusinessLogConfig(AbstractModel):
|
|
51513
51269
|
@property
|
51514
51270
|
def TotalCount(self):
|
51515
51271
|
"""总条数
|
51516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51517
51272
|
:rtype: int
|
51518
51273
|
"""
|
51519
51274
|
return self._TotalCount
|
@@ -51525,7 +51280,6 @@ class TsfPageBusinessLogConfig(AbstractModel):
|
|
51525
51280
|
@property
|
51526
51281
|
def Content(self):
|
51527
51282
|
"""业务日志配置项列表
|
51528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51529
51283
|
:rtype: list of BusinessLogConfig
|
51530
51284
|
"""
|
51531
51285
|
return self._Content
|
@@ -52123,10 +51877,8 @@ class TsfPageFileConfigRelease(AbstractModel):
|
|
52123
51877
|
def __init__(self):
|
52124
51878
|
r"""
|
52125
51879
|
:param _TotalCount: 数量
|
52126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52127
51880
|
:type TotalCount: int
|
52128
51881
|
:param _Content: 列表
|
52129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52130
51882
|
:type Content: list of FileConfigRelease
|
52131
51883
|
"""
|
52132
51884
|
self._TotalCount = None
|
@@ -52135,7 +51887,6 @@ class TsfPageFileConfigRelease(AbstractModel):
|
|
52135
51887
|
@property
|
52136
51888
|
def TotalCount(self):
|
52137
51889
|
"""数量
|
52138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52139
51890
|
:rtype: int
|
52140
51891
|
"""
|
52141
51892
|
return self._TotalCount
|
@@ -52147,7 +51898,6 @@ class TsfPageFileConfigRelease(AbstractModel):
|
|
52147
51898
|
@property
|
52148
51899
|
def Content(self):
|
52149
51900
|
"""列表
|
52150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52151
51901
|
:rtype: list of FileConfigRelease
|
52152
51902
|
"""
|
52153
51903
|
return self._Content
|
@@ -52239,10 +51989,8 @@ class TsfPageGatewayPlugin(AbstractModel):
|
|
52239
51989
|
def __init__(self):
|
52240
51990
|
r"""
|
52241
51991
|
:param _TotalCount: 记录总数
|
52242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52243
51992
|
:type TotalCount: int
|
52244
51993
|
:param _Content: 记录实体列表
|
52245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52246
51994
|
:type Content: list of GatewayPlugin
|
52247
51995
|
"""
|
52248
51996
|
self._TotalCount = None
|
@@ -52251,7 +51999,6 @@ class TsfPageGatewayPlugin(AbstractModel):
|
|
52251
51999
|
@property
|
52252
52000
|
def TotalCount(self):
|
52253
52001
|
"""记录总数
|
52254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52255
52002
|
:rtype: int
|
52256
52003
|
"""
|
52257
52004
|
return self._TotalCount
|
@@ -52263,7 +52010,6 @@ class TsfPageGatewayPlugin(AbstractModel):
|
|
52263
52010
|
@property
|
52264
52011
|
def Content(self):
|
52265
52012
|
"""记录实体列表
|
52266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52267
52013
|
:rtype: list of GatewayPlugin
|
52268
52014
|
"""
|
52269
52015
|
return self._Content
|
@@ -52862,10 +52608,8 @@ class TsfPageUnitRuleV2(AbstractModel):
|
|
52862
52608
|
def __init__(self):
|
52863
52609
|
r"""
|
52864
52610
|
:param _TotalCount: 记录总数
|
52865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52866
52611
|
:type TotalCount: int
|
52867
52612
|
:param _Content: 记录实体列表
|
52868
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52869
52613
|
:type Content: list of UnitRule
|
52870
52614
|
"""
|
52871
52615
|
self._TotalCount = None
|
@@ -52874,7 +52618,6 @@ class TsfPageUnitRuleV2(AbstractModel):
|
|
52874
52618
|
@property
|
52875
52619
|
def TotalCount(self):
|
52876
52620
|
"""记录总数
|
52877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52878
52621
|
:rtype: int
|
52879
52622
|
"""
|
52880
52623
|
return self._TotalCount
|
@@ -52886,7 +52629,6 @@ class TsfPageUnitRuleV2(AbstractModel):
|
|
52886
52629
|
@property
|
52887
52630
|
def Content(self):
|
52888
52631
|
"""记录实体列表
|
52889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52890
52632
|
:rtype: list of UnitRule
|
52891
52633
|
"""
|
52892
52634
|
return self._Content
|
@@ -53066,16 +52808,12 @@ class UnitNamespace(AbstractModel):
|
|
53066
52808
|
:param _NamespaceName: 命名空间Name
|
53067
52809
|
:type NamespaceName: str
|
53068
52810
|
:param _Id: 单元化命名空间ID
|
53069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53070
52811
|
:type Id: str
|
53071
52812
|
:param _GatewayInstanceId: 网关实体ID
|
53072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53073
52813
|
:type GatewayInstanceId: str
|
53074
52814
|
:param _CreatedTime: 创建时间
|
53075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53076
52815
|
:type CreatedTime: str
|
53077
52816
|
:param _UpdatedTime: 更新时间
|
53078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53079
52817
|
:type UpdatedTime: str
|
53080
52818
|
"""
|
53081
52819
|
self._NamespaceId = None
|
@@ -53110,7 +52848,6 @@ class UnitNamespace(AbstractModel):
|
|
53110
52848
|
@property
|
53111
52849
|
def Id(self):
|
53112
52850
|
"""单元化命名空间ID
|
53113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53114
52851
|
:rtype: str
|
53115
52852
|
"""
|
53116
52853
|
return self._Id
|
@@ -53122,7 +52859,6 @@ class UnitNamespace(AbstractModel):
|
|
53122
52859
|
@property
|
53123
52860
|
def GatewayInstanceId(self):
|
53124
52861
|
"""网关实体ID
|
53125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53126
52862
|
:rtype: str
|
53127
52863
|
"""
|
53128
52864
|
return self._GatewayInstanceId
|
@@ -53134,7 +52870,6 @@ class UnitNamespace(AbstractModel):
|
|
53134
52870
|
@property
|
53135
52871
|
def CreatedTime(self):
|
53136
52872
|
"""创建时间
|
53137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53138
52873
|
:rtype: str
|
53139
52874
|
"""
|
53140
52875
|
return self._CreatedTime
|
@@ -53146,7 +52881,6 @@ class UnitNamespace(AbstractModel):
|
|
53146
52881
|
@property
|
53147
52882
|
def UpdatedTime(self):
|
53148
52883
|
"""更新时间
|
53149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53150
52884
|
:rtype: str
|
53151
52885
|
"""
|
53152
52886
|
return self._UpdatedTime
|
@@ -53834,7 +53568,6 @@ class UpdateApiGroupResponse(AbstractModel):
|
|
53834
53568
|
def __init__(self):
|
53835
53569
|
r"""
|
53836
53570
|
:param _Result: 返回结果,true: 成功, false: 失败
|
53837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53838
53571
|
:type Result: bool
|
53839
53572
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
53840
53573
|
:type RequestId: str
|
@@ -53845,7 +53578,6 @@ class UpdateApiGroupResponse(AbstractModel):
|
|
53845
53578
|
@property
|
53846
53579
|
def Result(self):
|
53847
53580
|
"""返回结果,true: 成功, false: 失败
|
53848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
53849
53581
|
:rtype: bool
|
53850
53582
|
"""
|
53851
53583
|
return self._Result
|
@@ -54795,8 +54527,7 @@ class UpdateUnitRuleResponse(AbstractModel):
|
|
54795
54527
|
|
54796
54528
|
def __init__(self):
|
54797
54529
|
r"""
|
54798
|
-
:param _Result:
|
54799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54530
|
+
:param _Result: 是否成功,成功:true,失败:false。
|
54800
54531
|
:type Result: bool
|
54801
54532
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
54802
54533
|
:type RequestId: str
|
@@ -54806,8 +54537,7 @@ class UpdateUnitRuleResponse(AbstractModel):
|
|
54806
54537
|
|
54807
54538
|
@property
|
54808
54539
|
def Result(self):
|
54809
|
-
"""
|
54810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54540
|
+
"""是否成功,成功:true,失败:false。
|
54811
54541
|
:rtype: bool
|
54812
54542
|
"""
|
54813
54543
|
return self._Result
|