tencentcloud-sdk-python 3.0.1356__py2.py3-none-any.whl → 3.0.1358__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/bh/v20230418/bh_client.py +115 -0
 - tencentcloud/bh/v20230418/errorcodes.py +15 -0
 - tencentcloud/bh/v20230418/models.py +854 -28
 - tencentcloud/billing/v20180709/billing_client.py +0 -25
 - tencentcloud/billing/v20180709/models.py +0 -512
 - tencentcloud/bpaas/v20181217/models.py +0 -54
 - tencentcloud/cdb/v20170320/cdb_client.py +1 -1
 - tencentcloud/cdb/v20170320/models.py +47 -4
 - tencentcloud/chc/v20230418/chc_client.py +23 -0
 - tencentcloud/chc/v20230418/models.py +185 -2
 - tencentcloud/cls/v20201016/cls_client.py +23 -0
 - tencentcloud/cls/v20201016/models.py +79 -0
 - tencentcloud/cwp/v20180228/models.py +2 -2
 - tencentcloud/es/v20180416/models.py +57 -6
 - tencentcloud/es/v20250101/__init__.py +0 -0
 - tencentcloud/es/v20250101/errorcodes.py +45 -0
 - tencentcloud/es/v20250101/es_client.py +228 -0
 - tencentcloud/es/v20250101/models.py +2168 -0
 - tencentcloud/ess/v20201111/ess_client.py +37 -2
 - tencentcloud/ess/v20201111/models.py +341 -10
 - tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
 - tencentcloud/essbasic/v20210526/models.py +282 -12
 - tencentcloud/gaap/v20180529/models.py +0 -90
 - 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/lcic/v20220817/models.py +15 -0
 - tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
 - tencentcloud/mps/v20190612/models.py +28 -36
 - tencentcloud/oceanus/v20190422/models.py +12 -0
 - tencentcloud/ocr/v20181119/models.py +4 -4
 - tencentcloud/ses/v20201002/models.py +15 -0
 - tencentcloud/smop/v20201203/smop_client.py +3 -1
 - tencentcloud/sts/v20180813/errorcodes.py +9 -0
 - tencentcloud/sts/v20180813/models.py +171 -0
 - tencentcloud/sts/v20180813/sts_client.py +23 -0
 - 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/tcr/v20190924/models.py +10 -6
 - tencentcloud/tcss/v20201101/models.py +83 -8
 - tencentcloud/tdmq/v20200217/models.py +68 -0
 - tencentcloud/tione/v20211111/errorcodes.py +3 -0
 - tencentcloud/tione/v20211111/models.py +384 -0
 - tencentcloud/tione/v20211111/tione_client.py +23 -0
 - tencentcloud/tse/v20201207/models.py +0 -478
 - tencentcloud/tsf/v20180326/models.py +18 -392
 - tencentcloud/tsf/v20180326/tsf_client.py +3 -1
 - tencentcloud/vpc/v20170312/errorcodes.py +3 -0
 - tencentcloud/vpc/v20170312/models.py +25 -132
 - tencentcloud/waf/v20180125/models.py +473 -0
 - tencentcloud/waf/v20180125/waf_client.py +69 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/RECORD +61 -57
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.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
         
     | 
| 
         @@ -6983,28 +6937,20 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       6983 
6937 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       6984 
6938 
     | 
    
         
             
                    r"""
         
     | 
| 
       6985 
6939 
     | 
    
         
             
                    :param _FirstTimestamp: 第一次出现的时间,以 ms 为单位的时间戳
         
     | 
| 
       6986 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6987 
6940 
     | 
    
         
             
                    :type FirstTimestamp: int
         
     | 
| 
       6988 
6941 
     | 
    
         
             
                    :param _LastTimestamp: 最后一次出现的时间,以 ms 为单位的时间戳
         
     | 
| 
       6989 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6990 
6942 
     | 
    
         
             
                    :type LastTimestamp: int
         
     | 
| 
       6991 
6943 
     | 
    
         
             
                    :param _Type: 级别
         
     | 
| 
       6992 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6993 
6944 
     | 
    
         
             
                    :type Type: str
         
     | 
| 
       6994 
6945 
     | 
    
         
             
                    :param _Kind: 资源类型
         
     | 
| 
       6995 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6996 
6946 
     | 
    
         
             
                    :type Kind: str
         
     | 
| 
       6997 
6947 
     | 
    
         
             
                    :param _Name: 资源名称
         
     | 
| 
       6998 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6999 
6948 
     | 
    
         
             
                    :type Name: str
         
     | 
| 
       7000 
6949 
     | 
    
         
             
                    :param _Reason: 内容
         
     | 
| 
       7001 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7002 
6950 
     | 
    
         
             
                    :type Reason: str
         
     | 
| 
       7003 
6951 
     | 
    
         
             
                    :param _Message: 详细描述
         
     | 
| 
       7004 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7005 
6952 
     | 
    
         
             
                    :type Message: str
         
     | 
| 
       7006 
6953 
     | 
    
         
             
                    :param _Count: 出现次数
         
     | 
| 
       7007 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7008 
6954 
     | 
    
         
             
                    :type Count: int
         
     | 
| 
       7009 
6955 
     | 
    
         
             
                    """
         
     | 
| 
       7010 
6956 
     | 
    
         
             
                    self._FirstTimestamp = None
         
     | 
| 
         @@ -7019,7 +6965,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7019 
6965 
     | 
    
         
             
                @property
         
     | 
| 
       7020 
6966 
     | 
    
         
             
                def FirstTimestamp(self):
         
     | 
| 
       7021 
6967 
     | 
    
         
             
                    """第一次出现的时间,以 ms 为单位的时间戳
         
     | 
| 
       7022 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7023 
6968 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       7024 
6969 
     | 
    
         
             
                    """
         
     | 
| 
       7025 
6970 
     | 
    
         
             
                    return self._FirstTimestamp
         
     | 
| 
         @@ -7031,7 +6976,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7031 
6976 
     | 
    
         
             
                @property
         
     | 
| 
       7032 
6977 
     | 
    
         
             
                def LastTimestamp(self):
         
     | 
| 
       7033 
6978 
     | 
    
         
             
                    """最后一次出现的时间,以 ms 为单位的时间戳
         
     | 
| 
       7034 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7035 
6979 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       7036 
6980 
     | 
    
         
             
                    """
         
     | 
| 
       7037 
6981 
     | 
    
         
             
                    return self._LastTimestamp
         
     | 
| 
         @@ -7043,7 +6987,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7043 
6987 
     | 
    
         
             
                @property
         
     | 
| 
       7044 
6988 
     | 
    
         
             
                def Type(self):
         
     | 
| 
       7045 
6989 
     | 
    
         
             
                    """级别
         
     | 
| 
       7046 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7047 
6990 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7048 
6991 
     | 
    
         
             
                    """
         
     | 
| 
       7049 
6992 
     | 
    
         
             
                    return self._Type
         
     | 
| 
         @@ -7055,7 +6998,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7055 
6998 
     | 
    
         
             
                @property
         
     | 
| 
       7056 
6999 
     | 
    
         
             
                def Kind(self):
         
     | 
| 
       7057 
7000 
     | 
    
         
             
                    """资源类型
         
     | 
| 
       7058 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7059 
7001 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7060 
7002 
     | 
    
         
             
                    """
         
     | 
| 
       7061 
7003 
     | 
    
         
             
                    return self._Kind
         
     | 
| 
         @@ -7067,7 +7009,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7067 
7009 
     | 
    
         
             
                @property
         
     | 
| 
       7068 
7010 
     | 
    
         
             
                def Name(self):
         
     | 
| 
       7069 
7011 
     | 
    
         
             
                    """资源名称
         
     | 
| 
       7070 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7071 
7012 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7072 
7013 
     | 
    
         
             
                    """
         
     | 
| 
       7073 
7014 
     | 
    
         
             
                    return self._Name
         
     | 
| 
         @@ -7079,7 +7020,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7079 
7020 
     | 
    
         
             
                @property
         
     | 
| 
       7080 
7021 
     | 
    
         
             
                def Reason(self):
         
     | 
| 
       7081 
7022 
     | 
    
         
             
                    """内容
         
     | 
| 
       7082 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7083 
7023 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7084 
7024 
     | 
    
         
             
                    """
         
     | 
| 
       7085 
7025 
     | 
    
         
             
                    return self._Reason
         
     | 
| 
         @@ -7091,7 +7031,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7091 
7031 
     | 
    
         
             
                @property
         
     | 
| 
       7092 
7032 
     | 
    
         
             
                def Message(self):
         
     | 
| 
       7093 
7033 
     | 
    
         
             
                    """详细描述
         
     | 
| 
       7094 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7095 
7034 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7096 
7035 
     | 
    
         
             
                    """
         
     | 
| 
       7097 
7036 
     | 
    
         
             
                    return self._Message
         
     | 
| 
         @@ -7103,7 +7042,6 @@ class ContainerEvent(AbstractModel): 
     | 
|
| 
       7103 
7042 
     | 
    
         
             
                @property
         
     | 
| 
       7104 
7043 
     | 
    
         
             
                def Count(self):
         
     | 
| 
       7105 
7044 
     | 
    
         
             
                    """出现次数
         
     | 
| 
       7106 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7107 
7045 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       7108 
7046 
     | 
    
         
             
                    """
         
     | 
| 
       7109 
7047 
     | 
    
         
             
                    return self._Count
         
     | 
| 
         @@ -7890,19 +7828,15 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       7890 
7828 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       7891 
7829 
     | 
    
         
             
                    r"""
         
     | 
| 
       7892 
7830 
     | 
    
         
             
                    :param _GroupId: 部署组ID
         
     | 
| 
       7893 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7894 
7831 
     | 
    
         
             
                    :type GroupId: str
         
     | 
| 
       7895 
7832 
     | 
    
         
             
                    :param _GroupName: 分组名称
         
     | 
| 
       7896 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7897 
7833 
     | 
    
         
             
                    :type GroupName: str
         
     | 
| 
       7898 
7834 
     | 
    
         
             
                    :param _InstanceNum: 实例总数
         
     | 
| 
       7899 
7835 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7900 
7836 
     | 
    
         
             
                    :type InstanceNum: int
         
     | 
| 
       7901 
7837 
     | 
    
         
             
                    :param _CurrentNum: 已启动实例总数
         
     | 
| 
       7902 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7903 
7838 
     | 
    
         
             
                    :type CurrentNum: int
         
     | 
| 
       7904 
7839 
     | 
    
         
             
                    :param _CreateTime: 创建时间
         
     | 
| 
       7905 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7906 
7840 
     | 
    
         
             
                    :type CreateTime: str
         
     | 
| 
       7907 
7841 
     | 
    
         
             
                    :param _Server: 镜像server
         
     | 
| 
       7908 
7842 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -7914,28 +7848,20 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       7914 
7848 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7915 
7849 
     | 
    
         
             
                    :type TagName: str
         
     | 
| 
       7916 
7850 
     | 
    
         
             
                    :param _ClusterId: 集群ID
         
     | 
| 
       7917 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7918 
7851 
     | 
    
         
             
                    :type ClusterId: str
         
     | 
| 
       7919 
7852 
     | 
    
         
             
                    :param _ClusterName: 集群名称
         
     | 
| 
       7920 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7921 
7853 
     | 
    
         
             
                    :type ClusterName: str
         
     | 
| 
       7922 
7854 
     | 
    
         
             
                    :param _NamespaceId: 命名空间ID
         
     | 
| 
       7923 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7924 
7855 
     | 
    
         
             
                    :type NamespaceId: str
         
     | 
| 
       7925 
7856 
     | 
    
         
             
                    :param _NamespaceName: 命名空间名称
         
     | 
| 
       7926 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7927 
7857 
     | 
    
         
             
                    :type NamespaceName: str
         
     | 
| 
       7928 
7858 
     | 
    
         
             
                    :param _ApplicationId: 应用ID
         
     | 
| 
       7929 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7930 
7859 
     | 
    
         
             
                    :type ApplicationId: str
         
     | 
| 
       7931 
7860 
     | 
    
         
             
                    :param _LbIp: 负载均衡ip
         
     | 
| 
       7932 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7933 
7861 
     | 
    
         
             
                    :type LbIp: str
         
     | 
| 
       7934 
7862 
     | 
    
         
             
                    :param _ApplicationType: 应用类型
         
     | 
| 
       7935 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7936 
7863 
     | 
    
         
             
                    :type ApplicationType: str
         
     | 
| 
       7937 
7864 
     | 
    
         
             
                    :param _ClusterIp: Service ip
         
     | 
| 
       7938 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7939 
7865 
     | 
    
         
             
                    :type ClusterIp: str
         
     | 
| 
       7940 
7866 
     | 
    
         
             
                    :param _NodePort: NodePort端口,只有公网和NodePort访问方式才有值
         
     | 
| 
       7941 
7867 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -7950,28 +7876,22 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       7950 
7876 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7951 
7877 
     | 
    
         
             
                    :type AccessType: int
         
     | 
| 
       7952 
7878 
     | 
    
         
             
                    :param _UpdateType: 更新方式:0:快速更新 1:滚动更新
         
     | 
| 
       7953 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7954 
7879 
     | 
    
         
             
                    :type UpdateType: int
         
     | 
| 
       7955 
7880 
     | 
    
         
             
                    :param _UpdateIvl: 更新间隔,单位秒
         
     | 
| 
       7956 
7881 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7957 
7882 
     | 
    
         
             
                    :type UpdateIvl: int
         
     | 
| 
       7958 
7883 
     | 
    
         
             
                    :param _ProtocolPorts: 端口数组对象
         
     | 
| 
       7959 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7960 
7884 
     | 
    
         
             
                    :type ProtocolPorts: list of ProtocolPort
         
     | 
| 
       7961 
7885 
     | 
    
         
             
                    :param _Envs: 环境变量数组对象
         
     | 
| 
       7962 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7963 
7886 
     | 
    
         
             
                    :type Envs: list of Env
         
     | 
| 
       7964 
7887 
     | 
    
         
             
                    :param _ApplicationName: 应用名称
         
     | 
| 
       7965 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7966 
7888 
     | 
    
         
             
                    :type ApplicationName: str
         
     | 
| 
       7967 
7889 
     | 
    
         
             
                    :param _Message: pod错误信息描述
         
     | 
| 
       7968 
7890 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7969 
7891 
     | 
    
         
             
                    :type Message: str
         
     | 
| 
       7970 
7892 
     | 
    
         
             
                    :param _Status: 部署组状态
         
     | 
| 
       7971 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7972 
7893 
     | 
    
         
             
                    :type Status: str
         
     | 
| 
       7973 
7894 
     | 
    
         
             
                    :param _MicroserviceType: 服务类型
         
     | 
| 
       7974 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7975 
7895 
     | 
    
         
             
                    :type MicroserviceType: str
         
     | 
| 
       7976 
7896 
     | 
    
         
             
                    :param _CpuRequest: 初始分配的 CPU 核数,对应 K8S request
         
     | 
| 
       7977 
7897 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -7983,13 +7903,10 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       7983 
7903 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7984 
7904 
     | 
    
         
             
                    :type SubnetId: str
         
     | 
| 
       7985 
7905 
     | 
    
         
             
                    :param _GroupResourceType: 部署组资源类型
         
     | 
| 
       7986 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7987 
7906 
     | 
    
         
             
                    :type GroupResourceType: str
         
     | 
| 
       7988 
7907 
     | 
    
         
             
                    :param _InstanceCount: 部署组实例个数
         
     | 
| 
       7989 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7990 
7908 
     | 
    
         
             
                    :type InstanceCount: int
         
     | 
| 
       7991 
7909 
     | 
    
         
             
                    :param _UpdatedTime: 部署组更新时间戳
         
     | 
| 
       7992 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7993 
7910 
     | 
    
         
             
                    :type UpdatedTime: int
         
     | 
| 
       7994 
7911 
     | 
    
         
             
                    :param _MaxSurge: kubernetes滚动更新策略的MaxSurge参数
         
     | 
| 
       7995 
7912 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -8001,7 +7918,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8001 
7918 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8002 
7919 
     | 
    
         
             
                    :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
         
     | 
| 
       8003 
7920 
     | 
    
         
             
                    :param _AllowPlainYamlDeploy: 允许PlainYamlDeploy
         
     | 
| 
       8004 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8005 
7921 
     | 
    
         
             
                    :type AllowPlainYamlDeploy: bool
         
     | 
| 
       8006 
7922 
     | 
    
         
             
                    :param _IsNotEqualServiceConfig: 是否不等于ServiceConfig
         
     | 
| 
       8007 
7923 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -8058,7 +7974,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8058 
7974 
     | 
    
         
             
                @property
         
     | 
| 
       8059 
7975 
     | 
    
         
             
                def GroupId(self):
         
     | 
| 
       8060 
7976 
     | 
    
         
             
                    """部署组ID
         
     | 
| 
       8061 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8062 
7977 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8063 
7978 
     | 
    
         
             
                    """
         
     | 
| 
       8064 
7979 
     | 
    
         
             
                    return self._GroupId
         
     | 
| 
         @@ -8070,7 +7985,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8070 
7985 
     | 
    
         
             
                @property
         
     | 
| 
       8071 
7986 
     | 
    
         
             
                def GroupName(self):
         
     | 
| 
       8072 
7987 
     | 
    
         
             
                    """分组名称
         
     | 
| 
       8073 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8074 
7988 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8075 
7989 
     | 
    
         
             
                    """
         
     | 
| 
       8076 
7990 
     | 
    
         
             
                    return self._GroupName
         
     | 
| 
         @@ -8094,7 +8008,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8094 
8008 
     | 
    
         
             
                @property
         
     | 
| 
       8095 
8009 
     | 
    
         
             
                def CurrentNum(self):
         
     | 
| 
       8096 
8010 
     | 
    
         
             
                    """已启动实例总数
         
     | 
| 
       8097 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8098 
8011 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       8099 
8012 
     | 
    
         
             
                    """
         
     | 
| 
       8100 
8013 
     | 
    
         
             
                    return self._CurrentNum
         
     | 
| 
         @@ -8106,7 +8019,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8106 
8019 
     | 
    
         
             
                @property
         
     | 
| 
       8107 
8020 
     | 
    
         
             
                def CreateTime(self):
         
     | 
| 
       8108 
8021 
     | 
    
         
             
                    """创建时间
         
     | 
| 
       8109 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8110 
8022 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8111 
8023 
     | 
    
         
             
                    """
         
     | 
| 
       8112 
8024 
     | 
    
         
             
                    return self._CreateTime
         
     | 
| 
         @@ -8154,7 +8066,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8154 
8066 
     | 
    
         
             
                @property
         
     | 
| 
       8155 
8067 
     | 
    
         
             
                def ClusterId(self):
         
     | 
| 
       8156 
8068 
     | 
    
         
             
                    """集群ID
         
     | 
| 
       8157 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8158 
8069 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8159 
8070 
     | 
    
         
             
                    """
         
     | 
| 
       8160 
8071 
     | 
    
         
             
                    return self._ClusterId
         
     | 
| 
         @@ -8166,7 +8077,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8166 
8077 
     | 
    
         
             
                @property
         
     | 
| 
       8167 
8078 
     | 
    
         
             
                def ClusterName(self):
         
     | 
| 
       8168 
8079 
     | 
    
         
             
                    """集群名称
         
     | 
| 
       8169 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8170 
8080 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8171 
8081 
     | 
    
         
             
                    """
         
     | 
| 
       8172 
8082 
     | 
    
         
             
                    return self._ClusterName
         
     | 
| 
         @@ -8178,7 +8088,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8178 
8088 
     | 
    
         
             
                @property
         
     | 
| 
       8179 
8089 
     | 
    
         
             
                def NamespaceId(self):
         
     | 
| 
       8180 
8090 
     | 
    
         
             
                    """命名空间ID
         
     | 
| 
       8181 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8182 
8091 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8183 
8092 
     | 
    
         
             
                    """
         
     | 
| 
       8184 
8093 
     | 
    
         
             
                    return self._NamespaceId
         
     | 
| 
         @@ -8190,7 +8099,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8190 
8099 
     | 
    
         
             
                @property
         
     | 
| 
       8191 
8100 
     | 
    
         
             
                def NamespaceName(self):
         
     | 
| 
       8192 
8101 
     | 
    
         
             
                    """命名空间名称
         
     | 
| 
       8193 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8194 
8102 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8195 
8103 
     | 
    
         
             
                    """
         
     | 
| 
       8196 
8104 
     | 
    
         
             
                    return self._NamespaceName
         
     | 
| 
         @@ -8202,7 +8110,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8202 
8110 
     | 
    
         
             
                @property
         
     | 
| 
       8203 
8111 
     | 
    
         
             
                def ApplicationId(self):
         
     | 
| 
       8204 
8112 
     | 
    
         
             
                    """应用ID
         
     | 
| 
       8205 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8206 
8113 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8207 
8114 
     | 
    
         
             
                    """
         
     | 
| 
       8208 
8115 
     | 
    
         
             
                    return self._ApplicationId
         
     | 
| 
         @@ -8214,7 +8121,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8214 
8121 
     | 
    
         
             
                @property
         
     | 
| 
       8215 
8122 
     | 
    
         
             
                def LbIp(self):
         
     | 
| 
       8216 
8123 
     | 
    
         
             
                    """负载均衡ip
         
     | 
| 
       8217 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8218 
8124 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8219 
8125 
     | 
    
         
             
                    """
         
     | 
| 
       8220 
8126 
     | 
    
         
             
                    return self._LbIp
         
     | 
| 
         @@ -8226,7 +8132,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8226 
8132 
     | 
    
         
             
                @property
         
     | 
| 
       8227 
8133 
     | 
    
         
             
                def ApplicationType(self):
         
     | 
| 
       8228 
8134 
     | 
    
         
             
                    """应用类型
         
     | 
| 
       8229 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8230 
8135 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8231 
8136 
     | 
    
         
             
                    """
         
     | 
| 
       8232 
8137 
     | 
    
         
             
                    return self._ApplicationType
         
     | 
| 
         @@ -8238,7 +8143,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8238 
8143 
     | 
    
         
             
                @property
         
     | 
| 
       8239 
8144 
     | 
    
         
             
                def ClusterIp(self):
         
     | 
| 
       8240 
8145 
     | 
    
         
             
                    """Service ip
         
     | 
| 
       8241 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8242 
8146 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8243 
8147 
     | 
    
         
             
                    """
         
     | 
| 
       8244 
8148 
     | 
    
         
             
                    return self._ClusterIp
         
     | 
| 
         @@ -8298,7 +8202,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8298 
8202 
     | 
    
         
             
                @property
         
     | 
| 
       8299 
8203 
     | 
    
         
             
                def UpdateType(self):
         
     | 
| 
       8300 
8204 
     | 
    
         
             
                    """更新方式:0:快速更新 1:滚动更新
         
     | 
| 
       8301 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8302 
8205 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       8303 
8206 
     | 
    
         
             
                    """
         
     | 
| 
       8304 
8207 
     | 
    
         
             
                    return self._UpdateType
         
     | 
| 
         @@ -8322,7 +8225,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8322 
8225 
     | 
    
         
             
                @property
         
     | 
| 
       8323 
8226 
     | 
    
         
             
                def ProtocolPorts(self):
         
     | 
| 
       8324 
8227 
     | 
    
         
             
                    """端口数组对象
         
     | 
| 
       8325 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8326 
8228 
     | 
    
         
             
                    :rtype: list of ProtocolPort
         
     | 
| 
       8327 
8229 
     | 
    
         
             
                    """
         
     | 
| 
       8328 
8230 
     | 
    
         
             
                    return self._ProtocolPorts
         
     | 
| 
         @@ -8334,7 +8236,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8334 
8236 
     | 
    
         
             
                @property
         
     | 
| 
       8335 
8237 
     | 
    
         
             
                def Envs(self):
         
     | 
| 
       8336 
8238 
     | 
    
         
             
                    """环境变量数组对象
         
     | 
| 
       8337 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8338 
8239 
     | 
    
         
             
                    :rtype: list of Env
         
     | 
| 
       8339 
8240 
     | 
    
         
             
                    """
         
     | 
| 
       8340 
8241 
     | 
    
         
             
                    return self._Envs
         
     | 
| 
         @@ -8346,7 +8247,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8346 
8247 
     | 
    
         
             
                @property
         
     | 
| 
       8347 
8248 
     | 
    
         
             
                def ApplicationName(self):
         
     | 
| 
       8348 
8249 
     | 
    
         
             
                    """应用名称
         
     | 
| 
       8349 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8350 
8250 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8351 
8251 
     | 
    
         
             
                    """
         
     | 
| 
       8352 
8252 
     | 
    
         
             
                    return self._ApplicationName
         
     | 
| 
         @@ -8370,7 +8270,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8370 
8270 
     | 
    
         
             
                @property
         
     | 
| 
       8371 
8271 
     | 
    
         
             
                def Status(self):
         
     | 
| 
       8372 
8272 
     | 
    
         
             
                    """部署组状态
         
     | 
| 
       8373 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8374 
8273 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8375 
8274 
     | 
    
         
             
                    """
         
     | 
| 
       8376 
8275 
     | 
    
         
             
                    return self._Status
         
     | 
| 
         @@ -8382,7 +8281,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8382 
8281 
     | 
    
         
             
                @property
         
     | 
| 
       8383 
8282 
     | 
    
         
             
                def MicroserviceType(self):
         
     | 
| 
       8384 
8283 
     | 
    
         
             
                    """服务类型
         
     | 
| 
       8385 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8386 
8284 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8387 
8285 
     | 
    
         
             
                    """
         
     | 
| 
       8388 
8286 
     | 
    
         
             
                    return self._MicroserviceType
         
     | 
| 
         @@ -8430,7 +8328,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8430 
8328 
     | 
    
         
             
                @property
         
     | 
| 
       8431 
8329 
     | 
    
         
             
                def GroupResourceType(self):
         
     | 
| 
       8432 
8330 
     | 
    
         
             
                    """部署组资源类型
         
     | 
| 
       8433 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8434 
8331 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       8435 
8332 
     | 
    
         
             
                    """
         
     | 
| 
       8436 
8333 
     | 
    
         
             
                    return self._GroupResourceType
         
     | 
| 
         @@ -8442,7 +8339,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8442 
8339 
     | 
    
         
             
                @property
         
     | 
| 
       8443 
8340 
     | 
    
         
             
                def InstanceCount(self):
         
     | 
| 
       8444 
8341 
     | 
    
         
             
                    """部署组实例个数
         
     | 
| 
       8445 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8446 
8342 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       8447 
8343 
     | 
    
         
             
                    """
         
     | 
| 
       8448 
8344 
     | 
    
         
             
                    return self._InstanceCount
         
     | 
| 
         @@ -8454,7 +8350,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8454 
8350 
     | 
    
         
             
                @property
         
     | 
| 
       8455 
8351 
     | 
    
         
             
                def UpdatedTime(self):
         
     | 
| 
       8456 
8352 
     | 
    
         
             
                    """部署组更新时间戳
         
     | 
| 
       8457 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8458 
8353 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       8459 
8354 
     | 
    
         
             
                    """
         
     | 
| 
       8460 
8355 
     | 
    
         
             
                    return self._UpdatedTime
         
     | 
| 
         @@ -8502,7 +8397,6 @@ class ContainerGroupDetail(AbstractModel): 
     | 
|
| 
       8502 
8397 
     | 
    
         
             
                @property
         
     | 
| 
       8503 
8398 
     | 
    
         
             
                def AllowPlainYamlDeploy(self):
         
     | 
| 
       8504 
8399 
     | 
    
         
             
                    """允许PlainYamlDeploy
         
     | 
| 
       8505 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8506 
8400 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       8507 
8401 
     | 
    
         
             
                    """
         
     | 
| 
       8508 
8402 
     | 
    
         
             
                    return self._AllowPlainYamlDeploy
         
     | 
| 
         @@ -8645,7 +8539,6 @@ class ContainerGroupOther(AbstractModel): 
     | 
|
| 
       8645 
8539 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8646 
8540 
     | 
    
         
             
                    :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
         
     | 
| 
       8647 
8541 
     | 
    
         
             
                    :param _IsNotEqualServiceConfig: 服务配置信息是否匹配
         
     | 
| 
       8648 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8649 
8542 
     | 
    
         
             
                    :type IsNotEqualServiceConfig: bool
         
     | 
| 
       8650 
8543 
     | 
    
         
             
                    """
         
     | 
| 
       8651 
8544 
     | 
    
         
             
                    self._InstanceNum = None
         
     | 
| 
         @@ -8788,7 +8681,6 @@ class ContainerGroupOther(AbstractModel): 
     | 
|
| 
       8788 
8681 
     | 
    
         
             
                @property
         
     | 
| 
       8789 
8682 
     | 
    
         
             
                def IsNotEqualServiceConfig(self):
         
     | 
| 
       8790 
8683 
     | 
    
         
             
                    """服务配置信息是否匹配
         
     | 
| 
       8791 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       8792 
8684 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       8793 
8685 
     | 
    
         
             
                    """
         
     | 
| 
       8794 
8686 
     | 
    
         
             
                    return self._IsNotEqualServiceConfig
         
     | 
| 
         @@ -9487,7 +9379,6 @@ class CreateApiGroupResponse(AbstractModel): 
     | 
|
| 
       9487 
9379 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       9488 
9380 
     | 
    
         
             
                    r"""
         
     | 
| 
       9489 
9381 
     | 
    
         
             
                    :param _Result: API分组ID
         
     | 
| 
       9490 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9491 
9382 
     | 
    
         
             
                    :type Result: str
         
     | 
| 
       9492 
9383 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       9493 
9384 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -9498,7 +9389,6 @@ class CreateApiGroupResponse(AbstractModel): 
     | 
|
| 
       9498 
9389 
     | 
    
         
             
                @property
         
     | 
| 
       9499 
9390 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       9500 
9391 
     | 
    
         
             
                    """API分组ID
         
     | 
| 
       9501 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9502 
9392 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       9503 
9393 
     | 
    
         
             
                    """
         
     | 
| 
       9504 
9394 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -9707,7 +9597,6 @@ class CreateApiRateLimitRuleWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       9707 
9597 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       9708 
9598 
     | 
    
         
             
                    r"""
         
     | 
| 
       9709 
9599 
     | 
    
         
             
                    :param _Result: 创建的规则 ID
         
     | 
| 
       9710 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9711 
9600 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.ApiRateLimitRule`
         
     | 
| 
       9712 
9601 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       9713 
9602 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -9718,7 +9607,6 @@ class CreateApiRateLimitRuleWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       9718 
9607 
     | 
    
         
             
                @property
         
     | 
| 
       9719 
9608 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       9720 
9609 
     | 
    
         
             
                    """创建的规则 ID
         
     | 
| 
       9721 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9722 
9610 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.ApiRateLimitRule`
         
     | 
| 
       9723 
9611 
     | 
    
         
             
                    """
         
     | 
| 
       9724 
9612 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -10525,7 +10413,6 @@ class CreateConfigResponse(AbstractModel): 
     | 
|
| 
       10525 
10413 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       10526 
10414 
     | 
    
         
             
                    r"""
         
     | 
| 
       10527 
10415 
     | 
    
         
             
                    :param _Result: true:创建成功;false:创建失败
         
     | 
| 
       10528 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       10529 
10416 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       10530 
10417 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       10531 
10418 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -10536,7 +10423,6 @@ class CreateConfigResponse(AbstractModel): 
     | 
|
| 
       10536 
10423 
     | 
    
         
             
                @property
         
     | 
| 
       10537 
10424 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       10538 
10425 
     | 
    
         
             
                    """true:创建成功;false:创建失败
         
     | 
| 
       10539 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       10540 
10426 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       10541 
10427 
     | 
    
         
             
                    """
         
     | 
| 
       10542 
10428 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -10805,7 +10691,6 @@ class CreateConfigTemplateWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       10805 
10691 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       10806 
10692 
     | 
    
         
             
                    r"""
         
     | 
| 
       10807 
10693 
     | 
    
         
             
                    :param _Result: 创建成功,返回 ID
         
     | 
| 
       10808 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       10809 
10694 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
         
     | 
| 
       10810 
10695 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       10811 
10696 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -10816,7 +10701,6 @@ class CreateConfigTemplateWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       10816 
10701 
     | 
    
         
             
                @property
         
     | 
| 
       10817 
10702 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       10818 
10703 
     | 
    
         
             
                    """创建成功,返回 ID
         
     | 
| 
       10819 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       10820 
10704 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
         
     | 
| 
       10821 
10705 
     | 
    
         
             
                    """
         
     | 
| 
       10822 
10706 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -10993,7 +10877,6 @@ class CreateConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       10993 
10877 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       10994 
10878 
     | 
    
         
             
                    r"""
         
     | 
| 
       10995 
10879 
     | 
    
         
             
                    :param _Result: 配置项
         
     | 
| 
       10996 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       10997 
10880 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.Config`
         
     | 
| 
       10998 
10881 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       10999 
10882 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -11004,7 +10887,6 @@ class CreateConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       11004 
10887 
     | 
    
         
             
                @property
         
     | 
| 
       11005 
10888 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       11006 
10889 
     | 
    
         
             
                    """配置项
         
     | 
| 
       11007 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       11008 
10890 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.Config`
         
     | 
| 
       11009 
10891 
     | 
    
         
             
                    """
         
     | 
| 
       11010 
10892 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -11659,7 +11541,6 @@ class CreateFileConfigResponse(AbstractModel): 
     | 
|
| 
       11659 
11541 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       11660 
11542 
     | 
    
         
             
                    r"""
         
     | 
| 
       11661 
11543 
     | 
    
         
             
                    :param _Result: true:创建成功;false:创建失败
         
     | 
| 
       11662 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       11663 
11544 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       11664 
11545 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       11665 
11546 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -11670,7 +11551,6 @@ class CreateFileConfigResponse(AbstractModel): 
     | 
|
| 
       11670 
11551 
     | 
    
         
             
                @property
         
     | 
| 
       11671 
11552 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       11672 
11553 
     | 
    
         
             
                    """true:创建成功;false:创建失败
         
     | 
| 
       11673 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       11674 
11554 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       11675 
11555 
     | 
    
         
             
                    """
         
     | 
| 
       11676 
11556 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -11890,7 +11770,6 @@ class CreateFileConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       11890 
11770 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       11891 
11771 
     | 
    
         
             
                    r"""
         
     | 
| 
       11892 
11772 
     | 
    
         
             
                    :param _Result: 文件配置项
         
     | 
| 
       11893 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       11894 
11773 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.FileConfig`
         
     | 
| 
       11895 
11774 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       11896 
11775 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -11901,7 +11780,6 @@ class CreateFileConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       11901 
11780 
     | 
    
         
             
                @property
         
     | 
| 
       11902 
11781 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       11903 
11782 
     | 
    
         
             
                    """文件配置项
         
     | 
| 
       11904 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       11905 
11783 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.FileConfig`
         
     | 
| 
       11906 
11784 
     | 
    
         
             
                    """
         
     | 
| 
       11907 
11785 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -12326,7 +12204,6 @@ class CreateLaneResponse(AbstractModel): 
     | 
|
| 
       12326 
12204 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       12327 
12205 
     | 
    
         
             
                    r"""
         
     | 
| 
       12328 
12206 
     | 
    
         
             
                    :param _Result: 泳道ID
         
     | 
| 
       12329 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       12330 
12207 
     | 
    
         
             
                    :type Result: str
         
     | 
| 
       12331 
12208 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       12332 
12209 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -12337,7 +12214,6 @@ class CreateLaneResponse(AbstractModel): 
     | 
|
| 
       12337 
12214 
     | 
    
         
             
                @property
         
     | 
| 
       12338 
12215 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       12339 
12216 
     | 
    
         
             
                    """泳道ID
         
     | 
| 
       12340 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       12341 
12217 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       12342 
12218 
     | 
    
         
             
                    """
         
     | 
| 
       12343 
12219 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -12487,7 +12363,6 @@ class CreateLaneRuleResponse(AbstractModel): 
     | 
|
| 
       12487 
12363 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       12488 
12364 
     | 
    
         
             
                    r"""
         
     | 
| 
       12489 
12365 
     | 
    
         
             
                    :param _Result: 泳道规则Id
         
     | 
| 
       12490 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       12491 
12366 
     | 
    
         
             
                    :type Result: str
         
     | 
| 
       12492 
12367 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       12493 
12368 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -12498,7 +12373,6 @@ class CreateLaneRuleResponse(AbstractModel): 
     | 
|
| 
       12498 
12373 
     | 
    
         
             
                @property
         
     | 
| 
       12499 
12374 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       12500 
12375 
     | 
    
         
             
                    """泳道规则Id
         
     | 
| 
       12501 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       12502 
12376 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       12503 
12377 
     | 
    
         
             
                    """
         
     | 
| 
       12504 
12378 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -13075,7 +12949,6 @@ class CreatePathRewritesWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       13075 
12949 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       13076 
12950 
     | 
    
         
             
                    r"""
         
     | 
| 
       13077 
12951 
     | 
    
         
             
                    :param _Result: 返回路径重写规则 ID
         
     | 
| 
       13078 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       13079 
12952 
     | 
    
         
             
                    :type Result: list of str
         
     | 
| 
       13080 
12953 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       13081 
12954 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -13086,7 +12959,6 @@ class CreatePathRewritesWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       13086 
12959 
     | 
    
         
             
                @property
         
     | 
| 
       13087 
12960 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       13088 
12961 
     | 
    
         
             
                    """返回路径重写规则 ID
         
     | 
| 
       13089 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       13090 
12962 
     | 
    
         
             
                    :rtype: list of str
         
     | 
| 
       13091 
12963 
     | 
    
         
             
                    """
         
     | 
| 
       13092 
12964 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -13360,7 +13232,6 @@ class CreatePublicConfigResponse(AbstractModel): 
     | 
|
| 
       13360 
13232 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       13361 
13233 
     | 
    
         
             
                    r"""
         
     | 
| 
       13362 
13234 
     | 
    
         
             
                    :param _Result: true:创建成功;false:创建失败
         
     | 
| 
       13363 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       13364 
13235 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       13365 
13236 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       13366 
13237 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -13371,7 +13242,6 @@ class CreatePublicConfigResponse(AbstractModel): 
     | 
|
| 
       13371 
13242 
     | 
    
         
             
                @property
         
     | 
| 
       13372 
13243 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       13373 
13244 
     | 
    
         
             
                    """true:创建成功;false:创建失败
         
     | 
| 
       13374 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       13375 
13245 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       13376 
13246 
     | 
    
         
             
                    """
         
     | 
| 
       13377 
13247 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -13531,7 +13401,6 @@ class CreatePublicConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       13531 
13401 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       13532 
13402 
     | 
    
         
             
                    r"""
         
     | 
| 
       13533 
13403 
     | 
    
         
             
                    :param _Result: 公共配置项 ID
         
     | 
| 
       13534 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       13535 
13404 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.Config`
         
     | 
| 
       13536 
13405 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       13537 
13406 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -13542,7 +13411,6 @@ class CreatePublicConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       13542 
13411 
     | 
    
         
             
                @property
         
     | 
| 
       13543 
13412 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       13544 
13413 
     | 
    
         
             
                    """公共配置项 ID
         
     | 
| 
       13545 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       13546 
13414 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.Config`
         
     | 
| 
       13547 
13415 
     | 
    
         
             
                    """
         
     | 
| 
       13548 
13416 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -14247,7 +14115,6 @@ class CreateUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       14247 
14115 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       14248 
14116 
     | 
    
         
             
                    r"""
         
     | 
| 
       14249 
14117 
     | 
    
         
             
                    :param _Result: 是否成功
         
     | 
| 
       14250 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14251 
14118 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       14252 
14119 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       14253 
14120 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -14258,7 +14125,6 @@ class CreateUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       14258 
14125 
     | 
    
         
             
                @property
         
     | 
| 
       14259 
14126 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       14260 
14127 
     | 
    
         
             
                    """是否成功
         
     | 
| 
       14261 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14262 
14128 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       14263 
14129 
     | 
    
         
             
                    """
         
     | 
| 
       14264 
14130 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -14377,8 +14243,7 @@ class CreateUnitRuleResponse(AbstractModel): 
     | 
|
| 
       14377 
14243 
     | 
    
         | 
| 
       14378 
14244 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       14379 
14245 
     | 
    
         
             
                    r"""
         
     | 
| 
       14380 
     | 
    
         
            -
                    :param _Result:  
     | 
| 
       14381 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 14246 
     | 
    
         
            +
                    :param _Result: 是否成功,成功:true,失败:false。;
         
     | 
| 
       14382 
14247 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       14383 
14248 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       14384 
14249 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -14388,8 +14253,7 @@ class CreateUnitRuleResponse(AbstractModel): 
     | 
|
| 
       14388 
14253 
     | 
    
         | 
| 
       14389 
14254 
     | 
    
         
             
                @property
         
     | 
| 
       14390 
14255 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       14391 
     | 
    
         
            -
                    """ 
     | 
| 
       14392 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 14256 
     | 
    
         
            +
                    """是否成功,成功:true,失败:false。;
         
     | 
| 
       14393 
14257 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       14394 
14258 
     | 
    
         
             
                    """
         
     | 
| 
       14395 
14259 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -14509,7 +14373,6 @@ class CreateUnitRuleWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       14509 
14373 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       14510 
14374 
     | 
    
         
             
                    r"""
         
     | 
| 
       14511 
14375 
     | 
    
         
             
                    :param _Result: 单元化规则信息
         
     | 
| 
       14512 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14513 
14376 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
         
     | 
| 
       14514 
14377 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       14515 
14378 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -14520,7 +14383,6 @@ class CreateUnitRuleWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       14520 
14383 
     | 
    
         
             
                @property
         
     | 
| 
       14521 
14384 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       14522 
14385 
     | 
    
         
             
                    """单元化规则信息
         
     | 
| 
       14523 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14524 
14386 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
         
     | 
| 
       14525 
14387 
     | 
    
         
             
                    """
         
     | 
| 
       14526 
14388 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -14622,10 +14484,8 @@ class CustomPodSchedule(AbstractModel): 
     | 
|
| 
       14622 
14484 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       14623 
14485 
     | 
    
         
             
                    r"""
         
     | 
| 
       14624 
14486 
     | 
    
         
             
                    :param _ForceSchedule: -
         
     | 
| 
       14625 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14626 
14487 
     | 
    
         
             
                    :type ForceSchedule: :class:`tencentcloud.tsf.v20180326.models.ForceSchedule`
         
     | 
| 
       14627 
14488 
     | 
    
         
             
                    :param _TrySchedule: -
         
     | 
| 
       14628 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14629 
14489 
     | 
    
         
             
                    :type TrySchedule: :class:`tencentcloud.tsf.v20180326.models.TrySchedule`
         
     | 
| 
       14630 
14490 
     | 
    
         
             
                    """
         
     | 
| 
       14631 
14491 
     | 
    
         
             
                    self._ForceSchedule = None
         
     | 
| 
         @@ -14634,7 +14494,6 @@ class CustomPodSchedule(AbstractModel): 
     | 
|
| 
       14634 
14494 
     | 
    
         
             
                @property
         
     | 
| 
       14635 
14495 
     | 
    
         
             
                def ForceSchedule(self):
         
     | 
| 
       14636 
14496 
     | 
    
         
             
                    """-
         
     | 
| 
       14637 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14638 
14497 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.ForceSchedule`
         
     | 
| 
       14639 
14498 
     | 
    
         
             
                    """
         
     | 
| 
       14640 
14499 
     | 
    
         
             
                    return self._ForceSchedule
         
     | 
| 
         @@ -14646,7 +14505,6 @@ class CustomPodSchedule(AbstractModel): 
     | 
|
| 
       14646 
14505 
     | 
    
         
             
                @property
         
     | 
| 
       14647 
14506 
     | 
    
         
             
                def TrySchedule(self):
         
     | 
| 
       14648 
14507 
     | 
    
         
             
                    """-
         
     | 
| 
       14649 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14650 
14508 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TrySchedule`
         
     | 
| 
       14651 
14509 
     | 
    
         
             
                    """
         
     | 
| 
       14652 
14510 
     | 
    
         
             
                    return self._TrySchedule
         
     | 
| 
         @@ -14988,7 +14846,6 @@ class DeleteApplicationResponse(AbstractModel): 
     | 
|
| 
       14988 
14846 
     | 
    
         
             
                    :param _Result: 删除应用操作是否成功。
         
     | 
| 
       14989 
14847 
     | 
    
         
             
            true:操作成功。
         
     | 
| 
       14990 
14848 
     | 
    
         
             
            false:操作失败。
         
     | 
| 
       14991 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       14992 
14849 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       14993 
14850 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       14994 
14851 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -15001,7 +14858,6 @@ false:操作失败。 
     | 
|
| 
       15001 
14858 
     | 
    
         
             
                    """删除应用操作是否成功。
         
     | 
| 
       15002 
14859 
     | 
    
         
             
            true:操作成功。
         
     | 
| 
       15003 
14860 
     | 
    
         
             
            false:操作失败。
         
     | 
| 
       15004 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       15005 
14861 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       15006 
14862 
     | 
    
         
             
                    """
         
     | 
| 
       15007 
14863 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -15410,7 +15266,6 @@ class DeleteFileConfigResponse(AbstractModel): 
     | 
|
| 
       15410 
15266 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       15411 
15267 
     | 
    
         
             
                    r"""
         
     | 
| 
       15412 
15268 
     | 
    
         
             
                    :param _Result: 删除结果
         
     | 
| 
       15413 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       15414 
15269 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       15415 
15270 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       15416 
15271 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -15421,7 +15276,6 @@ class DeleteFileConfigResponse(AbstractModel): 
     | 
|
| 
       15421 
15276 
     | 
    
         
             
                @property
         
     | 
| 
       15422 
15277 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       15423 
15278 
     | 
    
         
             
                    """删除结果
         
     | 
| 
       15424 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       15425 
15279 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       15426 
15280 
     | 
    
         
             
                    """
         
     | 
| 
       15427 
15281 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -15901,7 +15755,6 @@ class DeleteLaneRuleResponse(AbstractModel): 
     | 
|
| 
       15901 
15755 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       15902 
15756 
     | 
    
         
             
                    r"""
         
     | 
| 
       15903 
15757 
     | 
    
         
             
                    :param _Result: 操作状态
         
     | 
| 
       15904 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       15905 
15758 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       15906 
15759 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       15907 
15760 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -15912,7 +15765,6 @@ class DeleteLaneRuleResponse(AbstractModel): 
     | 
|
| 
       15912 
15765 
     | 
    
         
             
                @property
         
     | 
| 
       15913 
15766 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       15914 
15767 
     | 
    
         
             
                    """操作状态
         
     | 
| 
       15915 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       15916 
15768 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       15917 
15769 
     | 
    
         
             
                    """
         
     | 
| 
       15918 
15770 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -16351,7 +16203,6 @@ class DeletePublicConfigResponse(AbstractModel): 
     | 
|
| 
       16351 
16203 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       16352 
16204 
     | 
    
         
             
                    r"""
         
     | 
| 
       16353 
16205 
     | 
    
         
             
                    :param _Result: true:删除成功;false:删除失败
         
     | 
| 
       16354 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16355 
16206 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       16356 
16207 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       16357 
16208 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -16362,7 +16213,6 @@ class DeletePublicConfigResponse(AbstractModel): 
     | 
|
| 
       16362 
16213 
     | 
    
         
             
                @property
         
     | 
| 
       16363 
16214 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       16364 
16215 
     | 
    
         
             
                    """true:删除成功;false:删除失败
         
     | 
| 
       16365 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16366 
16216 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       16367 
16217 
     | 
    
         
             
                    """
         
     | 
| 
       16368 
16218 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -16684,7 +16534,6 @@ class DeleteUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       16684 
16534 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       16685 
16535 
     | 
    
         
             
                    r"""
         
     | 
| 
       16686 
16536 
     | 
    
         
             
                    :param _Result: 是否成功
         
     | 
| 
       16687 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16688 
16537 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       16689 
16538 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       16690 
16539 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -16695,7 +16544,6 @@ class DeleteUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       16695 
16544 
     | 
    
         
             
                @property
         
     | 
| 
       16696 
16545 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       16697 
16546 
     | 
    
         
             
                    """是否成功
         
     | 
| 
       16698 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16699 
16547 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       16700 
16548 
     | 
    
         
             
                    """
         
     | 
| 
       16701 
16549 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -16765,7 +16613,6 @@ class DeleteUnitRuleResponse(AbstractModel): 
     | 
|
| 
       16765 
16613 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       16766 
16614 
     | 
    
         
             
                    r"""
         
     | 
| 
       16767 
16615 
     | 
    
         
             
                    :param _Result: 是否成功
         
     | 
| 
       16768 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16769 
16616 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       16770 
16617 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       16771 
16618 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -16776,7 +16623,6 @@ class DeleteUnitRuleResponse(AbstractModel): 
     | 
|
| 
       16776 
16623 
     | 
    
         
             
                @property
         
     | 
| 
       16777 
16624 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       16778 
16625 
     | 
    
         
             
                    """是否成功
         
     | 
| 
       16779 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16780 
16626 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       16781 
16627 
     | 
    
         
             
                    """
         
     | 
| 
       16782 
16628 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -17869,7 +17715,6 @@ class DeployContainerGroupResponse(AbstractModel): 
     | 
|
| 
       17869 
17715 
     | 
    
         
             
                    :param _Result: 部署容器应用是否成功。
         
     | 
| 
       17870 
17716 
     | 
    
         
             
            true:成功。
         
     | 
| 
       17871 
17717 
     | 
    
         
             
            false:失败。
         
     | 
| 
       17872 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17873 
17718 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       17874 
17719 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       17875 
17720 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -17882,7 +17727,6 @@ false:失败。 
     | 
|
| 
       17882 
17727 
     | 
    
         
             
                    """部署容器应用是否成功。
         
     | 
| 
       17883 
17728 
     | 
    
         
             
            true:成功。
         
     | 
| 
       17884 
17729 
     | 
    
         
             
            false:失败。
         
     | 
| 
       17885 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17886 
17730 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       17887 
17731 
     | 
    
         
             
                    """
         
     | 
| 
       17888 
17732 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -18470,7 +18314,6 @@ class DescribeApiGroupResponse(AbstractModel): 
     | 
|
| 
       18470 
18314 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       18471 
18315 
     | 
    
         
             
                    r"""
         
     | 
| 
       18472 
18316 
     | 
    
         
             
                    :param _Result: API分组信息
         
     | 
| 
       18473 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       18474 
18317 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.ApiGroupInfo`
         
     | 
| 
       18475 
18318 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       18476 
18319 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -18481,7 +18324,6 @@ class DescribeApiGroupResponse(AbstractModel): 
     | 
|
| 
       18481 
18324 
     | 
    
         
             
                @property
         
     | 
| 
       18482 
18325 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       18483 
18326 
     | 
    
         
             
                    """API分组信息
         
     | 
| 
       18484 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       18485 
18327 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.ApiGroupInfo`
         
     | 
| 
       18486 
18328 
     | 
    
         
             
                    """
         
     | 
| 
       18487 
18329 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -18673,7 +18515,6 @@ class DescribeApiGroupsResponse(AbstractModel): 
     | 
|
| 
       18673 
18515 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       18674 
18516 
     | 
    
         
             
                    r"""
         
     | 
| 
       18675 
18517 
     | 
    
         
             
                    :param _Result: 翻页结构体
         
     | 
| 
       18676 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       18677 
18518 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageApiGroupInfo`
         
     | 
| 
       18678 
18519 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       18679 
18520 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -18684,7 +18525,6 @@ class DescribeApiGroupsResponse(AbstractModel): 
     | 
|
| 
       18684 
18525 
     | 
    
         
             
                @property
         
     | 
| 
       18685 
18526 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       18686 
18527 
     | 
    
         
             
                    """翻页结构体
         
     | 
| 
       18687 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       18688 
18528 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageApiGroupInfo`
         
     | 
| 
       18689 
18529 
     | 
    
         
             
                    """
         
     | 
| 
       18690 
18530 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -19460,7 +19300,6 @@ class DescribeBasicResourceUsageResponse(AbstractModel): 
     | 
|
| 
       19460 
19300 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       19461 
19301 
     | 
    
         
             
                    r"""
         
     | 
| 
       19462 
19302 
     | 
    
         
             
                    :param _Result: TSF基本资源信息
         
     | 
| 
       19463 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       19464 
19303 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.OverviewBasicResourceUsage`
         
     | 
| 
       19465 
19304 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       19466 
19305 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -19471,7 +19310,6 @@ class DescribeBasicResourceUsageResponse(AbstractModel): 
     | 
|
| 
       19471 
19310 
     | 
    
         
             
                @property
         
     | 
| 
       19472 
19311 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       19473 
19312 
     | 
    
         
             
                    """TSF基本资源信息
         
     | 
| 
       19474 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       19475 
19313 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.OverviewBasicResourceUsage`
         
     | 
| 
       19476 
19314 
     | 
    
         
             
                    """
         
     | 
| 
       19477 
19315 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -19684,7 +19522,6 @@ class DescribeBusinessLogConfigsResponse(AbstractModel): 
     | 
|
| 
       19684 
19522 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       19685 
19523 
     | 
    
         
             
                    r"""
         
     | 
| 
       19686 
19524 
     | 
    
         
             
                    :param _Result: 业务日志配置列表
         
     | 
| 
       19687 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       19688 
19525 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
         
     | 
| 
       19689 
19526 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       19690 
19527 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -19695,7 +19532,6 @@ class DescribeBusinessLogConfigsResponse(AbstractModel): 
     | 
|
| 
       19695 
19532 
     | 
    
         
             
                @property
         
     | 
| 
       19696 
19533 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       19697 
19534 
     | 
    
         
             
                    """业务日志配置列表
         
     | 
| 
       19698 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       19699 
19535 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
         
     | 
| 
       19700 
19536 
     | 
    
         
             
                    """
         
     | 
| 
       19701 
19537 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -20169,7 +20005,6 @@ class DescribeConfigReleaseLogsResponse(AbstractModel): 
     | 
|
| 
       20169 
20005 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       20170 
20006 
     | 
    
         
             
                    r"""
         
     | 
| 
       20171 
20007 
     | 
    
         
             
                    :param _Result: 分页的配置项发布历史列表
         
     | 
| 
       20172 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20173 
20008 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
         
     | 
| 
       20174 
20009 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       20175 
20010 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -20180,7 +20015,6 @@ class DescribeConfigReleaseLogsResponse(AbstractModel): 
     | 
|
| 
       20180 
20015 
     | 
    
         
             
                @property
         
     | 
| 
       20181 
20016 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       20182 
20017 
     | 
    
         
             
                    """分页的配置项发布历史列表
         
     | 
| 
       20183 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20184 
20018 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
         
     | 
| 
       20185 
20019 
     | 
    
         
             
                    """
         
     | 
| 
       20186 
20020 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -20357,7 +20191,6 @@ class DescribeConfigReleasesResponse(AbstractModel): 
     | 
|
| 
       20357 
20191 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       20358 
20192 
     | 
    
         
             
                    r"""
         
     | 
| 
       20359 
20193 
     | 
    
         
             
                    :param _Result: 分页的配置发布信息
         
     | 
| 
       20360 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20361 
20194 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
         
     | 
| 
       20362 
20195 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       20363 
20196 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -20368,7 +20201,6 @@ class DescribeConfigReleasesResponse(AbstractModel): 
     | 
|
| 
       20368 
20201 
     | 
    
         
             
                @property
         
     | 
| 
       20369 
20202 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       20370 
20203 
     | 
    
         
             
                    """分页的配置发布信息
         
     | 
| 
       20371 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20372 
20204 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
         
     | 
| 
       20373 
20205 
     | 
    
         
             
                    """
         
     | 
| 
       20374 
20206 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -20724,7 +20556,6 @@ class DescribeConfigTemplateResponse(AbstractModel): 
     | 
|
| 
       20724 
20556 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       20725 
20557 
     | 
    
         
             
                    r"""
         
     | 
| 
       20726 
20558 
     | 
    
         
             
                    :param _Result: 导入结果
         
     | 
| 
       20727 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20728 
20559 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
         
     | 
| 
       20729 
20560 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       20730 
20561 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -20735,7 +20566,6 @@ class DescribeConfigTemplateResponse(AbstractModel): 
     | 
|
| 
       20735 
20566 
     | 
    
         
             
                @property
         
     | 
| 
       20736 
20567 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       20737 
20568 
     | 
    
         
             
                    """导入结果
         
     | 
| 
       20738 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20739 
20569 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
         
     | 
| 
       20740 
20570 
     | 
    
         
             
                    """
         
     | 
| 
       20741 
20571 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -20897,7 +20727,6 @@ class DescribeConfigsResponse(AbstractModel): 
     | 
|
| 
       20897 
20727 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       20898 
20728 
     | 
    
         
             
                    r"""
         
     | 
| 
       20899 
20729 
     | 
    
         
             
                    :param _Result: 分页后的配置项列表
         
     | 
| 
       20900 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20901 
20730 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
         
     | 
| 
       20902 
20731 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       20903 
20732 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -20908,7 +20737,6 @@ class DescribeConfigsResponse(AbstractModel): 
     | 
|
| 
       20908 
20737 
     | 
    
         
             
                @property
         
     | 
| 
       20909 
20738 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       20910 
20739 
     | 
    
         
             
                    """分页后的配置项列表
         
     | 
| 
       20911 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       20912 
20740 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
         
     | 
| 
       20913 
20741 
     | 
    
         
             
                    """
         
     | 
| 
       20914 
20742 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -22133,7 +21961,6 @@ class DescribeEnabledUnitRuleResponse(AbstractModel): 
     | 
|
| 
       22133 
21961 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       22134 
21962 
     | 
    
         
             
                    r"""
         
     | 
| 
       22135 
21963 
     | 
    
         
             
                    :param _Result: 单元化规则对象
         
     | 
| 
       22136 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       22137 
21964 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
         
     | 
| 
       22138 
21965 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       22139 
21966 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -22144,7 +21971,6 @@ class DescribeEnabledUnitRuleResponse(AbstractModel): 
     | 
|
| 
       22144 
21971 
     | 
    
         
             
                @property
         
     | 
| 
       22145 
21972 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       22146 
21973 
     | 
    
         
             
                    """单元化规则对象
         
     | 
| 
       22147 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       22148 
21974 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
         
     | 
| 
       22149 
21975 
     | 
    
         
             
                    """
         
     | 
| 
       22150 
21976 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -22321,7 +22147,6 @@ class DescribeFileConfigReleasesResponse(AbstractModel): 
     | 
|
| 
       22321 
22147 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       22322 
22148 
     | 
    
         
             
                    r"""
         
     | 
| 
       22323 
22149 
     | 
    
         
             
                    :param _Result: 配置项发布信息列表
         
     | 
| 
       22324 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       22325 
22150 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfigRelease`
         
     | 
| 
       22326 
22151 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       22327 
22152 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -22332,7 +22157,6 @@ class DescribeFileConfigReleasesResponse(AbstractModel): 
     | 
|
| 
       22332 
22157 
     | 
    
         
             
                @property
         
     | 
| 
       22333 
22158 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       22334 
22159 
     | 
    
         
             
                    """配置项发布信息列表
         
     | 
| 
       22335 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       22336 
22160 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfigRelease`
         
     | 
| 
       22337 
22161 
     | 
    
         
             
                    """
         
     | 
| 
       22338 
22162 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -22494,7 +22318,6 @@ class DescribeFileConfigsResponse(AbstractModel): 
     | 
|
| 
       22494 
22318 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       22495 
22319 
     | 
    
         
             
                    r"""
         
     | 
| 
       22496 
22320 
     | 
    
         
             
                    :param _Result: 文件配置项列表
         
     | 
| 
       22497 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       22498 
22321 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfig`
         
     | 
| 
       22499 
22322 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       22500 
22323 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -22505,7 +22328,6 @@ class DescribeFileConfigsResponse(AbstractModel): 
     | 
|
| 
       22505 
22328 
     | 
    
         
             
                @property
         
     | 
| 
       22506 
22329 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       22507 
22330 
     | 
    
         
             
                    """文件配置项列表
         
     | 
| 
       22508 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       22509 
22331 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfig`
         
     | 
| 
       22510 
22332 
     | 
    
         
             
                    """
         
     | 
| 
       22511 
22333 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -23198,7 +23020,6 @@ class DescribeGroupBusinessLogConfigsResponse(AbstractModel): 
     | 
|
| 
       23198 
23020 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       23199 
23021 
     | 
    
         
             
                    r"""
         
     | 
| 
       23200 
23022 
     | 
    
         
             
                    :param _Result: 业务日志配置列表
         
     | 
| 
       23201 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       23202 
23023 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
         
     | 
| 
       23203 
23024 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       23204 
23025 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -23209,7 +23030,6 @@ class DescribeGroupBusinessLogConfigsResponse(AbstractModel): 
     | 
|
| 
       23209 
23030 
     | 
    
         
             
                @property
         
     | 
| 
       23210 
23031 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       23211 
23032 
     | 
    
         
             
                    """业务日志配置列表
         
     | 
| 
       23212 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       23213 
23033 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
         
     | 
| 
       23214 
23034 
     | 
    
         
             
                    """
         
     | 
| 
       23215 
23035 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -23563,7 +23383,6 @@ class DescribeGroupReleaseResponse(AbstractModel): 
     | 
|
| 
       23563 
23383 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       23564 
23384 
     | 
    
         
             
                    r"""
         
     | 
| 
       23565 
23385 
     | 
    
         
             
                    :param _Result: 部署组发布的相关信息
         
     | 
| 
       23566 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       23567 
23386 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.GroupRelease`
         
     | 
| 
       23568 
23387 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       23569 
23388 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -23574,7 +23393,6 @@ class DescribeGroupReleaseResponse(AbstractModel): 
     | 
|
| 
       23574 
23393 
     | 
    
         
             
                @property
         
     | 
| 
       23575 
23394 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       23576 
23395 
     | 
    
         
             
                    """部署组发布的相关信息
         
     | 
| 
       23577 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       23578 
23396 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.GroupRelease`
         
     | 
| 
       23579 
23397 
     | 
    
         
             
                    """
         
     | 
| 
       23580 
23398 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -25893,7 +25711,6 @@ class DescribeLaneRulesResponse(AbstractModel): 
     | 
|
| 
       25893 
25711 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       25894 
25712 
     | 
    
         
             
                    r"""
         
     | 
| 
       25895 
25713 
     | 
    
         
             
                    :param _Result: 泳道规则列表
         
     | 
| 
       25896 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       25897 
25714 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.LaneRules`
         
     | 
| 
       25898 
25715 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       25899 
25716 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -25904,7 +25721,6 @@ class DescribeLaneRulesResponse(AbstractModel): 
     | 
|
| 
       25904 
25721 
     | 
    
         
             
                @property
         
     | 
| 
       25905 
25722 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       25906 
25723 
     | 
    
         
             
                    """泳道规则列表
         
     | 
| 
       25907 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       25908 
25724 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.LaneRules`
         
     | 
| 
       25909 
25725 
     | 
    
         
             
                    """
         
     | 
| 
       25910 
25726 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -26036,7 +25852,6 @@ class DescribeLanesResponse(AbstractModel): 
     | 
|
| 
       26036 
25852 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       26037 
25853 
     | 
    
         
             
                    r"""
         
     | 
| 
       26038 
25854 
     | 
    
         
             
                    :param _Result: 泳道列表
         
     | 
| 
       26039 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26040 
25855 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.LaneInfos`
         
     | 
| 
       26041 
25856 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       26042 
25857 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -26047,7 +25862,6 @@ class DescribeLanesResponse(AbstractModel): 
     | 
|
| 
       26047 
25862 
     | 
    
         
             
                @property
         
     | 
| 
       26048 
25863 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       26049 
25864 
     | 
    
         
             
                    """泳道列表
         
     | 
| 
       26050 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26051 
25865 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.LaneInfos`
         
     | 
| 
       26052 
25866 
     | 
    
         
             
                    """
         
     | 
| 
       26053 
25867 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -26184,7 +25998,6 @@ class DescribeMicroserviceResponse(AbstractModel): 
     | 
|
| 
       26184 
25998 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       26185 
25999 
     | 
    
         
             
                    r"""
         
     | 
| 
       26186 
26000 
     | 
    
         
             
                    :param _Result: 微服务详情实例列表
         
     | 
| 
       26187 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26188 
26001 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMsInstance`
         
     | 
| 
       26189 
26002 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       26190 
26003 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -26195,7 +26008,6 @@ class DescribeMicroserviceResponse(AbstractModel): 
     | 
|
| 
       26195 
26008 
     | 
    
         
             
                @property
         
     | 
| 
       26196 
26009 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       26197 
26010 
     | 
    
         
             
                    """微服务详情实例列表
         
     | 
| 
       26198 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26199 
26011 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMsInstance`
         
     | 
| 
       26200 
26012 
     | 
    
         
             
                    """
         
     | 
| 
       26201 
26013 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -26483,7 +26295,6 @@ class DescribeMicroservicesResponse(AbstractModel): 
     | 
|
| 
       26483 
26295 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       26484 
26296 
     | 
    
         
             
                    r"""
         
     | 
| 
       26485 
26297 
     | 
    
         
             
                    :param _Result: 微服务分页列表信息
         
     | 
| 
       26486 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26487 
26298 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
         
     | 
| 
       26488 
26299 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       26489 
26300 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -26494,7 +26305,6 @@ class DescribeMicroservicesResponse(AbstractModel): 
     | 
|
| 
       26494 
26305 
     | 
    
         
             
                @property
         
     | 
| 
       26495 
26306 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       26496 
26307 
     | 
    
         
             
                    """微服务分页列表信息
         
     | 
| 
       26497 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26498 
26308 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
         
     | 
| 
       26499 
26309 
     | 
    
         
             
                    """
         
     | 
| 
       26500 
26310 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -26655,9 +26465,9 @@ class DescribeOverviewInvocationRequest(AbstractModel): 
     | 
|
| 
       26655 
26465 
     | 
    
         | 
| 
       26656 
26466 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       26657 
26467 
     | 
    
         
             
                    r"""
         
     | 
| 
       26658 
     | 
    
         
            -
                    :param _NamespaceId: 命名空间ID
         
     | 
| 
      
 26468 
     | 
    
         
            +
                    :param _NamespaceId: 命名空间ID, 此参数必填
         
     | 
| 
       26659 
26469 
     | 
    
         
             
                    :type NamespaceId: str
         
     | 
| 
       26660 
     | 
    
         
            -
                    :param _Type:  
     | 
| 
      
 26470 
     | 
    
         
            +
                    :param _Type: 监控统计类型,必填,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
         
     | 
| 
       26661 
26471 
     | 
    
         
             
                    :type Type: str
         
     | 
| 
       26662 
26472 
     | 
    
         
             
                    :param _Period: 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
         
     | 
| 
       26663 
26473 
     | 
    
         
             
                    :type Period: int
         
     | 
| 
         @@ -26674,7 +26484,7 @@ class DescribeOverviewInvocationRequest(AbstractModel): 
     | 
|
| 
       26674 
26484 
     | 
    
         | 
| 
       26675 
26485 
     | 
    
         
             
                @property
         
     | 
| 
       26676 
26486 
     | 
    
         
             
                def NamespaceId(self):
         
     | 
| 
       26677 
     | 
    
         
            -
                    """命名空间ID
         
     | 
| 
      
 26487 
     | 
    
         
            +
                    """命名空间ID, 此参数必填
         
     | 
| 
       26678 
26488 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       26679 
26489 
     | 
    
         
             
                    """
         
     | 
| 
       26680 
26490 
     | 
    
         
             
                    return self._NamespaceId
         
     | 
| 
         @@ -26685,7 +26495,7 @@ class DescribeOverviewInvocationRequest(AbstractModel): 
     | 
|
| 
       26685 
26495 
     | 
    
         | 
| 
       26686 
26496 
     | 
    
         
             
                @property
         
     | 
| 
       26687 
26497 
     | 
    
         
             
                def Type(self):
         
     | 
| 
       26688 
     | 
    
         
            -
                    """ 
     | 
| 
      
 26498 
     | 
    
         
            +
                    """监控统计类型,必填,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
         
     | 
| 
       26689 
26499 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       26690 
26500 
     | 
    
         
             
                    """
         
     | 
| 
       26691 
26501 
     | 
    
         
             
                    return self._Type
         
     | 
| 
         @@ -26752,7 +26562,6 @@ class DescribeOverviewInvocationResponse(AbstractModel): 
     | 
|
| 
       26752 
26562 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       26753 
26563 
     | 
    
         
             
                    r"""
         
     | 
| 
       26754 
26564 
     | 
    
         
             
                    :param _Result: 监控统计数据列表
         
     | 
| 
       26755 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26756 
26565 
     | 
    
         
             
                    :type Result: list of MetricDataPoint
         
     | 
| 
       26757 
26566 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       26758 
26567 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -26763,7 +26572,6 @@ class DescribeOverviewInvocationResponse(AbstractModel): 
     | 
|
| 
       26763 
26572 
     | 
    
         
             
                @property
         
     | 
| 
       26764 
26573 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       26765 
26574 
     | 
    
         
             
                    """监控统计数据列表
         
     | 
| 
       26766 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       26767 
26575 
     | 
    
         
             
                    :rtype: list of MetricDataPoint
         
     | 
| 
       26768 
26576 
     | 
    
         
             
                    """
         
     | 
| 
       26769 
26577 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -27699,7 +27507,6 @@ class DescribePublicConfigReleaseLogsResponse(AbstractModel): 
     | 
|
| 
       27699 
27507 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       27700 
27508 
     | 
    
         
             
                    r"""
         
     | 
| 
       27701 
27509 
     | 
    
         
             
                    :param _Result: 分页后的公共配置项发布历史列表
         
     | 
| 
       27702 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       27703 
27510 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
         
     | 
| 
       27704 
27511 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       27705 
27512 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -27710,7 +27517,6 @@ class DescribePublicConfigReleaseLogsResponse(AbstractModel): 
     | 
|
| 
       27710 
27517 
     | 
    
         
             
                @property
         
     | 
| 
       27711 
27518 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       27712 
27519 
     | 
    
         
             
                    """分页后的公共配置项发布历史列表
         
     | 
| 
       27713 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       27714 
27520 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
         
     | 
| 
       27715 
27521 
     | 
    
         
             
                    """
         
     | 
| 
       27716 
27522 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -27842,7 +27648,6 @@ class DescribePublicConfigReleasesResponse(AbstractModel): 
     | 
|
| 
       27842 
27648 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       27843 
27649 
     | 
    
         
             
                    r"""
         
     | 
| 
       27844 
27650 
     | 
    
         
             
                    :param _Result: 公共配置发布信息
         
     | 
| 
       27845 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       27846 
27651 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
         
     | 
| 
       27847 
27652 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       27848 
27653 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -27853,7 +27658,6 @@ class DescribePublicConfigReleasesResponse(AbstractModel): 
     | 
|
| 
       27853 
27658 
     | 
    
         
             
                @property
         
     | 
| 
       27854 
27659 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       27855 
27660 
     | 
    
         
             
                    """公共配置发布信息
         
     | 
| 
       27856 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       27857 
27661 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
         
     | 
| 
       27858 
27662 
     | 
    
         
             
                    """
         
     | 
| 
       27859 
27663 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -28113,7 +27917,6 @@ class DescribePublicConfigSummaryResponse(AbstractModel): 
     | 
|
| 
       28113 
27917 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       28114 
27918 
     | 
    
         
             
                    r"""
         
     | 
| 
       28115 
27919 
     | 
    
         
             
                    :param _Result: 分页的全局配置统计信息列表
         
     | 
| 
       28116 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       28117 
27920 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
         
     | 
| 
       28118 
27921 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       28119 
27922 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -28124,7 +27927,6 @@ class DescribePublicConfigSummaryResponse(AbstractModel): 
     | 
|
| 
       28124 
27927 
     | 
    
         
             
                @property
         
     | 
| 
       28125 
27928 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       28126 
27929 
     | 
    
         
             
                    """分页的全局配置统计信息列表
         
     | 
| 
       28127 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       28128 
27930 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
         
     | 
| 
       28129 
27931 
     | 
    
         
             
                    """
         
     | 
| 
       28130 
27932 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -28271,7 +28073,6 @@ class DescribePublicConfigsResponse(AbstractModel): 
     | 
|
| 
       28271 
28073 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       28272 
28074 
     | 
    
         
             
                    r"""
         
     | 
| 
       28273 
28075 
     | 
    
         
             
                    :param _Result: 分页后的全局配置项列表
         
     | 
| 
       28274 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       28275 
28076 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
         
     | 
| 
       28276 
28077 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       28277 
28078 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -28282,7 +28083,6 @@ class DescribePublicConfigsResponse(AbstractModel): 
     | 
|
| 
       28282 
28083 
     | 
    
         
             
                @property
         
     | 
| 
       28283 
28084 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       28284 
28085 
     | 
    
         
             
                    """分页后的全局配置项列表
         
     | 
| 
       28285 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       28286 
28086 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
         
     | 
| 
       28287 
28087 
     | 
    
         
             
                    """
         
     | 
| 
       28288 
28088 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -28354,7 +28154,6 @@ class DescribeReleasedConfigResponse(AbstractModel): 
     | 
|
| 
       28354 
28154 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       28355 
28155 
     | 
    
         
             
                    r"""
         
     | 
| 
       28356 
28156 
     | 
    
         
             
                    :param _Result: 已发布的配置内容
         
     | 
| 
       28357 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       28358 
28157 
     | 
    
         
             
                    :type Result: str
         
     | 
| 
       28359 
28158 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       28360 
28159 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -28365,7 +28164,6 @@ class DescribeReleasedConfigResponse(AbstractModel): 
     | 
|
| 
       28365 
28164 
     | 
    
         
             
                @property
         
     | 
| 
       28366 
28165 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       28367 
28166 
     | 
    
         
             
                    """已发布的配置内容
         
     | 
| 
       28368 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       28369 
28167 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       28370 
28168 
     | 
    
         
             
                    """
         
     | 
| 
       28371 
28169 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -30432,7 +30230,6 @@ class DescribeUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       30432 
30230 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       30433 
30231 
     | 
    
         
             
                    r"""
         
     | 
| 
       30434 
30232 
     | 
    
         
             
                    :param _Result: 单元化命名空间对象列表
         
     | 
| 
       30435 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30436 
30233 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
         
     | 
| 
       30437 
30234 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       30438 
30235 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -30443,7 +30240,6 @@ class DescribeUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       30443 
30240 
     | 
    
         
             
                @property
         
     | 
| 
       30444 
30241 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       30445 
30242 
     | 
    
         
             
                    """单元化命名空间对象列表
         
     | 
| 
       30446 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30447 
30243 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
         
     | 
| 
       30448 
30244 
     | 
    
         
             
                    """
         
     | 
| 
       30449 
30245 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -30515,7 +30311,6 @@ class DescribeUnitRuleResponse(AbstractModel): 
     | 
|
| 
       30515 
30311 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       30516 
30312 
     | 
    
         
             
                    r"""
         
     | 
| 
       30517 
30313 
     | 
    
         
             
                    :param _Result: 单元化规则对象
         
     | 
| 
       30518 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30519 
30314 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
         
     | 
| 
       30520 
30315 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       30521 
30316 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -30526,7 +30321,6 @@ class DescribeUnitRuleResponse(AbstractModel): 
     | 
|
| 
       30526 
30321 
     | 
    
         
             
                @property
         
     | 
| 
       30527 
30322 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       30528 
30323 
     | 
    
         
             
                    """单元化规则对象
         
     | 
| 
       30529 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30530 
30324 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
         
     | 
| 
       30531 
30325 
     | 
    
         
             
                    """
         
     | 
| 
       30532 
30326 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -30658,7 +30452,6 @@ class DescribeUnitRulesResponse(AbstractModel): 
     | 
|
| 
       30658 
30452 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       30659 
30453 
     | 
    
         
             
                    r"""
         
     | 
| 
       30660 
30454 
     | 
    
         
             
                    :param _Result: 分页列表信息
         
     | 
| 
       30661 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30662 
30455 
     | 
    
         
             
                    :type Result: list of TsfPageUnitRule
         
     | 
| 
       30663 
30456 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       30664 
30457 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -30669,7 +30462,6 @@ class DescribeUnitRulesResponse(AbstractModel): 
     | 
|
| 
       30669 
30462 
     | 
    
         
             
                @property
         
     | 
| 
       30670 
30463 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       30671 
30464 
     | 
    
         
             
                    """分页列表信息
         
     | 
| 
       30672 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30673 
30465 
     | 
    
         
             
                    :rtype: list of TsfPageUnitRule
         
     | 
| 
       30674 
30466 
     | 
    
         
             
                    """
         
     | 
| 
       30675 
30467 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -30804,7 +30596,6 @@ class DescribeUnitRulesV2Response(AbstractModel): 
     | 
|
| 
       30804 
30596 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       30805 
30597 
     | 
    
         
             
                    r"""
         
     | 
| 
       30806 
30598 
     | 
    
         
             
                    :param _Result: 分页列表信息
         
     | 
| 
       30807 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30808 
30599 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitRuleV2`
         
     | 
| 
       30809 
30600 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       30810 
30601 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -30815,7 +30606,6 @@ class DescribeUnitRulesV2Response(AbstractModel): 
     | 
|
| 
       30815 
30606 
     | 
    
         
             
                @property
         
     | 
| 
       30816 
30607 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       30817 
30608 
     | 
    
         
             
                    """分页列表信息
         
     | 
| 
       30818 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       30819 
30609 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitRuleV2`
         
     | 
| 
       30820 
30610 
     | 
    
         
             
                    """
         
     | 
| 
       30821 
30611 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -31088,7 +30878,6 @@ class DescribeUsableUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       31088 
30878 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       31089 
30879 
     | 
    
         
             
                    r"""
         
     | 
| 
       31090 
30880 
     | 
    
         
             
                    :param _Result: 单元化命名空间对象列表
         
     | 
| 
       31091 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31092 
30881 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
         
     | 
| 
       31093 
30882 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       31094 
30883 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -31099,7 +30888,6 @@ class DescribeUsableUnitNamespacesResponse(AbstractModel): 
     | 
|
| 
       31099 
30888 
     | 
    
         
             
                @property
         
     | 
| 
       31100 
30889 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       31101 
30890 
     | 
    
         
             
                    """单元化命名空间对象列表
         
     | 
| 
       31102 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31103 
30891 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
         
     | 
| 
       31104 
30892 
     | 
    
         
             
                    """
         
     | 
| 
       31105 
30893 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -31171,7 +30959,6 @@ class DisableLaneRuleResponse(AbstractModel): 
     | 
|
| 
       31171 
30959 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       31172 
30960 
     | 
    
         
             
                    r"""
         
     | 
| 
       31173 
30961 
     | 
    
         
             
                    :param _Result: 操作状态。成功:true,失败:false
         
     | 
| 
       31174 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31175 
30962 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       31176 
30963 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       31177 
30964 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -31182,7 +30969,6 @@ class DisableLaneRuleResponse(AbstractModel): 
     | 
|
| 
       31182 
30969 
     | 
    
         
             
                @property
         
     | 
| 
       31183 
30970 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       31184 
30971 
     | 
    
         
             
                    """操作状态。成功:true,失败:false
         
     | 
| 
       31185 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31186 
30972 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       31187 
30973 
     | 
    
         
             
                    """
         
     | 
| 
       31188 
30974 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -31410,7 +31196,6 @@ class DisableUnitRouteResponse(AbstractModel): 
     | 
|
| 
       31410 
31196 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       31411 
31197 
     | 
    
         
             
                    r"""
         
     | 
| 
       31412 
31198 
     | 
    
         
             
                    :param _Result: 返回结果,成功失败
         
     | 
| 
       31413 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31414 
31199 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       31415 
31200 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       31416 
31201 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -31421,7 +31206,6 @@ class DisableUnitRouteResponse(AbstractModel): 
     | 
|
| 
       31421 
31206 
     | 
    
         
             
                @property
         
     | 
| 
       31422 
31207 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       31423 
31208 
     | 
    
         
             
                    """返回结果,成功失败
         
     | 
| 
       31424 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31425 
31209 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       31426 
31210 
     | 
    
         
             
                    """
         
     | 
| 
       31427 
31211 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -31491,7 +31275,6 @@ class DisableUnitRuleResponse(AbstractModel): 
     | 
|
| 
       31491 
31275 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       31492 
31276 
     | 
    
         
             
                    r"""
         
     | 
| 
       31493 
31277 
     | 
    
         
             
                    :param _Result: 是否成功
         
     | 
| 
       31494 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31495 
31278 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       31496 
31279 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       31497 
31280 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -31502,7 +31285,6 @@ class DisableUnitRuleResponse(AbstractModel): 
     | 
|
| 
       31502 
31285 
     | 
    
         
             
                @property
         
     | 
| 
       31503 
31286 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       31504 
31287 
     | 
    
         
             
                    """是否成功
         
     | 
| 
       31505 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31506 
31288 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       31507 
31289 
     | 
    
         
             
                    """
         
     | 
| 
       31508 
31290 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -31920,7 +31702,6 @@ class EnableLaneRuleResponse(AbstractModel): 
     | 
|
| 
       31920 
31702 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       31921 
31703 
     | 
    
         
             
                    r"""
         
     | 
| 
       31922 
31704 
     | 
    
         
             
                    :param _Result: 操作状态。成功:true,失败:false
         
     | 
| 
       31923 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31924 
31705 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       31925 
31706 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       31926 
31707 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -31931,7 +31712,6 @@ class EnableLaneRuleResponse(AbstractModel): 
     | 
|
| 
       31931 
31712 
     | 
    
         
             
                @property
         
     | 
| 
       31932 
31713 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       31933 
31714 
     | 
    
         
             
                    """操作状态。成功:true,失败:false
         
     | 
| 
       31934 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       31935 
31715 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       31936 
31716 
     | 
    
         
             
                    """
         
     | 
| 
       31937 
31717 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -32158,8 +31938,7 @@ class EnableUnitRouteResponse(AbstractModel): 
     | 
|
| 
       32158 
31938 
     | 
    
         | 
| 
       32159 
31939 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       32160 
31940 
     | 
    
         
             
                    r"""
         
     | 
| 
       32161 
     | 
    
         
            -
                    :param _Result:  
     | 
| 
       32162 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 31941 
     | 
    
         
            +
                    :param _Result: 返回结果。成功:true,失败:false。
         
     | 
| 
       32163 
31942 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       32164 
31943 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       32165 
31944 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -32169,8 +31948,7 @@ class EnableUnitRouteResponse(AbstractModel): 
     | 
|
| 
       32169 
31948 
     | 
    
         | 
| 
       32170 
31949 
     | 
    
         
             
                @property
         
     | 
| 
       32171 
31950 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       32172 
     | 
    
         
            -
                    """ 
     | 
| 
       32173 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 31951 
     | 
    
         
            +
                    """返回结果。成功:true,失败:false。
         
     | 
| 
       32174 
31952 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       32175 
31953 
     | 
    
         
             
                    """
         
     | 
| 
       32176 
31954 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -32239,8 +32017,7 @@ class EnableUnitRuleResponse(AbstractModel): 
     | 
|
| 
       32239 
32017 
     | 
    
         | 
| 
       32240 
32018 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       32241 
32019 
     | 
    
         
             
                    r"""
         
     | 
| 
       32242 
     | 
    
         
            -
                    :param _Result:  
     | 
| 
       32243 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 32020 
     | 
    
         
            +
                    :param _Result: 是否成功,成功:true,失败:false。
         
     | 
| 
       32244 
32021 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       32245 
32022 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       32246 
32023 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -32250,8 +32027,7 @@ class EnableUnitRuleResponse(AbstractModel): 
     | 
|
| 
       32250 
32027 
     | 
    
         | 
| 
       32251 
32028 
     | 
    
         
             
                @property
         
     | 
| 
       32252 
32029 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       32253 
     | 
    
         
            -
                    """ 
     | 
| 
       32254 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 32030 
     | 
    
         
            +
                    """是否成功,成功:true,失败:false。
         
     | 
| 
       32255 
32031 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       32256 
32032 
     | 
    
         
             
                    """
         
     | 
| 
       32257 
32033 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -32720,7 +32496,6 @@ class FieldRef(AbstractModel): 
     | 
|
| 
       32720 
32496 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       32721 
32497 
     | 
    
         
             
                    r"""
         
     | 
| 
       32722 
32498 
     | 
    
         
             
                    :param _FieldPath: k8s 的 FieldPath
         
     | 
| 
       32723 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       32724 
32499 
     | 
    
         
             
                    :type FieldPath: str
         
     | 
| 
       32725 
32500 
     | 
    
         
             
                    """
         
     | 
| 
       32726 
32501 
     | 
    
         
             
                    self._FieldPath = None
         
     | 
| 
         @@ -32728,7 +32503,6 @@ class FieldRef(AbstractModel): 
     | 
|
| 
       32728 
32503 
     | 
    
         
             
                @property
         
     | 
| 
       32729 
32504 
     | 
    
         
             
                def FieldPath(self):
         
     | 
| 
       32730 
32505 
     | 
    
         
             
                    """k8s 的 FieldPath
         
     | 
| 
       32731 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       32732 
32506 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       32733 
32507 
     | 
    
         
             
                    """
         
     | 
| 
       32734 
32508 
     | 
    
         
             
                    return self._FieldPath
         
     | 
| 
         @@ -33349,10 +33123,8 @@ class ForceSchedule(AbstractModel): 
     | 
|
| 
       33349 
33123 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       33350 
33124 
     | 
    
         
             
                    r"""
         
     | 
| 
       33351 
33125 
     | 
    
         
             
                    :param _AffinityList: -
         
     | 
| 
       33352 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33353 
33126 
     | 
    
         
             
                    :type AffinityList: list of Affinity
         
     | 
| 
       33354 
33127 
     | 
    
         
             
                    :param _AntiAffinityList: -
         
     | 
| 
       33355 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33356 
33128 
     | 
    
         
             
                    :type AntiAffinityList: list of Affinity
         
     | 
| 
       33357 
33129 
     | 
    
         
             
                    """
         
     | 
| 
       33358 
33130 
     | 
    
         
             
                    self._AffinityList = None
         
     | 
| 
         @@ -33361,7 +33133,6 @@ class ForceSchedule(AbstractModel): 
     | 
|
| 
       33361 
33133 
     | 
    
         
             
                @property
         
     | 
| 
       33362 
33134 
     | 
    
         
             
                def AffinityList(self):
         
     | 
| 
       33363 
33135 
     | 
    
         
             
                    """-
         
     | 
| 
       33364 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33365 
33136 
     | 
    
         
             
                    :rtype: list of Affinity
         
     | 
| 
       33366 
33137 
     | 
    
         
             
                    """
         
     | 
| 
       33367 
33138 
     | 
    
         
             
                    return self._AffinityList
         
     | 
| 
         @@ -33373,7 +33144,6 @@ class ForceSchedule(AbstractModel): 
     | 
|
| 
       33373 
33144 
     | 
    
         
             
                @property
         
     | 
| 
       33374 
33145 
     | 
    
         
             
                def AntiAffinityList(self):
         
     | 
| 
       33375 
33146 
     | 
    
         
             
                    """-
         
     | 
| 
       33376 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33377 
33147 
     | 
    
         
             
                    :rtype: list of Affinity
         
     | 
| 
       33378 
33148 
     | 
    
         
             
                    """
         
     | 
| 
       33379 
33149 
     | 
    
         
             
                    return self._AntiAffinityList
         
     | 
| 
         @@ -33414,22 +33184,16 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33414 
33184 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       33415 
33185 
     | 
    
         
             
                    r"""
         
     | 
| 
       33416 
33186 
     | 
    
         
             
                    :param _GroupId: 分组ID
         
     | 
| 
       33417 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33418 
33187 
     | 
    
         
             
                    :type GroupId: str
         
     | 
| 
       33419 
33188 
     | 
    
         
             
                    :param _GroupName: 分组名称
         
     | 
| 
       33420 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33421 
33189 
     | 
    
         
             
                    :type GroupName: str
         
     | 
| 
       33422 
33190 
     | 
    
         
             
                    :param _GroupApiCount: 分组下API个数
         
     | 
| 
       33423 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33424 
33191 
     | 
    
         
             
                    :type GroupApiCount: int
         
     | 
| 
       33425 
33192 
     | 
    
         
             
                    :param _GroupApis: 分组API列表
         
     | 
| 
       33426 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33427 
33193 
     | 
    
         
             
                    :type GroupApis: list of GatewayGroupApiVo
         
     | 
| 
       33428 
33194 
     | 
    
         
             
                    :param _GatewayInstanceType: 网关实例的类型
         
     | 
| 
       33429 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33430 
33195 
     | 
    
         
             
                    :type GatewayInstanceType: str
         
     | 
| 
       33431 
33196 
     | 
    
         
             
                    :param _GatewayInstanceId: 网关实例ID
         
     | 
| 
       33432 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33433 
33197 
     | 
    
         
             
                    :type GatewayInstanceId: str
         
     | 
| 
       33434 
33198 
     | 
    
         
             
                    """
         
     | 
| 
       33435 
33199 
     | 
    
         
             
                    self._GroupId = None
         
     | 
| 
         @@ -33442,7 +33206,6 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33442 
33206 
     | 
    
         
             
                @property
         
     | 
| 
       33443 
33207 
     | 
    
         
             
                def GroupId(self):
         
     | 
| 
       33444 
33208 
     | 
    
         
             
                    """分组ID
         
     | 
| 
       33445 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33446 
33209 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       33447 
33210 
     | 
    
         
             
                    """
         
     | 
| 
       33448 
33211 
     | 
    
         
             
                    return self._GroupId
         
     | 
| 
         @@ -33454,7 +33217,6 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33454 
33217 
     | 
    
         
             
                @property
         
     | 
| 
       33455 
33218 
     | 
    
         
             
                def GroupName(self):
         
     | 
| 
       33456 
33219 
     | 
    
         
             
                    """分组名称
         
     | 
| 
       33457 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33458 
33220 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       33459 
33221 
     | 
    
         
             
                    """
         
     | 
| 
       33460 
33222 
     | 
    
         
             
                    return self._GroupName
         
     | 
| 
         @@ -33466,7 +33228,6 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33466 
33228 
     | 
    
         
             
                @property
         
     | 
| 
       33467 
33229 
     | 
    
         
             
                def GroupApiCount(self):
         
     | 
| 
       33468 
33230 
     | 
    
         
             
                    """分组下API个数
         
     | 
| 
       33469 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33470 
33231 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       33471 
33232 
     | 
    
         
             
                    """
         
     | 
| 
       33472 
33233 
     | 
    
         
             
                    return self._GroupApiCount
         
     | 
| 
         @@ -33478,7 +33239,6 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33478 
33239 
     | 
    
         
             
                @property
         
     | 
| 
       33479 
33240 
     | 
    
         
             
                def GroupApis(self):
         
     | 
| 
       33480 
33241 
     | 
    
         
             
                    """分组API列表
         
     | 
| 
       33481 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33482 
33242 
     | 
    
         
             
                    :rtype: list of GatewayGroupApiVo
         
     | 
| 
       33483 
33243 
     | 
    
         
             
                    """
         
     | 
| 
       33484 
33244 
     | 
    
         
             
                    return self._GroupApis
         
     | 
| 
         @@ -33490,7 +33250,6 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33490 
33250 
     | 
    
         
             
                @property
         
     | 
| 
       33491 
33251 
     | 
    
         
             
                def GatewayInstanceType(self):
         
     | 
| 
       33492 
33252 
     | 
    
         
             
                    """网关实例的类型
         
     | 
| 
       33493 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33494 
33253 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       33495 
33254 
     | 
    
         
             
                    """
         
     | 
| 
       33496 
33255 
     | 
    
         
             
                    return self._GatewayInstanceType
         
     | 
| 
         @@ -33502,7 +33261,6 @@ class GatewayApiGroupVo(AbstractModel): 
     | 
|
| 
       33502 
33261 
     | 
    
         
             
                @property
         
     | 
| 
       33503 
33262 
     | 
    
         
             
                def GatewayInstanceId(self):
         
     | 
| 
       33504 
33263 
     | 
    
         
             
                    """网关实例ID
         
     | 
| 
       33505 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33506 
33264 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       33507 
33265 
     | 
    
         
             
                    """
         
     | 
| 
       33508 
33266 
     | 
    
         
             
                    return self._GatewayInstanceId
         
     | 
| 
         @@ -33542,7 +33300,6 @@ class GatewayConfig(AbstractModel): 
     | 
|
| 
       33542 
33300 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       33543 
33301 
     | 
    
         
             
                    r"""
         
     | 
| 
       33544 
33302 
     | 
    
         
             
                    :param _Name: 服务名称
         
     | 
| 
       33545 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33546 
33303 
     | 
    
         
             
                    :type Name: str
         
     | 
| 
       33547 
33304 
     | 
    
         
             
                    """
         
     | 
| 
       33548 
33305 
     | 
    
         
             
                    self._Name = None
         
     | 
| 
         @@ -33550,7 +33307,6 @@ class GatewayConfig(AbstractModel): 
     | 
|
| 
       33550 
33307 
     | 
    
         
             
                @property
         
     | 
| 
       33551 
33308 
     | 
    
         
             
                def Name(self):
         
     | 
| 
       33552 
33309 
     | 
    
         
             
                    """服务名称
         
     | 
| 
       33553 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33554 
33310 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       33555 
33311 
     | 
    
         
             
                    """
         
     | 
| 
       33556 
33312 
     | 
    
         
             
                    return self._Name
         
     | 
| 
         @@ -34107,16 +33863,12 @@ class GatewayVo(AbstractModel): 
     | 
|
| 
       34107 
33863 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       34108 
33864 
     | 
    
         
             
                    r"""
         
     | 
| 
       34109 
33865 
     | 
    
         
             
                    :param _GatewayDeployGroupId: 网关部署组ID
         
     | 
| 
       34110 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34111 
33866 
     | 
    
         
             
                    :type GatewayDeployGroupId: str
         
     | 
| 
       34112 
33867 
     | 
    
         
             
                    :param _GatewayDeployGroupName: 网关部署组名称
         
     | 
| 
       34113 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34114 
33868 
     | 
    
         
             
                    :type GatewayDeployGroupName: str
         
     | 
| 
       34115 
33869 
     | 
    
         
             
                    :param _GroupNum: API 分组个数
         
     | 
| 
       34116 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34117 
33870 
     | 
    
         
             
                    :type GroupNum: int
         
     | 
| 
       34118 
33871 
     | 
    
         
             
                    :param _Groups: API 分组列表
         
     | 
| 
       34119 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34120 
33872 
     | 
    
         
             
                    :type Groups: list of GatewayApiGroupVo
         
     | 
| 
       34121 
33873 
     | 
    
         
             
                    """
         
     | 
| 
       34122 
33874 
     | 
    
         
             
                    self._GatewayDeployGroupId = None
         
     | 
| 
         @@ -34127,7 +33879,6 @@ class GatewayVo(AbstractModel): 
     | 
|
| 
       34127 
33879 
     | 
    
         
             
                @property
         
     | 
| 
       34128 
33880 
     | 
    
         
             
                def GatewayDeployGroupId(self):
         
     | 
| 
       34129 
33881 
     | 
    
         
             
                    """网关部署组ID
         
     | 
| 
       34130 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34131 
33882 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       34132 
33883 
     | 
    
         
             
                    """
         
     | 
| 
       34133 
33884 
     | 
    
         
             
                    return self._GatewayDeployGroupId
         
     | 
| 
         @@ -34139,7 +33890,6 @@ class GatewayVo(AbstractModel): 
     | 
|
| 
       34139 
33890 
     | 
    
         
             
                @property
         
     | 
| 
       34140 
33891 
     | 
    
         
             
                def GatewayDeployGroupName(self):
         
     | 
| 
       34141 
33892 
     | 
    
         
             
                    """网关部署组名称
         
     | 
| 
       34142 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34143 
33893 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       34144 
33894 
     | 
    
         
             
                    """
         
     | 
| 
       34145 
33895 
     | 
    
         
             
                    return self._GatewayDeployGroupName
         
     | 
| 
         @@ -34151,7 +33901,6 @@ class GatewayVo(AbstractModel): 
     | 
|
| 
       34151 
33901 
     | 
    
         
             
                @property
         
     | 
| 
       34152 
33902 
     | 
    
         
             
                def GroupNum(self):
         
     | 
| 
       34153 
33903 
     | 
    
         
             
                    """API 分组个数
         
     | 
| 
       34154 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34155 
33904 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       34156 
33905 
     | 
    
         
             
                    """
         
     | 
| 
       34157 
33906 
     | 
    
         
             
                    return self._GroupNum
         
     | 
| 
         @@ -34163,7 +33912,6 @@ class GatewayVo(AbstractModel): 
     | 
|
| 
       34163 
33912 
     | 
    
         
             
                @property
         
     | 
| 
       34164 
33913 
     | 
    
         
             
                def Groups(self):
         
     | 
| 
       34165 
33914 
     | 
    
         
             
                    """API 分组列表
         
     | 
| 
       34166 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34167 
33915 
     | 
    
         
             
                    :rtype: list of GatewayApiGroupVo
         
     | 
| 
       34168 
33916 
     | 
    
         
             
                    """
         
     | 
| 
       34169 
33917 
     | 
    
         
             
                    return self._Groups
         
     | 
| 
         @@ -34201,13 +33949,10 @@ class GroupApiUseStatistics(AbstractModel): 
     | 
|
| 
       34201 
33949 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       34202 
33950 
     | 
    
         
             
                    r"""
         
     | 
| 
       34203 
33951 
     | 
    
         
             
                    :param _TopStatusCode: 总调用数
         
     | 
| 
       34204 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34205 
33952 
     | 
    
         
             
                    :type TopStatusCode: list of ApiUseStatisticsEntity
         
     | 
| 
       34206 
33953 
     | 
    
         
             
                    :param _TopTimeCost: 平均错误率
         
     | 
| 
       34207 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34208 
33954 
     | 
    
         
             
                    :type TopTimeCost: list of ApiUseStatisticsEntity
         
     | 
| 
       34209 
33955 
     | 
    
         
             
                    :param _Quantile: 分位值对象
         
     | 
| 
       34210 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34211 
33956 
     | 
    
         
             
                    :type Quantile: :class:`tencentcloud.tsf.v20180326.models.QuantileEntity`
         
     | 
| 
       34212 
33957 
     | 
    
         
             
                    """
         
     | 
| 
       34213 
33958 
     | 
    
         
             
                    self._TopStatusCode = None
         
     | 
| 
         @@ -34217,7 +33962,6 @@ class GroupApiUseStatistics(AbstractModel): 
     | 
|
| 
       34217 
33962 
     | 
    
         
             
                @property
         
     | 
| 
       34218 
33963 
     | 
    
         
             
                def TopStatusCode(self):
         
     | 
| 
       34219 
33964 
     | 
    
         
             
                    """总调用数
         
     | 
| 
       34220 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34221 
33965 
     | 
    
         
             
                    :rtype: list of ApiUseStatisticsEntity
         
     | 
| 
       34222 
33966 
     | 
    
         
             
                    """
         
     | 
| 
       34223 
33967 
     | 
    
         
             
                    return self._TopStatusCode
         
     | 
| 
         @@ -34229,7 +33973,6 @@ class GroupApiUseStatistics(AbstractModel): 
     | 
|
| 
       34229 
33973 
     | 
    
         
             
                @property
         
     | 
| 
       34230 
33974 
     | 
    
         
             
                def TopTimeCost(self):
         
     | 
| 
       34231 
33975 
     | 
    
         
             
                    """平均错误率
         
     | 
| 
       34232 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34233 
33976 
     | 
    
         
             
                    :rtype: list of ApiUseStatisticsEntity
         
     | 
| 
       34234 
33977 
     | 
    
         
             
                    """
         
     | 
| 
       34235 
33978 
     | 
    
         
             
                    return self._TopTimeCost
         
     | 
| 
         @@ -34241,7 +33984,6 @@ class GroupApiUseStatistics(AbstractModel): 
     | 
|
| 
       34241 
33984 
     | 
    
         
             
                @property
         
     | 
| 
       34242 
33985 
     | 
    
         
             
                def Quantile(self):
         
     | 
| 
       34243 
33986 
     | 
    
         
             
                    """分位值对象
         
     | 
| 
       34244 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       34245 
33987 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.QuantileEntity`
         
     | 
| 
       34246 
33988 
     | 
    
         
             
                    """
         
     | 
| 
       34247 
33989 
     | 
    
         
             
                    return self._Quantile
         
     | 
| 
         @@ -37890,7 +37632,6 @@ class InvocationMetricScatterPlot(AbstractModel): 
     | 
|
| 
       37890 
37632 
     | 
    
         
             
                    :param _Period: 时间轴开始时间,GMT,精确到毫秒
         
     | 
| 
       37891 
37633 
     | 
    
         
             
                    :type Period: int
         
     | 
| 
       37892 
37634 
     | 
    
         
             
                    :param _DataPoints: 多值数据点集合
         
     | 
| 
       37893 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       37894 
37635 
     | 
    
         
             
                    :type DataPoints: list of MultiValueDataPoints
         
     | 
| 
       37895 
37636 
     | 
    
         
             
                    """
         
     | 
| 
       37896 
37637 
     | 
    
         
             
                    self._EndTime = None
         
     | 
| 
         @@ -37934,7 +37675,6 @@ class InvocationMetricScatterPlot(AbstractModel): 
     | 
|
| 
       37934 
37675 
     | 
    
         
             
                @property
         
     | 
| 
       37935 
37676 
     | 
    
         
             
                def DataPoints(self):
         
     | 
| 
       37936 
37677 
     | 
    
         
             
                    """多值数据点集合
         
     | 
| 
       37937 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       37938 
37678 
     | 
    
         
             
                    :rtype: list of MultiValueDataPoints
         
     | 
| 
       37939 
37679 
     | 
    
         
             
                    """
         
     | 
| 
       37940 
37680 
     | 
    
         
             
                    return self._DataPoints
         
     | 
| 
         @@ -38864,10 +38604,8 @@ class LaneInfos(AbstractModel): 
     | 
|
| 
       38864 
38604 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       38865 
38605 
     | 
    
         
             
                    r"""
         
     | 
| 
       38866 
38606 
     | 
    
         
             
                    :param _TotalCount: 总数
         
     | 
| 
       38867 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       38868 
38607 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       38869 
38608 
     | 
    
         
             
                    :param _Content: 泳道信息列表
         
     | 
| 
       38870 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       38871 
38609 
     | 
    
         
             
                    :type Content: list of LaneInfo
         
     | 
| 
       38872 
38610 
     | 
    
         
             
                    """
         
     | 
| 
       38873 
38611 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -38876,7 +38614,6 @@ class LaneInfos(AbstractModel): 
     | 
|
| 
       38876 
38614 
     | 
    
         
             
                @property
         
     | 
| 
       38877 
38615 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       38878 
38616 
     | 
    
         
             
                    """总数
         
     | 
| 
       38879 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       38880 
38617 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       38881 
38618 
     | 
    
         
             
                    """
         
     | 
| 
       38882 
38619 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -38888,7 +38625,6 @@ class LaneInfos(AbstractModel): 
     | 
|
| 
       38888 
38625 
     | 
    
         
             
                @property
         
     | 
| 
       38889 
38626 
     | 
    
         
             
                def Content(self):
         
     | 
| 
       38890 
38627 
     | 
    
         
             
                    """泳道信息列表
         
     | 
| 
       38891 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       38892 
38628 
     | 
    
         
             
                    :rtype: list of LaneInfo
         
     | 
| 
       38893 
38629 
     | 
    
         
             
                    """
         
     | 
| 
       38894 
38630 
     | 
    
         
             
                    return self._Content
         
     | 
| 
         @@ -40356,7 +40092,7 @@ class ModifyContainerGroupRequest(AbstractModel): 
     | 
|
| 
       40356 
40092 
     | 
    
         | 
| 
       40357 
40093 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       40358 
40094 
     | 
    
         
             
                    r"""
         
     | 
| 
       40359 
     | 
    
         
            -
                    :param _GroupId: 部署组ID
         
     | 
| 
      
 40095 
     | 
    
         
            +
                    :param _GroupId: 部署组ID 必填项
         
     | 
| 
       40360 
40096 
     | 
    
         
             
                    :type GroupId: str
         
     | 
| 
       40361 
40097 
     | 
    
         
             
                    :param _AccessType: 0:公网 1:集群内访问 2:NodePort
         
     | 
| 
       40362 
40098 
     | 
    
         
             
                    :type AccessType: int
         
     | 
| 
         @@ -40381,7 +40117,7 @@ class ModifyContainerGroupRequest(AbstractModel): 
     | 
|
| 
       40381 
40117 
     | 
    
         | 
| 
       40382 
40118 
     | 
    
         
             
                @property
         
     | 
| 
       40383 
40119 
     | 
    
         
             
                def GroupId(self):
         
     | 
| 
       40384 
     | 
    
         
            -
                    """部署组ID
         
     | 
| 
      
 40120 
     | 
    
         
            +
                    """部署组ID 必填项
         
     | 
| 
       40385 
40121 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       40386 
40122 
     | 
    
         
             
                    """
         
     | 
| 
       40387 
40123 
     | 
    
         
             
                    return self._GroupId
         
     | 
| 
         @@ -40490,7 +40226,6 @@ class ModifyContainerGroupResponse(AbstractModel): 
     | 
|
| 
       40490 
40226 
     | 
    
         
             
                    :param _Result: 更新部署组是否成功。
         
     | 
| 
       40491 
40227 
     | 
    
         
             
            true:成功。
         
     | 
| 
       40492 
40228 
     | 
    
         
             
            false:失败。
         
     | 
| 
       40493 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       40494 
40229 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       40495 
40230 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       40496 
40231 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -40503,7 +40238,6 @@ false:失败。 
     | 
|
| 
       40503 
40238 
     | 
    
         
             
                    """更新部署组是否成功。
         
     | 
| 
       40504 
40239 
     | 
    
         
             
            true:成功。
         
     | 
| 
       40505 
40240 
     | 
    
         
             
            false:失败。
         
     | 
| 
       40506 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       40507 
40241 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       40508 
40242 
     | 
    
         
             
                    """
         
     | 
| 
       40509 
40243 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -40999,7 +40733,6 @@ class ModifyLaneRuleResponse(AbstractModel): 
     | 
|
| 
       40999 
40733 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       41000 
40734 
     | 
    
         
             
                    r"""
         
     | 
| 
       41001 
40735 
     | 
    
         
             
                    :param _Result: 操作状态。成功:true,失败:false
         
     | 
| 
       41002 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       41003 
40736 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       41004 
40737 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       41005 
40738 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -41010,7 +40743,6 @@ class ModifyLaneRuleResponse(AbstractModel): 
     | 
|
| 
       41010 
40743 
     | 
    
         
             
                @property
         
     | 
| 
       41011 
40744 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       41012 
40745 
     | 
    
         
             
                    """操作状态。成功:true,失败:false
         
     | 
| 
       41013 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       41014 
40746 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       41015 
40747 
     | 
    
         
             
                    """
         
     | 
| 
       41016 
40748 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -42702,7 +42434,6 @@ class MultiValue(AbstractModel): 
     | 
|
| 
       42702 
42434 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       42703 
42435 
     | 
    
         
             
                    r"""
         
     | 
| 
       42704 
42436 
     | 
    
         
             
                    :param _Values: 数据点
         
     | 
| 
       42705 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       42706 
42437 
     | 
    
         
             
                    :type Values: list of float
         
     | 
| 
       42707 
42438 
     | 
    
         
             
                    """
         
     | 
| 
       42708 
42439 
     | 
    
         
             
                    self._Values = None
         
     | 
| 
         @@ -42710,7 +42441,6 @@ class MultiValue(AbstractModel): 
     | 
|
| 
       42710 
42441 
     | 
    
         
             
                @property
         
     | 
| 
       42711 
42442 
     | 
    
         
             
                def Values(self):
         
     | 
| 
       42712 
42443 
     | 
    
         
             
                    """数据点
         
     | 
| 
       42713 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       42714 
42444 
     | 
    
         
             
                    :rtype: list of float
         
     | 
| 
       42715 
42445 
     | 
    
         
             
                    """
         
     | 
| 
       42716 
42446 
     | 
    
         
             
                    return self._Values
         
     | 
| 
         @@ -43173,13 +42903,10 @@ class OperationInfo(AbstractModel): 
     | 
|
| 
       43173 
42903 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       43174 
42904 
     | 
    
         
             
                    r"""
         
     | 
| 
       43175 
42905 
     | 
    
         
             
                    :param _Init: 初始化按钮的控制信息
         
     | 
| 
       43176 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       43177 
42906 
     | 
    
         
             
                    :type Init: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
         
     | 
| 
       43178 
42907 
     | 
    
         
             
                    :param _AddInstance: 添加实例按钮的控制信息
         
     | 
| 
       43179 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       43180 
42908 
     | 
    
         
             
                    :type AddInstance: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
         
     | 
| 
       43181 
42909 
     | 
    
         
             
                    :param _Destroy: 销毁机器的控制信息
         
     | 
| 
       43182 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       43183 
42910 
     | 
    
         
             
                    :type Destroy: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
         
     | 
| 
       43184 
42911 
     | 
    
         
             
                    """
         
     | 
| 
       43185 
42912 
     | 
    
         
             
                    self._Init = None
         
     | 
| 
         @@ -43189,7 +42916,6 @@ class OperationInfo(AbstractModel): 
     | 
|
| 
       43189 
42916 
     | 
    
         
             
                @property
         
     | 
| 
       43190 
42917 
     | 
    
         
             
                def Init(self):
         
     | 
| 
       43191 
42918 
     | 
    
         
             
                    """初始化按钮的控制信息
         
     | 
| 
       43192 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       43193 
42919 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
         
     | 
| 
       43194 
42920 
     | 
    
         
             
                    """
         
     | 
| 
       43195 
42921 
     | 
    
         
             
                    return self._Init
         
     | 
| 
         @@ -43201,7 +42927,6 @@ class OperationInfo(AbstractModel): 
     | 
|
| 
       43201 
42927 
     | 
    
         
             
                @property
         
     | 
| 
       43202 
42928 
     | 
    
         
             
                def AddInstance(self):
         
     | 
| 
       43203 
42929 
     | 
    
         
             
                    """添加实例按钮的控制信息
         
     | 
| 
       43204 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       43205 
42930 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
         
     | 
| 
       43206 
42931 
     | 
    
         
             
                    """
         
     | 
| 
       43207 
42932 
     | 
    
         
             
                    return self._AddInstance
         
     | 
| 
         @@ -43213,7 +42938,6 @@ class OperationInfo(AbstractModel): 
     | 
|
| 
       43213 
42938 
     | 
    
         
             
                @property
         
     | 
| 
       43214 
42939 
     | 
    
         
             
                def Destroy(self):
         
     | 
| 
       43215 
42940 
     | 
    
         
             
                    """销毁机器的控制信息
         
     | 
| 
       43216 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       43217 
42941 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
         
     | 
| 
       43218 
42942 
     | 
    
         
             
                    """
         
     | 
| 
       43219 
42943 
     | 
    
         
             
                    return self._Destroy
         
     | 
| 
         @@ -45351,7 +45075,6 @@ class ReleaseConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       45351 
45075 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       45352 
45076 
     | 
    
         
             
                    r"""
         
     | 
| 
       45353 
45077 
     | 
    
         
             
                    :param _Result: 配置项发布 ID
         
     | 
| 
       45354 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       45355 
45078 
     | 
    
         
             
                    :type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigRelease`
         
     | 
| 
       45356 
45079 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       45357 
45080 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -45362,7 +45085,6 @@ class ReleaseConfigWithDetailRespResponse(AbstractModel): 
     | 
|
| 
       45362 
45085 
     | 
    
         
             
                @property
         
     | 
| 
       45363 
45086 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       45364 
45087 
     | 
    
         
             
                    """配置项发布 ID
         
     | 
| 
       45365 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       45366 
45088 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigRelease`
         
     | 
| 
       45367 
45089 
     | 
    
         
             
                    """
         
     | 
| 
       45368 
45090 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -45463,8 +45185,7 @@ class ReleaseFileConfigResponse(AbstractModel): 
     | 
|
| 
       45463 
45185 
     | 
    
         | 
| 
       45464 
45186 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       45465 
45187 
     | 
    
         
             
                    r"""
         
     | 
| 
       45466 
     | 
    
         
            -
                    :param _Result:  
     | 
| 
       45467 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 45188 
     | 
    
         
            +
                    :param _Result: 发布结果,成功:true,失败:false。
         
     | 
| 
       45468 
45189 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       45469 
45190 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       45470 
45191 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -45474,8 +45195,7 @@ class ReleaseFileConfigResponse(AbstractModel): 
     | 
|
| 
       45474 
45195 
     | 
    
         | 
| 
       45475 
45196 
     | 
    
         
             
                @property
         
     | 
| 
       45476 
45197 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       45477 
     | 
    
         
            -
                    """ 
     | 
| 
       45478 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 45198 
     | 
    
         
            +
                    """发布结果,成功:true,失败:false。
         
     | 
| 
       45479 
45199 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       45480 
45200 
     | 
    
         
             
                    """
         
     | 
| 
       45481 
45201 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -45575,7 +45295,6 @@ class ReleasePublicConfigResponse(AbstractModel): 
     | 
|
| 
       45575 
45295 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       45576 
45296 
     | 
    
         
             
                    r"""
         
     | 
| 
       45577 
45297 
     | 
    
         
             
                    :param _Result: true:发布成功;false:发布失败
         
     | 
| 
       45578 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       45579 
45298 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       45580 
45299 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       45581 
45300 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -45586,7 +45305,6 @@ class ReleasePublicConfigResponse(AbstractModel): 
     | 
|
| 
       45586 
45305 
     | 
    
         
             
                @property
         
     | 
| 
       45587 
45306 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       45588 
45307 
     | 
    
         
             
                    """true:发布成功;false:发布失败
         
     | 
| 
       45589 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       45590 
45308 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       45591 
45309 
     | 
    
         
             
                    """
         
     | 
| 
       45592 
45310 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -46172,7 +45890,6 @@ class ResourceFieldRef(AbstractModel): 
     | 
|
| 
       46172 
45890 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       46173 
45891 
     | 
    
         
             
                    r"""
         
     | 
| 
       46174 
45892 
     | 
    
         
             
                    :param _Resource: k8s 的 Resource
         
     | 
| 
       46175 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       46176 
45893 
     | 
    
         
             
                    :type Resource: str
         
     | 
| 
       46177 
45894 
     | 
    
         
             
                    """
         
     | 
| 
       46178 
45895 
     | 
    
         
             
                    self._Resource = None
         
     | 
| 
         @@ -46180,7 +45897,6 @@ class ResourceFieldRef(AbstractModel): 
     | 
|
| 
       46180 
45897 
     | 
    
         
             
                @property
         
     | 
| 
       46181 
45898 
     | 
    
         
             
                def Resource(self):
         
     | 
| 
       46182 
45899 
     | 
    
         
             
                    """k8s 的 Resource
         
     | 
| 
       46183 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       46184 
45900 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       46185 
45901 
     | 
    
         
             
                    """
         
     | 
| 
       46186 
45902 
     | 
    
         
             
                    return self._Resource
         
     | 
| 
         @@ -46361,7 +46077,6 @@ class RevocationPublicConfigResponse(AbstractModel): 
     | 
|
| 
       46361 
46077 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       46362 
46078 
     | 
    
         
             
                    r"""
         
     | 
| 
       46363 
46079 
     | 
    
         
             
                    :param _Result: true:撤销成功;false:撤销失败
         
     | 
| 
       46364 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       46365 
46080 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       46366 
46081 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       46367 
46082 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -46372,7 +46087,6 @@ class RevocationPublicConfigResponse(AbstractModel): 
     | 
|
| 
       46372 
46087 
     | 
    
         
             
                @property
         
     | 
| 
       46373 
46088 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       46374 
46089 
     | 
    
         
             
                    """true:撤销成功;false:撤销失败
         
     | 
| 
       46375 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       46376 
46090 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       46377 
46091 
     | 
    
         
             
                    """
         
     | 
| 
       46378 
46092 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -46441,8 +46155,7 @@ class RevokeFileConfigResponse(AbstractModel): 
     | 
|
| 
       46441 
46155 
     | 
    
         | 
| 
       46442 
46156 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       46443 
46157 
     | 
    
         
             
                    r"""
         
     | 
| 
       46444 
     | 
    
         
            -
                    :param _Result:  
     | 
| 
       46445 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 46158 
     | 
    
         
            +
                    :param _Result: 撤回结果,成功:true,失败:false。
         
     | 
| 
       46446 
46159 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       46447 
46160 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       46448 
46161 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -46452,8 +46165,7 @@ class RevokeFileConfigResponse(AbstractModel): 
     | 
|
| 
       46452 
46165 
     | 
    
         | 
| 
       46453 
46166 
     | 
    
         
             
                @property
         
     | 
| 
       46454 
46167 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       46455 
     | 
    
         
            -
                    """ 
     | 
| 
       46456 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 46168 
     | 
    
         
            +
                    """撤回结果,成功:true,失败:false。
         
     | 
| 
       46457 
46169 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       46458 
46170 
     | 
    
         
             
                    """
         
     | 
| 
       46459 
46171 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -50305,10 +50017,8 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50305 
50017 
     | 
    
         
             
                    :param _TimeOut: 超时时间
         
     | 
| 
       50306 
50018 
     | 
    
         
             
                    :type TimeOut: int
         
     | 
| 
       50307 
50019 
     | 
    
         
             
                    :param _RetryCount: 重试次数
         
     | 
| 
       50308 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50309 
50020 
     | 
    
         
             
                    :type RetryCount: int
         
     | 
| 
       50310 
50021 
     | 
    
         
             
                    :param _RetryInterval: 重试间隔
         
     | 
| 
       50311 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50312 
50022 
     | 
    
         
             
                    :type RetryInterval: int
         
     | 
| 
       50313 
50023 
     | 
    
         
             
                    :param _TaskRule: 触发规则
         
     | 
| 
       50314 
50024 
     | 
    
         
             
                    :type TaskRule: :class:`tencentcloud.tsf.v20180326.models.TaskRule`
         
     | 
| 
         @@ -50317,31 +50027,22 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50317 
50027 
     | 
    
         
             
                    :param _TaskId: 任务ID
         
     | 
| 
       50318 
50028 
     | 
    
         
             
                    :type TaskId: str
         
     | 
| 
       50319 
50029 
     | 
    
         
             
                    :param _SuccessOperator: 判断任务成功的操作符
         
     | 
| 
       50320 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50321 
50030 
     | 
    
         
             
                    :type SuccessOperator: str
         
     | 
| 
       50322 
50031 
     | 
    
         
             
                    :param _SuccessRatio: 判断任务成功的阈值
         
     | 
| 
       50323 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50324 
50032 
     | 
    
         
             
                    :type SuccessRatio: int
         
     | 
| 
       50325 
50033 
     | 
    
         
             
                    :param _ShardCount: 分片数量
         
     | 
| 
       50326 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50327 
50034 
     | 
    
         
             
                    :type ShardCount: int
         
     | 
| 
       50328 
50035 
     | 
    
         
             
                    :param _AdvanceSettings: 高级设置
         
     | 
| 
       50329 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50330 
50036 
     | 
    
         
             
                    :type AdvanceSettings: :class:`tencentcloud.tsf.v20180326.models.AdvanceSettings`
         
     | 
| 
       50331 
50037 
     | 
    
         
             
                    :param _ShardArguments: 分片参数
         
     | 
| 
       50332 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50333 
50038 
     | 
    
         
             
                    :type ShardArguments: list of ShardArgument
         
     | 
| 
       50334 
50039 
     | 
    
         
             
                    :param _BelongFlowIds: 所属工作流ID
         
     | 
| 
       50335 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50336 
50040 
     | 
    
         
             
                    :type BelongFlowIds: list of str
         
     | 
| 
       50337 
50041 
     | 
    
         
             
                    :param _TaskLogId: 任务历史ID
         
     | 
| 
       50338 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50339 
50042 
     | 
    
         
             
                    :type TaskLogId: str
         
     | 
| 
       50340 
50043 
     | 
    
         
             
                    :param _TriggerType: 触发类型
         
     | 
| 
       50341 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50342 
50044 
     | 
    
         
             
                    :type TriggerType: str
         
     | 
| 
       50343 
50045 
     | 
    
         
             
                    :param _TaskArgument: 任务参数,长度限制10000个字符
         
     | 
| 
       50344 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50345 
50046 
     | 
    
         
             
                    :type TaskArgument: str
         
     | 
| 
       50346 
50047 
     | 
    
         
             
                    """
         
     | 
| 
       50347 
50048 
     | 
    
         
             
                    self._TaskName = None
         
     | 
| 
         @@ -50434,7 +50135,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50434 
50135 
     | 
    
         
             
                @property
         
     | 
| 
       50435 
50136 
     | 
    
         
             
                def RetryCount(self):
         
     | 
| 
       50436 
50137 
     | 
    
         
             
                    """重试次数
         
     | 
| 
       50437 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50438 
50138 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       50439 
50139 
     | 
    
         
             
                    """
         
     | 
| 
       50440 
50140 
     | 
    
         
             
                    return self._RetryCount
         
     | 
| 
         @@ -50446,7 +50146,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50446 
50146 
     | 
    
         
             
                @property
         
     | 
| 
       50447 
50147 
     | 
    
         
             
                def RetryInterval(self):
         
     | 
| 
       50448 
50148 
     | 
    
         
             
                    """重试间隔
         
     | 
| 
       50449 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50450 
50149 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       50451 
50150 
     | 
    
         
             
                    """
         
     | 
| 
       50452 
50151 
     | 
    
         
             
                    return self._RetryInterval
         
     | 
| 
         @@ -50491,7 +50190,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50491 
50190 
     | 
    
         
             
                @property
         
     | 
| 
       50492 
50191 
     | 
    
         
             
                def SuccessOperator(self):
         
     | 
| 
       50493 
50192 
     | 
    
         
             
                    """判断任务成功的操作符
         
     | 
| 
       50494 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50495 
50193 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       50496 
50194 
     | 
    
         
             
                    """
         
     | 
| 
       50497 
50195 
     | 
    
         
             
                    return self._SuccessOperator
         
     | 
| 
         @@ -50503,7 +50201,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50503 
50201 
     | 
    
         
             
                @property
         
     | 
| 
       50504 
50202 
     | 
    
         
             
                def SuccessRatio(self):
         
     | 
| 
       50505 
50203 
     | 
    
         
             
                    """判断任务成功的阈值
         
     | 
| 
       50506 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50507 
50204 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       50508 
50205 
     | 
    
         
             
                    """
         
     | 
| 
       50509 
50206 
     | 
    
         
             
                    return self._SuccessRatio
         
     | 
| 
         @@ -50515,7 +50212,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50515 
50212 
     | 
    
         
             
                @property
         
     | 
| 
       50516 
50213 
     | 
    
         
             
                def ShardCount(self):
         
     | 
| 
       50517 
50214 
     | 
    
         
             
                    """分片数量
         
     | 
| 
       50518 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50519 
50215 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       50520 
50216 
     | 
    
         
             
                    """
         
     | 
| 
       50521 
50217 
     | 
    
         
             
                    return self._ShardCount
         
     | 
| 
         @@ -50527,7 +50223,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50527 
50223 
     | 
    
         
             
                @property
         
     | 
| 
       50528 
50224 
     | 
    
         
             
                def AdvanceSettings(self):
         
     | 
| 
       50529 
50225 
     | 
    
         
             
                    """高级设置
         
     | 
| 
       50530 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50531 
50226 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.AdvanceSettings`
         
     | 
| 
       50532 
50227 
     | 
    
         
             
                    """
         
     | 
| 
       50533 
50228 
     | 
    
         
             
                    return self._AdvanceSettings
         
     | 
| 
         @@ -50539,7 +50234,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50539 
50234 
     | 
    
         
             
                @property
         
     | 
| 
       50540 
50235 
     | 
    
         
             
                def ShardArguments(self):
         
     | 
| 
       50541 
50236 
     | 
    
         
             
                    """分片参数
         
     | 
| 
       50542 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50543 
50237 
     | 
    
         
             
                    :rtype: list of ShardArgument
         
     | 
| 
       50544 
50238 
     | 
    
         
             
                    """
         
     | 
| 
       50545 
50239 
     | 
    
         
             
                    return self._ShardArguments
         
     | 
| 
         @@ -50551,7 +50245,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50551 
50245 
     | 
    
         
             
                @property
         
     | 
| 
       50552 
50246 
     | 
    
         
             
                def BelongFlowIds(self):
         
     | 
| 
       50553 
50247 
     | 
    
         
             
                    """所属工作流ID
         
     | 
| 
       50554 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50555 
50248 
     | 
    
         
             
                    :rtype: list of str
         
     | 
| 
       50556 
50249 
     | 
    
         
             
                    """
         
     | 
| 
       50557 
50250 
     | 
    
         
             
                    return self._BelongFlowIds
         
     | 
| 
         @@ -50563,7 +50256,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50563 
50256 
     | 
    
         
             
                @property
         
     | 
| 
       50564 
50257 
     | 
    
         
             
                def TaskLogId(self):
         
     | 
| 
       50565 
50258 
     | 
    
         
             
                    """任务历史ID
         
     | 
| 
       50566 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50567 
50259 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       50568 
50260 
     | 
    
         
             
                    """
         
     | 
| 
       50569 
50261 
     | 
    
         
             
                    return self._TaskLogId
         
     | 
| 
         @@ -50575,7 +50267,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50575 
50267 
     | 
    
         
             
                @property
         
     | 
| 
       50576 
50268 
     | 
    
         
             
                def TriggerType(self):
         
     | 
| 
       50577 
50269 
     | 
    
         
             
                    """触发类型
         
     | 
| 
       50578 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50579 
50270 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       50580 
50271 
     | 
    
         
             
                    """
         
     | 
| 
       50581 
50272 
     | 
    
         
             
                    return self._TriggerType
         
     | 
| 
         @@ -50587,7 +50278,6 @@ class TaskRecord(AbstractModel): 
     | 
|
| 
       50587 
50278 
     | 
    
         
             
                @property
         
     | 
| 
       50588 
50279 
     | 
    
         
             
                def TaskArgument(self):
         
     | 
| 
       50589 
50280 
     | 
    
         
             
                    """任务参数,长度限制10000个字符
         
     | 
| 
       50590 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50591 
50281 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       50592 
50282 
     | 
    
         
             
                    """
         
     | 
| 
       50593 
50283 
     | 
    
         
             
                    return self._TaskArgument
         
     | 
| 
         @@ -50703,7 +50393,6 @@ class TaskRule(AbstractModel): 
     | 
|
| 
       50703 
50393 
     | 
    
         
             
                    :param _RuleType: 触发规则类型, Cron/Repeat
         
     | 
| 
       50704 
50394 
     | 
    
         
             
                    :type RuleType: str
         
     | 
| 
       50705 
50395 
     | 
    
         
             
                    :param _Expression: Cron类型规则,cron表达式。
         
     | 
| 
       50706 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50707 
50396 
     | 
    
         
             
                    :type Expression: str
         
     | 
| 
       50708 
50397 
     | 
    
         
             
                    :param _RepeatInterval: 时间间隔, 单位毫秒
         
     | 
| 
       50709 
50398 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -50727,7 +50416,6 @@ class TaskRule(AbstractModel): 
     | 
|
| 
       50727 
50416 
     | 
    
         
             
                @property
         
     | 
| 
       50728 
50417 
     | 
    
         
             
                def Expression(self):
         
     | 
| 
       50729 
50418 
     | 
    
         
             
                    """Cron类型规则,cron表达式。
         
     | 
| 
       50730 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       50731 
50419 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       50732 
50420 
     | 
    
         
             
                    """
         
     | 
| 
       50733 
50421 
     | 
    
         
             
                    return self._Expression
         
     | 
| 
         @@ -51047,10 +50735,8 @@ class TrySchedule(AbstractModel): 
     | 
|
| 
       51047 
50735 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       51048 
50736 
     | 
    
         
             
                    r"""
         
     | 
| 
       51049 
50737 
     | 
    
         
             
                    :param _AffinityList: -
         
     | 
| 
       51050 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51051 
50738 
     | 
    
         
             
                    :type AffinityList: list of Affinity
         
     | 
| 
       51052 
50739 
     | 
    
         
             
                    :param _AntiAffinityList: -
         
     | 
| 
       51053 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51054 
50740 
     | 
    
         
             
                    :type AntiAffinityList: list of Affinity
         
     | 
| 
       51055 
50741 
     | 
    
         
             
                    """
         
     | 
| 
       51056 
50742 
     | 
    
         
             
                    self._AffinityList = None
         
     | 
| 
         @@ -51059,7 +50745,6 @@ class TrySchedule(AbstractModel): 
     | 
|
| 
       51059 
50745 
     | 
    
         
             
                @property
         
     | 
| 
       51060 
50746 
     | 
    
         
             
                def AffinityList(self):
         
     | 
| 
       51061 
50747 
     | 
    
         
             
                    """-
         
     | 
| 
       51062 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51063 
50748 
     | 
    
         
             
                    :rtype: list of Affinity
         
     | 
| 
       51064 
50749 
     | 
    
         
             
                    """
         
     | 
| 
       51065 
50750 
     | 
    
         
             
                    return self._AffinityList
         
     | 
| 
         @@ -51071,7 +50756,6 @@ class TrySchedule(AbstractModel): 
     | 
|
| 
       51071 
50756 
     | 
    
         
             
                @property
         
     | 
| 
       51072 
50757 
     | 
    
         
             
                def AntiAffinityList(self):
         
     | 
| 
       51073 
50758 
     | 
    
         
             
                    """-
         
     | 
| 
       51074 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51075 
50759 
     | 
    
         
             
                    :rtype: list of Affinity
         
     | 
| 
       51076 
50760 
     | 
    
         
             
                    """
         
     | 
| 
       51077 
50761 
     | 
    
         
             
                    return self._AntiAffinityList
         
     | 
| 
         @@ -51424,13 +51108,10 @@ class TsfPageApplication(AbstractModel): 
     | 
|
| 
       51424 
51108 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       51425 
51109 
     | 
    
         
             
                    r"""
         
     | 
| 
       51426 
51110 
     | 
    
         
             
                    :param _TotalCount: 应用总数目
         
     | 
| 
       51427 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51428 
51111 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       51429 
51112 
     | 
    
         
             
                    :param _Content: 应用信息列表
         
     | 
| 
       51430 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51431 
51113 
     | 
    
         
             
                    :type Content: list of ApplicationForPage
         
     | 
| 
       51432 
51114 
     | 
    
         
             
                    :param _SpecTotalCount: 获取部署组实例列表返回的原始批次个数
         
     | 
| 
       51433 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51434 
51115 
     | 
    
         
             
                    :type SpecTotalCount: int
         
     | 
| 
       51435 
51116 
     | 
    
         
             
                    """
         
     | 
| 
       51436 
51117 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -51440,7 +51121,6 @@ class TsfPageApplication(AbstractModel): 
     | 
|
| 
       51440 
51121 
     | 
    
         
             
                @property
         
     | 
| 
       51441 
51122 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       51442 
51123 
     | 
    
         
             
                    """应用总数目
         
     | 
| 
       51443 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51444 
51124 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       51445 
51125 
     | 
    
         
             
                    """
         
     | 
| 
       51446 
51126 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -51452,7 +51132,6 @@ class TsfPageApplication(AbstractModel): 
     | 
|
| 
       51452 
51132 
     | 
    
         
             
                @property
         
     | 
| 
       51453 
51133 
     | 
    
         
             
                def Content(self):
         
     | 
| 
       51454 
51134 
     | 
    
         
             
                    """应用信息列表
         
     | 
| 
       51455 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51456 
51135 
     | 
    
         
             
                    :rtype: list of ApplicationForPage
         
     | 
| 
       51457 
51136 
     | 
    
         
             
                    """
         
     | 
| 
       51458 
51137 
     | 
    
         
             
                    return self._Content
         
     | 
| 
         @@ -51464,7 +51143,6 @@ class TsfPageApplication(AbstractModel): 
     | 
|
| 
       51464 
51143 
     | 
    
         
             
                @property
         
     | 
| 
       51465 
51144 
     | 
    
         
             
                def SpecTotalCount(self):
         
     | 
| 
       51466 
51145 
     | 
    
         
             
                    """获取部署组实例列表返回的原始批次个数
         
     | 
| 
       51467 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51468 
51146 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       51469 
51147 
     | 
    
         
             
                    """
         
     | 
| 
       51470 
51148 
     | 
    
         
             
                    return self._SpecTotalCount
         
     | 
| 
         @@ -51501,10 +51179,8 @@ class TsfPageBusinessLogConfig(AbstractModel): 
     | 
|
| 
       51501 
51179 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       51502 
51180 
     | 
    
         
             
                    r"""
         
     | 
| 
       51503 
51181 
     | 
    
         
             
                    :param _TotalCount: 总条数
         
     | 
| 
       51504 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51505 
51182 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       51506 
51183 
     | 
    
         
             
                    :param _Content: 业务日志配置项列表
         
     | 
| 
       51507 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51508 
51184 
     | 
    
         
             
                    :type Content: list of BusinessLogConfig
         
     | 
| 
       51509 
51185 
     | 
    
         
             
                    """
         
     | 
| 
       51510 
51186 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -51513,7 +51189,6 @@ class TsfPageBusinessLogConfig(AbstractModel): 
     | 
|
| 
       51513 
51189 
     | 
    
         
             
                @property
         
     | 
| 
       51514 
51190 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       51515 
51191 
     | 
    
         
             
                    """总条数
         
     | 
| 
       51516 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51517 
51192 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       51518 
51193 
     | 
    
         
             
                    """
         
     | 
| 
       51519 
51194 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -51525,7 +51200,6 @@ class TsfPageBusinessLogConfig(AbstractModel): 
     | 
|
| 
       51525 
51200 
     | 
    
         
             
                @property
         
     | 
| 
       51526 
51201 
     | 
    
         
             
                def Content(self):
         
     | 
| 
       51527 
51202 
     | 
    
         
             
                    """业务日志配置项列表
         
     | 
| 
       51528 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51529 
51203 
     | 
    
         
             
                    :rtype: list of BusinessLogConfig
         
     | 
| 
       51530 
51204 
     | 
    
         
             
                    """
         
     | 
| 
       51531 
51205 
     | 
    
         
             
                    return self._Content
         
     | 
| 
         @@ -51571,7 +51245,6 @@ class TsfPageBusinessLogV2(AbstractModel): 
     | 
|
| 
       51571 
51245 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51572 
51246 
     | 
    
         
             
                    :type Status: str
         
     | 
| 
       51573 
51247 
     | 
    
         
             
                    :param _SearchAfter: 查询es时,使用searchAfter返回的游标
         
     | 
| 
       51574 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51575 
51248 
     | 
    
         
             
                    :type SearchAfter: list of str
         
     | 
| 
       51576 
51249 
     | 
    
         
             
                    """
         
     | 
| 
       51577 
51250 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -51629,7 +51302,6 @@ class TsfPageBusinessLogV2(AbstractModel): 
     | 
|
| 
       51629 
51302 
     | 
    
         
             
                @property
         
     | 
| 
       51630 
51303 
     | 
    
         
             
                def SearchAfter(self):
         
     | 
| 
       51631 
51304 
     | 
    
         
             
                    """查询es时,使用searchAfter返回的游标
         
     | 
| 
       51632 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51633 
51305 
     | 
    
         
             
                    :rtype: list of str
         
     | 
| 
       51634 
51306 
     | 
    
         
             
                    """
         
     | 
| 
       51635 
51307 
     | 
    
         
             
                    return self._SearchAfter
         
     | 
| 
         @@ -52123,10 +51795,8 @@ class TsfPageFileConfigRelease(AbstractModel): 
     | 
|
| 
       52123 
51795 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       52124 
51796 
     | 
    
         
             
                    r"""
         
     | 
| 
       52125 
51797 
     | 
    
         
             
                    :param _TotalCount: 数量
         
     | 
| 
       52126 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52127 
51798 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       52128 
51799 
     | 
    
         
             
                    :param _Content: 列表
         
     | 
| 
       52129 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52130 
51800 
     | 
    
         
             
                    :type Content: list of FileConfigRelease
         
     | 
| 
       52131 
51801 
     | 
    
         
             
                    """
         
     | 
| 
       52132 
51802 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -52135,7 +51805,6 @@ class TsfPageFileConfigRelease(AbstractModel): 
     | 
|
| 
       52135 
51805 
     | 
    
         
             
                @property
         
     | 
| 
       52136 
51806 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       52137 
51807 
     | 
    
         
             
                    """数量
         
     | 
| 
       52138 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52139 
51808 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       52140 
51809 
     | 
    
         
             
                    """
         
     | 
| 
       52141 
51810 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -52147,7 +51816,6 @@ class TsfPageFileConfigRelease(AbstractModel): 
     | 
|
| 
       52147 
51816 
     | 
    
         
             
                @property
         
     | 
| 
       52148 
51817 
     | 
    
         
             
                def Content(self):
         
     | 
| 
       52149 
51818 
     | 
    
         
             
                    """列表
         
     | 
| 
       52150 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52151 
51819 
     | 
    
         
             
                    :rtype: list of FileConfigRelease
         
     | 
| 
       52152 
51820 
     | 
    
         
             
                    """
         
     | 
| 
       52153 
51821 
     | 
    
         
             
                    return self._Content
         
     | 
| 
         @@ -52239,10 +51907,8 @@ class TsfPageGatewayPlugin(AbstractModel): 
     | 
|
| 
       52239 
51907 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       52240 
51908 
     | 
    
         
             
                    r"""
         
     | 
| 
       52241 
51909 
     | 
    
         
             
                    :param _TotalCount: 记录总数
         
     | 
| 
       52242 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52243 
51910 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       52244 
51911 
     | 
    
         
             
                    :param _Content: 记录实体列表
         
     | 
| 
       52245 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52246 
51912 
     | 
    
         
             
                    :type Content: list of GatewayPlugin
         
     | 
| 
       52247 
51913 
     | 
    
         
             
                    """
         
     | 
| 
       52248 
51914 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -52251,7 +51917,6 @@ class TsfPageGatewayPlugin(AbstractModel): 
     | 
|
| 
       52251 
51917 
     | 
    
         
             
                @property
         
     | 
| 
       52252 
51918 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       52253 
51919 
     | 
    
         
             
                    """记录总数
         
     | 
| 
       52254 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52255 
51920 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       52256 
51921 
     | 
    
         
             
                    """
         
     | 
| 
       52257 
51922 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -52263,7 +51928,6 @@ class TsfPageGatewayPlugin(AbstractModel): 
     | 
|
| 
       52263 
51928 
     | 
    
         
             
                @property
         
     | 
| 
       52264 
51929 
     | 
    
         
             
                def Content(self):
         
     | 
| 
       52265 
51930 
     | 
    
         
             
                    """记录实体列表
         
     | 
| 
       52266 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52267 
51931 
     | 
    
         
             
                    :rtype: list of GatewayPlugin
         
     | 
| 
       52268 
51932 
     | 
    
         
             
                    """
         
     | 
| 
       52269 
51933 
     | 
    
         
             
                    return self._Content
         
     | 
| 
         @@ -52653,7 +52317,6 @@ class TsfPageStdoutLogV2(AbstractModel): 
     | 
|
| 
       52653 
52317 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52654 
52318 
     | 
    
         
             
                    :type Status: str
         
     | 
| 
       52655 
52319 
     | 
    
         
             
                    :param _SearchAfter: 游标ID
         
     | 
| 
       52656 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52657 
52320 
     | 
    
         
             
                    :type SearchAfter: list of str
         
     | 
| 
       52658 
52321 
     | 
    
         
             
                    """
         
     | 
| 
       52659 
52322 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -52711,7 +52374,6 @@ class TsfPageStdoutLogV2(AbstractModel): 
     | 
|
| 
       52711 
52374 
     | 
    
         
             
                @property
         
     | 
| 
       52712 
52375 
     | 
    
         
             
                def SearchAfter(self):
         
     | 
| 
       52713 
52376 
     | 
    
         
             
                    """游标ID
         
     | 
| 
       52714 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52715 
52377 
     | 
    
         
             
                    :rtype: list of str
         
     | 
| 
       52716 
52378 
     | 
    
         
             
                    """
         
     | 
| 
       52717 
52379 
     | 
    
         
             
                    return self._SearchAfter
         
     | 
| 
         @@ -52862,10 +52524,8 @@ class TsfPageUnitRuleV2(AbstractModel): 
     | 
|
| 
       52862 
52524 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       52863 
52525 
     | 
    
         
             
                    r"""
         
     | 
| 
       52864 
52526 
     | 
    
         
             
                    :param _TotalCount: 记录总数
         
     | 
| 
       52865 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52866 
52527 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       52867 
52528 
     | 
    
         
             
                    :param _Content: 记录实体列表
         
     | 
| 
       52868 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52869 
52529 
     | 
    
         
             
                    :type Content: list of UnitRule
         
     | 
| 
       52870 
52530 
     | 
    
         
             
                    """
         
     | 
| 
       52871 
52531 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
         @@ -52874,7 +52534,6 @@ class TsfPageUnitRuleV2(AbstractModel): 
     | 
|
| 
       52874 
52534 
     | 
    
         
             
                @property
         
     | 
| 
       52875 
52535 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       52876 
52536 
     | 
    
         
             
                    """记录总数
         
     | 
| 
       52877 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52878 
52537 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       52879 
52538 
     | 
    
         
             
                    """
         
     | 
| 
       52880 
52539 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -52886,7 +52545,6 @@ class TsfPageUnitRuleV2(AbstractModel): 
     | 
|
| 
       52886 
52545 
     | 
    
         
             
                @property
         
     | 
| 
       52887 
52546 
     | 
    
         
             
                def Content(self):
         
     | 
| 
       52888 
52547 
     | 
    
         
             
                    """记录实体列表
         
     | 
| 
       52889 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       52890 
52548 
     | 
    
         
             
                    :rtype: list of UnitRule
         
     | 
| 
       52891 
52549 
     | 
    
         
             
                    """
         
     | 
| 
       52892 
52550 
     | 
    
         
             
                    return self._Content
         
     | 
| 
         @@ -53066,16 +52724,12 @@ class UnitNamespace(AbstractModel): 
     | 
|
| 
       53066 
52724 
     | 
    
         
             
                    :param _NamespaceName: 命名空间Name
         
     | 
| 
       53067 
52725 
     | 
    
         
             
                    :type NamespaceName: str
         
     | 
| 
       53068 
52726 
     | 
    
         
             
                    :param _Id: 单元化命名空间ID
         
     | 
| 
       53069 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53070 
52727 
     | 
    
         
             
                    :type Id: str
         
     | 
| 
       53071 
52728 
     | 
    
         
             
                    :param _GatewayInstanceId: 网关实体ID
         
     | 
| 
       53072 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53073 
52729 
     | 
    
         
             
                    :type GatewayInstanceId: str
         
     | 
| 
       53074 
52730 
     | 
    
         
             
                    :param _CreatedTime: 创建时间
         
     | 
| 
       53075 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53076 
52731 
     | 
    
         
             
                    :type CreatedTime: str
         
     | 
| 
       53077 
52732 
     | 
    
         
             
                    :param _UpdatedTime: 更新时间
         
     | 
| 
       53078 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53079 
52733 
     | 
    
         
             
                    :type UpdatedTime: str
         
     | 
| 
       53080 
52734 
     | 
    
         
             
                    """
         
     | 
| 
       53081 
52735 
     | 
    
         
             
                    self._NamespaceId = None
         
     | 
| 
         @@ -53110,7 +52764,6 @@ class UnitNamespace(AbstractModel): 
     | 
|
| 
       53110 
52764 
     | 
    
         
             
                @property
         
     | 
| 
       53111 
52765 
     | 
    
         
             
                def Id(self):
         
     | 
| 
       53112 
52766 
     | 
    
         
             
                    """单元化命名空间ID
         
     | 
| 
       53113 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53114 
52767 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       53115 
52768 
     | 
    
         
             
                    """
         
     | 
| 
       53116 
52769 
     | 
    
         
             
                    return self._Id
         
     | 
| 
         @@ -53122,7 +52775,6 @@ class UnitNamespace(AbstractModel): 
     | 
|
| 
       53122 
52775 
     | 
    
         
             
                @property
         
     | 
| 
       53123 
52776 
     | 
    
         
             
                def GatewayInstanceId(self):
         
     | 
| 
       53124 
52777 
     | 
    
         
             
                    """网关实体ID
         
     | 
| 
       53125 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53126 
52778 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       53127 
52779 
     | 
    
         
             
                    """
         
     | 
| 
       53128 
52780 
     | 
    
         
             
                    return self._GatewayInstanceId
         
     | 
| 
         @@ -53134,7 +52786,6 @@ class UnitNamespace(AbstractModel): 
     | 
|
| 
       53134 
52786 
     | 
    
         
             
                @property
         
     | 
| 
       53135 
52787 
     | 
    
         
             
                def CreatedTime(self):
         
     | 
| 
       53136 
52788 
     | 
    
         
             
                    """创建时间
         
     | 
| 
       53137 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53138 
52789 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       53139 
52790 
     | 
    
         
             
                    """
         
     | 
| 
       53140 
52791 
     | 
    
         
             
                    return self._CreatedTime
         
     | 
| 
         @@ -53146,7 +52797,6 @@ class UnitNamespace(AbstractModel): 
     | 
|
| 
       53146 
52797 
     | 
    
         
             
                @property
         
     | 
| 
       53147 
52798 
     | 
    
         
             
                def UpdatedTime(self):
         
     | 
| 
       53148 
52799 
     | 
    
         
             
                    """更新时间
         
     | 
| 
       53149 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53150 
52800 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       53151 
52801 
     | 
    
         
             
                    """
         
     | 
| 
       53152 
52802 
     | 
    
         
             
                    return self._UpdatedTime
         
     | 
| 
         @@ -53834,7 +53484,6 @@ class UpdateApiGroupResponse(AbstractModel): 
     | 
|
| 
       53834 
53484 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       53835 
53485 
     | 
    
         
             
                    r"""
         
     | 
| 
       53836 
53486 
     | 
    
         
             
                    :param _Result: 返回结果,true: 成功, false: 失败
         
     | 
| 
       53837 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53838 
53487 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       53839 
53488 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       53840 
53489 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -53845,7 +53494,6 @@ class UpdateApiGroupResponse(AbstractModel): 
     | 
|
| 
       53845 
53494 
     | 
    
         
             
                @property
         
     | 
| 
       53846 
53495 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       53847 
53496 
     | 
    
         
             
                    """返回结果,true: 成功, false: 失败
         
     | 
| 
       53848 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       53849 
53497 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       53850 
53498 
     | 
    
         
             
                    """
         
     | 
| 
       53851 
53499 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -54569,7 +54217,6 @@ class UpdateHealthCheckSettingsResponse(AbstractModel): 
     | 
|
| 
       54569 
54217 
     | 
    
         
             
                    :param _Result: 更新健康检查配置操作是否成功。
         
     | 
| 
       54570 
54218 
     | 
    
         
             
            true:操作成功。
         
     | 
| 
       54571 
54219 
     | 
    
         
             
            false:操作失败。
         
     | 
| 
       54572 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54573 
54220 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       54574 
54221 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       54575 
54222 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -54582,7 +54229,6 @@ false:操作失败。 
     | 
|
| 
       54582 
54229 
     | 
    
         
             
                    """更新健康检查配置操作是否成功。
         
     | 
| 
       54583 
54230 
     | 
    
         
             
            true:操作成功。
         
     | 
| 
       54584 
54231 
     | 
    
         
             
            false:操作失败。
         
     | 
| 
       54585 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54586 
54232 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       54587 
54233 
     | 
    
         
             
                    """
         
     | 
| 
       54588 
54234 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -54795,8 +54441,7 @@ class UpdateUnitRuleResponse(AbstractModel): 
     | 
|
| 
       54795 
54441 
     | 
    
         | 
| 
       54796 
54442 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       54797 
54443 
     | 
    
         
             
                    r"""
         
     | 
| 
       54798 
     | 
    
         
            -
                    :param _Result:  
     | 
| 
       54799 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 54444 
     | 
    
         
            +
                    :param _Result: 是否成功,成功:true,失败:false。
         
     | 
| 
       54800 
54445 
     | 
    
         
             
                    :type Result: bool
         
     | 
| 
       54801 
54446 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       54802 
54447 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -54806,8 +54451,7 @@ class UpdateUnitRuleResponse(AbstractModel): 
     | 
|
| 
       54806 
54451 
     | 
    
         | 
| 
       54807 
54452 
     | 
    
         
             
                @property
         
     | 
| 
       54808 
54453 
     | 
    
         
             
                def Result(self):
         
     | 
| 
       54809 
     | 
    
         
            -
                    """ 
     | 
| 
       54810 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 54454 
     | 
    
         
            +
                    """是否成功,成功:true,失败:false。
         
     | 
| 
       54811 
54455 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       54812 
54456 
     | 
    
         
             
                    """
         
     | 
| 
       54813 
54457 
     | 
    
         
             
                    return self._Result
         
     | 
| 
         @@ -54841,16 +54485,13 @@ class ValueFrom(AbstractModel): 
     | 
|
| 
       54841 
54485 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       54842 
54486 
     | 
    
         
             
                    r"""
         
     | 
| 
       54843 
54487 
     | 
    
         
             
                    :param _FieldRef: k8s env 的 FieldRef
         
     | 
| 
       54844 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54845 
54488 
     | 
    
         
             
                    :type FieldRef: :class:`tencentcloud.tsf.v20180326.models.FieldRef`
         
     | 
| 
       54846 
54489 
     | 
    
         
             
                    :param _ResourceFieldRef: k8s env 的 ResourceFieldRef
         
     | 
| 
       54847 
54490 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54848 
54491 
     | 
    
         
             
                    :type ResourceFieldRef: :class:`tencentcloud.tsf.v20180326.models.ResourceFieldRef`
         
     | 
| 
       54849 
54492 
     | 
    
         
             
                    :param _ConfigMapKeyRef: k8s env的configMapKeyRef
         
     | 
| 
       54850 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54851 
54493 
     | 
    
         
             
                    :type ConfigMapKeyRef: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
         
     | 
| 
       54852 
54494 
     | 
    
         
             
                    :param _SecretKeyRef: k8s env 的 secretKeyRef
         
     | 
| 
       54853 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54854 
54495 
     | 
    
         
             
                    :type SecretKeyRef: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
         
     | 
| 
       54855 
54496 
     | 
    
         
             
                    """
         
     | 
| 
       54856 
54497 
     | 
    
         
             
                    self._FieldRef = None
         
     | 
| 
         @@ -54861,7 +54502,6 @@ class ValueFrom(AbstractModel): 
     | 
|
| 
       54861 
54502 
     | 
    
         
             
                @property
         
     | 
| 
       54862 
54503 
     | 
    
         
             
                def FieldRef(self):
         
     | 
| 
       54863 
54504 
     | 
    
         
             
                    """k8s env 的 FieldRef
         
     | 
| 
       54864 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54865 
54505 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.FieldRef`
         
     | 
| 
       54866 
54506 
     | 
    
         
             
                    """
         
     | 
| 
       54867 
54507 
     | 
    
         
             
                    return self._FieldRef
         
     | 
| 
         @@ -54885,7 +54525,6 @@ class ValueFrom(AbstractModel): 
     | 
|
| 
       54885 
54525 
     | 
    
         
             
                @property
         
     | 
| 
       54886 
54526 
     | 
    
         
             
                def ConfigMapKeyRef(self):
         
     | 
| 
       54887 
54527 
     | 
    
         
             
                    """k8s env的configMapKeyRef
         
     | 
| 
       54888 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54889 
54528 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
         
     | 
| 
       54890 
54529 
     | 
    
         
             
                    """
         
     | 
| 
       54891 
54530 
     | 
    
         
             
                    return self._ConfigMapKeyRef
         
     | 
| 
         @@ -54897,7 +54536,6 @@ class ValueFrom(AbstractModel): 
     | 
|
| 
       54897 
54536 
     | 
    
         
             
                @property
         
     | 
| 
       54898 
54537 
     | 
    
         
             
                def SecretKeyRef(self):
         
     | 
| 
       54899 
54538 
     | 
    
         
             
                    """k8s env 的 secretKeyRef
         
     | 
| 
       54900 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       54901 
54539 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
         
     | 
| 
       54902 
54540 
     | 
    
         
             
                    """
         
     | 
| 
       54903 
54541 
     | 
    
         
             
                    return self._SecretKeyRef
         
     | 
| 
         @@ -55028,22 +54666,16 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55028 
54666 
     | 
    
         
             
                    :param _EnableBatchHealthCheck: 批次是否开启健康检查
         
     | 
| 
       55029 
54667 
     | 
    
         
             
                    :type EnableBatchHealthCheck: bool
         
     | 
| 
       55030 
54668 
     | 
    
         
             
                    :param _FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
         
     | 
| 
       55031 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55032 
54669 
     | 
    
         
             
                    :type FilebeatCgroupEnable: bool
         
     | 
| 
       55033 
54670 
     | 
    
         
             
                    :param _FilebeatMaxCpu: filebeat使用cpu上限
         
     | 
| 
       55034 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55035 
54671 
     | 
    
         
             
                    :type FilebeatMaxCpu: float
         
     | 
| 
       55036 
54672 
     | 
    
         
             
                    :param _FilebeatMaxMem: filebeat使用内存上限
         
     | 
| 
       55037 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55038 
54673 
     | 
    
         
             
                    :type FilebeatMaxMem: int
         
     | 
| 
       55039 
54674 
     | 
    
         
             
                    :param _RepositoryId: 仓库ID
         
     | 
| 
       55040 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55041 
54675 
     | 
    
         
             
                    :type RepositoryId: str
         
     | 
| 
       55042 
54676 
     | 
    
         
             
                    :param _RepositoryName: 仓库名称
         
     | 
| 
       55043 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55044 
54677 
     | 
    
         
             
                    :type RepositoryName: str
         
     | 
| 
       55045 
54678 
     | 
    
         
             
                    :param _RepositoryType: 仓库类型
         
     | 
| 
       55046 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55047 
54679 
     | 
    
         
             
                    :type RepositoryType: str
         
     | 
| 
       55048 
54680 
     | 
    
         
             
                    """
         
     | 
| 
       55049 
54681 
     | 
    
         
             
                    self._GroupId = None
         
     | 
| 
         @@ -55536,7 +55168,6 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55536 
55168 
     | 
    
         
             
                @property
         
     | 
| 
       55537 
55169 
     | 
    
         
             
                def FilebeatCgroupEnable(self):
         
     | 
| 
       55538 
55170 
     | 
    
         
             
                    """是否开启cgroup控制内存cpu
         
     | 
| 
       55539 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55540 
55171 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       55541 
55172 
     | 
    
         
             
                    """
         
     | 
| 
       55542 
55173 
     | 
    
         
             
                    return self._FilebeatCgroupEnable
         
     | 
| 
         @@ -55548,7 +55179,6 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55548 
55179 
     | 
    
         
             
                @property
         
     | 
| 
       55549 
55180 
     | 
    
         
             
                def FilebeatMaxCpu(self):
         
     | 
| 
       55550 
55181 
     | 
    
         
             
                    """filebeat使用cpu上限
         
     | 
| 
       55551 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55552 
55182 
     | 
    
         
             
                    :rtype: float
         
     | 
| 
       55553 
55183 
     | 
    
         
             
                    """
         
     | 
| 
       55554 
55184 
     | 
    
         
             
                    return self._FilebeatMaxCpu
         
     | 
| 
         @@ -55560,7 +55190,6 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55560 
55190 
     | 
    
         
             
                @property
         
     | 
| 
       55561 
55191 
     | 
    
         
             
                def FilebeatMaxMem(self):
         
     | 
| 
       55562 
55192 
     | 
    
         
             
                    """filebeat使用内存上限
         
     | 
| 
       55563 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55564 
55193 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       55565 
55194 
     | 
    
         
             
                    """
         
     | 
| 
       55566 
55195 
     | 
    
         
             
                    return self._FilebeatMaxMem
         
     | 
| 
         @@ -55572,7 +55201,6 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55572 
55201 
     | 
    
         
             
                @property
         
     | 
| 
       55573 
55202 
     | 
    
         
             
                def RepositoryId(self):
         
     | 
| 
       55574 
55203 
     | 
    
         
             
                    """仓库ID
         
     | 
| 
       55575 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55576 
55204 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       55577 
55205 
     | 
    
         
             
                    """
         
     | 
| 
       55578 
55206 
     | 
    
         
             
                    return self._RepositoryId
         
     | 
| 
         @@ -55584,7 +55212,6 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55584 
55212 
     | 
    
         
             
                @property
         
     | 
| 
       55585 
55213 
     | 
    
         
             
                def RepositoryName(self):
         
     | 
| 
       55586 
55214 
     | 
    
         
             
                    """仓库名称
         
     | 
| 
       55587 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55588 
55215 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       55589 
55216 
     | 
    
         
             
                    """
         
     | 
| 
       55590 
55217 
     | 
    
         
             
                    return self._RepositoryName
         
     | 
| 
         @@ -55596,7 +55223,6 @@ class VmGroup(AbstractModel): 
     | 
|
| 
       55596 
55223 
     | 
    
         
             
                @property
         
     | 
| 
       55597 
55224 
     | 
    
         
             
                def RepositoryType(self):
         
     | 
| 
       55598 
55225 
     | 
    
         
             
                    """仓库类型
         
     | 
| 
       55599 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       55600 
55226 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       55601 
55227 
     | 
    
         
             
                    """
         
     | 
| 
       55602 
55228 
     | 
    
         
             
                    return self._RepositoryType
         
     |