tencentcloud-sdk-python 3.0.1240__py2.py3-none-any.whl → 3.0.1246__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/apm/v20210622/errorcodes.py +3 -3
 - tencentcloud/apm/v20210622/models.py +16 -15
 - tencentcloud/autoscaling/v20180419/models.py +39 -3
 - tencentcloud/ca/__init__.py +0 -0
 - tencentcloud/ca/v20230228/__init__.py +0 -0
 - tencentcloud/ca/v20230228/ca_client.py +95 -0
 - tencentcloud/ca/v20230228/errorcodes.py +30 -0
 - tencentcloud/ca/v20230228/models.py +398 -0
 - tencentcloud/ccc/v20200210/ccc_client.py +46 -0
 - tencentcloud/ccc/v20200210/errorcodes.py +6 -0
 - tencentcloud/ccc/v20200210/models.py +291 -0
 - tencentcloud/cdn/v20180606/models.py +32 -0
 - tencentcloud/cdwdoris/v20211228/models.py +105 -1
 - tencentcloud/cls/v20201016/models.py +12 -0
 - tencentcloud/cvm/v20170312/cvm_client.py +23 -0
 - tencentcloud/cvm/v20170312/errorcodes.py +4 -1
 - tencentcloud/cvm/v20170312/models.py +202 -4
 - tencentcloud/cynosdb/v20190107/cynosdb_client.py +48 -48
 - tencentcloud/cynosdb/v20190107/models.py +7 -4
 - tencentcloud/dts/v20211206/models.py +12 -12
 - tencentcloud/emr/v20190103/models.py +12 -0
 - tencentcloud/ess/v20201111/ess_client.py +1 -2
 - tencentcloud/ess/v20201111/models.py +21 -17
 - tencentcloud/essbasic/v20210526/essbasic_client.py +37 -0
 - tencentcloud/essbasic/v20210526/models.py +129 -8
 - tencentcloud/lcic/v20220817/models.py +1 -1
 - tencentcloud/lighthouse/v20200324/models.py +2 -2
 - tencentcloud/mariadb/v20170312/mariadb_client.py +23 -0
 - tencentcloud/mariadb/v20170312/models.py +94 -0
 - tencentcloud/mqtt/v20240516/models.py +1 -1
 - tencentcloud/mrs/v20200910/models.py +158 -27
 - tencentcloud/ocr/v20181119/models.py +19 -0
 - tencentcloud/scf/v20180416/errorcodes.py +9 -12
 - tencentcloud/ses/v20201002/models.py +65 -0
 - tencentcloud/sqlserver/v20180328/models.py +1 -1
 - tencentcloud/ssl/v20191205/models.py +39 -0
 - tencentcloud/tcss/v20201101/models.py +12 -0
 - tencentcloud/teo/v20220901/errorcodes.py +33 -0
 - tencentcloud/teo/v20220901/models.py +2993 -1598
 - tencentcloud/teo/v20220901/teo_client.py +254 -0
 - tencentcloud/tke/v20180525/models.py +2 -2
 - tencentcloud/vclm/v20240523/models.py +25 -0
 - tencentcloud/vpc/v20170312/errorcodes.py +6 -0
 - tencentcloud/vpc/v20170312/models.py +2162 -188
 - tencentcloud/vpc/v20170312/vpc_client.py +506 -0
 - tencentcloud/waf/v20180125/models.py +447 -12
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/RECORD +52 -47
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1240.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/top_level.txt +0 -0
 
| 
         @@ -2792,6 +2792,117 @@ class CreateIVRSessionResponse(AbstractModel): 
     | 
|
| 
       2792 
2792 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       2793 
2793 
     | 
    
         | 
| 
       2794 
2794 
     | 
    
         | 
| 
      
 2795 
     | 
    
         
            +
            class CreateOwnNumberApplyRequest(AbstractModel):
         
     | 
| 
      
 2796 
     | 
    
         
            +
                """CreateOwnNumberApply请求参数结构体
         
     | 
| 
      
 2797 
     | 
    
         
            +
             
     | 
| 
      
 2798 
     | 
    
         
            +
                """
         
     | 
| 
      
 2799 
     | 
    
         
            +
             
     | 
| 
      
 2800 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 2801 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 2802 
     | 
    
         
            +
                    :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
         
     | 
| 
      
 2803 
     | 
    
         
            +
                    :type SdkAppId: int
         
     | 
| 
      
 2804 
     | 
    
         
            +
                    :param _SipTrunkId: SIP通道ID
         
     | 
| 
      
 2805 
     | 
    
         
            +
                    :type SipTrunkId: int
         
     | 
| 
      
 2806 
     | 
    
         
            +
                    :param _DetailList: 线路相关参数
         
     | 
| 
      
 2807 
     | 
    
         
            +
                    :type DetailList: list of OwnNumberApplyDetailItem
         
     | 
| 
      
 2808 
     | 
    
         
            +
                    :param _Prefix: 送号前缀
         
     | 
| 
      
 2809 
     | 
    
         
            +
                    :type Prefix: str
         
     | 
| 
      
 2810 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2811 
     | 
    
         
            +
                    self._SdkAppId = None
         
     | 
| 
      
 2812 
     | 
    
         
            +
                    self._SipTrunkId = None
         
     | 
| 
      
 2813 
     | 
    
         
            +
                    self._DetailList = None
         
     | 
| 
      
 2814 
     | 
    
         
            +
                    self._Prefix = None
         
     | 
| 
      
 2815 
     | 
    
         
            +
             
     | 
| 
      
 2816 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2817 
     | 
    
         
            +
                def SdkAppId(self):
         
     | 
| 
      
 2818 
     | 
    
         
            +
                    return self._SdkAppId
         
     | 
| 
      
 2819 
     | 
    
         
            +
             
     | 
| 
      
 2820 
     | 
    
         
            +
                @SdkAppId.setter
         
     | 
| 
      
 2821 
     | 
    
         
            +
                def SdkAppId(self, SdkAppId):
         
     | 
| 
      
 2822 
     | 
    
         
            +
                    self._SdkAppId = SdkAppId
         
     | 
| 
      
 2823 
     | 
    
         
            +
             
     | 
| 
      
 2824 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2825 
     | 
    
         
            +
                def SipTrunkId(self):
         
     | 
| 
      
 2826 
     | 
    
         
            +
                    return self._SipTrunkId
         
     | 
| 
      
 2827 
     | 
    
         
            +
             
     | 
| 
      
 2828 
     | 
    
         
            +
                @SipTrunkId.setter
         
     | 
| 
      
 2829 
     | 
    
         
            +
                def SipTrunkId(self, SipTrunkId):
         
     | 
| 
      
 2830 
     | 
    
         
            +
                    self._SipTrunkId = SipTrunkId
         
     | 
| 
      
 2831 
     | 
    
         
            +
             
     | 
| 
      
 2832 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2833 
     | 
    
         
            +
                def DetailList(self):
         
     | 
| 
      
 2834 
     | 
    
         
            +
                    return self._DetailList
         
     | 
| 
      
 2835 
     | 
    
         
            +
             
     | 
| 
      
 2836 
     | 
    
         
            +
                @DetailList.setter
         
     | 
| 
      
 2837 
     | 
    
         
            +
                def DetailList(self, DetailList):
         
     | 
| 
      
 2838 
     | 
    
         
            +
                    self._DetailList = DetailList
         
     | 
| 
      
 2839 
     | 
    
         
            +
             
     | 
| 
      
 2840 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2841 
     | 
    
         
            +
                def Prefix(self):
         
     | 
| 
      
 2842 
     | 
    
         
            +
                    return self._Prefix
         
     | 
| 
      
 2843 
     | 
    
         
            +
             
     | 
| 
      
 2844 
     | 
    
         
            +
                @Prefix.setter
         
     | 
| 
      
 2845 
     | 
    
         
            +
                def Prefix(self, Prefix):
         
     | 
| 
      
 2846 
     | 
    
         
            +
                    self._Prefix = Prefix
         
     | 
| 
      
 2847 
     | 
    
         
            +
             
     | 
| 
      
 2848 
     | 
    
         
            +
             
     | 
| 
      
 2849 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 2850 
     | 
    
         
            +
                    self._SdkAppId = params.get("SdkAppId")
         
     | 
| 
      
 2851 
     | 
    
         
            +
                    self._SipTrunkId = params.get("SipTrunkId")
         
     | 
| 
      
 2852 
     | 
    
         
            +
                    if params.get("DetailList") is not None:
         
     | 
| 
      
 2853 
     | 
    
         
            +
                        self._DetailList = []
         
     | 
| 
      
 2854 
     | 
    
         
            +
                        for item in params.get("DetailList"):
         
     | 
| 
      
 2855 
     | 
    
         
            +
                            obj = OwnNumberApplyDetailItem()
         
     | 
| 
      
 2856 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 2857 
     | 
    
         
            +
                            self._DetailList.append(obj)
         
     | 
| 
      
 2858 
     | 
    
         
            +
                    self._Prefix = params.get("Prefix")
         
     | 
| 
      
 2859 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 2860 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 2861 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 2862 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 2863 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 2864 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 2865 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 2866 
     | 
    
         
            +
                    
         
     | 
| 
      
 2867 
     | 
    
         
            +
             
     | 
| 
      
 2868 
     | 
    
         
            +
             
     | 
| 
      
 2869 
     | 
    
         
            +
            class CreateOwnNumberApplyResponse(AbstractModel):
         
     | 
| 
      
 2870 
     | 
    
         
            +
                """CreateOwnNumberApply返回参数结构体
         
     | 
| 
      
 2871 
     | 
    
         
            +
             
     | 
| 
      
 2872 
     | 
    
         
            +
                """
         
     | 
| 
      
 2873 
     | 
    
         
            +
             
     | 
| 
      
 2874 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 2875 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 2876 
     | 
    
         
            +
                    :param _ApplyId: 审批单号
         
     | 
| 
      
 2877 
     | 
    
         
            +
                    :type ApplyId: int
         
     | 
| 
      
 2878 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 2879 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 2880 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2881 
     | 
    
         
            +
                    self._ApplyId = None
         
     | 
| 
      
 2882 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 2883 
     | 
    
         
            +
             
     | 
| 
      
 2884 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2885 
     | 
    
         
            +
                def ApplyId(self):
         
     | 
| 
      
 2886 
     | 
    
         
            +
                    return self._ApplyId
         
     | 
| 
      
 2887 
     | 
    
         
            +
             
     | 
| 
      
 2888 
     | 
    
         
            +
                @ApplyId.setter
         
     | 
| 
      
 2889 
     | 
    
         
            +
                def ApplyId(self, ApplyId):
         
     | 
| 
      
 2890 
     | 
    
         
            +
                    self._ApplyId = ApplyId
         
     | 
| 
      
 2891 
     | 
    
         
            +
             
     | 
| 
      
 2892 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2893 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 2894 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 2895 
     | 
    
         
            +
             
     | 
| 
      
 2896 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 2897 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 2898 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 2899 
     | 
    
         
            +
             
     | 
| 
      
 2900 
     | 
    
         
            +
             
     | 
| 
      
 2901 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 2902 
     | 
    
         
            +
                    self._ApplyId = params.get("ApplyId")
         
     | 
| 
      
 2903 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 2904 
     | 
    
         
            +
             
     | 
| 
      
 2905 
     | 
    
         
            +
             
     | 
| 
       2795 
2906 
     | 
    
         
             
            class CreatePredictiveDialingCampaignRequest(AbstractModel):
         
     | 
| 
       2796 
2907 
     | 
    
         
             
                """CreatePredictiveDialingCampaign请求参数结构体
         
     | 
| 
       2797 
2908 
     | 
    
         | 
| 
         @@ -7718,6 +7829,8 @@ class IMCdrInfo(AbstractModel): 
     | 
|
| 
       7718 
7829 
     | 
    
         
             
                    :param _Satisfaction: 满意度
         
     | 
| 
       7719 
7830 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7720 
7831 
     | 
    
         
             
                    :type Satisfaction: :class:`tencentcloud.ccc.v20200210.models.IMSatisfaction`
         
     | 
| 
      
 7832 
     | 
    
         
            +
                    :param _ClientUserId: 用户ID
         
     | 
| 
      
 7833 
     | 
    
         
            +
                    :type ClientUserId: str
         
     | 
| 
       7721 
7834 
     | 
    
         
             
                    """
         
     | 
| 
       7722 
7835 
     | 
    
         
             
                    self._Id = None
         
     | 
| 
       7723 
7836 
     | 
    
         
             
                    self._Duration = None
         
     | 
| 
         @@ -7730,6 +7843,7 @@ class IMCdrInfo(AbstractModel): 
     | 
|
| 
       7730 
7843 
     | 
    
         
             
                    self._SkillGroupId = None
         
     | 
| 
       7731 
7844 
     | 
    
         
             
                    self._SkillGroupName = None
         
     | 
| 
       7732 
7845 
     | 
    
         
             
                    self._Satisfaction = None
         
     | 
| 
      
 7846 
     | 
    
         
            +
                    self._ClientUserId = None
         
     | 
| 
       7733 
7847 
     | 
    
         | 
| 
       7734 
7848 
     | 
    
         
             
                @property
         
     | 
| 
       7735 
7849 
     | 
    
         
             
                def Id(self):
         
     | 
| 
         @@ -7819,6 +7933,14 @@ class IMCdrInfo(AbstractModel): 
     | 
|
| 
       7819 
7933 
     | 
    
         
             
                def Satisfaction(self, Satisfaction):
         
     | 
| 
       7820 
7934 
     | 
    
         
             
                    self._Satisfaction = Satisfaction
         
     | 
| 
       7821 
7935 
     | 
    
         | 
| 
      
 7936 
     | 
    
         
            +
                @property
         
     | 
| 
      
 7937 
     | 
    
         
            +
                def ClientUserId(self):
         
     | 
| 
      
 7938 
     | 
    
         
            +
                    return self._ClientUserId
         
     | 
| 
      
 7939 
     | 
    
         
            +
             
     | 
| 
      
 7940 
     | 
    
         
            +
                @ClientUserId.setter
         
     | 
| 
      
 7941 
     | 
    
         
            +
                def ClientUserId(self, ClientUserId):
         
     | 
| 
      
 7942 
     | 
    
         
            +
                    self._ClientUserId = ClientUserId
         
     | 
| 
      
 7943 
     | 
    
         
            +
             
     | 
| 
       7822 
7944 
     | 
    
         | 
| 
       7823 
7945 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       7824 
7946 
     | 
    
         
             
                    self._Id = params.get("Id")
         
     | 
| 
         @@ -7834,6 +7956,7 @@ class IMCdrInfo(AbstractModel): 
     | 
|
| 
       7834 
7956 
     | 
    
         
             
                    if params.get("Satisfaction") is not None:
         
     | 
| 
       7835 
7957 
     | 
    
         
             
                        self._Satisfaction = IMSatisfaction()
         
     | 
| 
       7836 
7958 
     | 
    
         
             
                        self._Satisfaction._deserialize(params.get("Satisfaction"))
         
     | 
| 
      
 7959 
     | 
    
         
            +
                    self._ClientUserId = params.get("ClientUserId")
         
     | 
| 
       7837 
7960 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       7838 
7961 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       7839 
7962 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -8223,6 +8346,105 @@ class ModifyExtensionResponse(AbstractModel): 
     | 
|
| 
       8223 
8346 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       8224 
8347 
     | 
    
         | 
| 
       8225 
8348 
     | 
    
         | 
| 
      
 8349 
     | 
    
         
            +
            class ModifyOwnNumberApplyRequest(AbstractModel):
         
     | 
| 
      
 8350 
     | 
    
         
            +
                """ModifyOwnNumberApply请求参数结构体
         
     | 
| 
      
 8351 
     | 
    
         
            +
             
     | 
| 
      
 8352 
     | 
    
         
            +
                """
         
     | 
| 
      
 8353 
     | 
    
         
            +
             
     | 
| 
      
 8354 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8355 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8356 
     | 
    
         
            +
                    :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
         
     | 
| 
      
 8357 
     | 
    
         
            +
                    :type SdkAppId: int
         
     | 
| 
      
 8358 
     | 
    
         
            +
                    :param _DetailList: 线路相关参数
         
     | 
| 
      
 8359 
     | 
    
         
            +
                    :type DetailList: list of OwnNumberApplyDetailItem
         
     | 
| 
      
 8360 
     | 
    
         
            +
                    :param _ApplyId: 审批单号
         
     | 
| 
      
 8361 
     | 
    
         
            +
                    :type ApplyId: int
         
     | 
| 
      
 8362 
     | 
    
         
            +
                    :param _Prefix: 送号前缀
         
     | 
| 
      
 8363 
     | 
    
         
            +
                    :type Prefix: str
         
     | 
| 
      
 8364 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8365 
     | 
    
         
            +
                    self._SdkAppId = None
         
     | 
| 
      
 8366 
     | 
    
         
            +
                    self._DetailList = None
         
     | 
| 
      
 8367 
     | 
    
         
            +
                    self._ApplyId = None
         
     | 
| 
      
 8368 
     | 
    
         
            +
                    self._Prefix = None
         
     | 
| 
      
 8369 
     | 
    
         
            +
             
     | 
| 
      
 8370 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8371 
     | 
    
         
            +
                def SdkAppId(self):
         
     | 
| 
      
 8372 
     | 
    
         
            +
                    return self._SdkAppId
         
     | 
| 
      
 8373 
     | 
    
         
            +
             
     | 
| 
      
 8374 
     | 
    
         
            +
                @SdkAppId.setter
         
     | 
| 
      
 8375 
     | 
    
         
            +
                def SdkAppId(self, SdkAppId):
         
     | 
| 
      
 8376 
     | 
    
         
            +
                    self._SdkAppId = SdkAppId
         
     | 
| 
      
 8377 
     | 
    
         
            +
             
     | 
| 
      
 8378 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8379 
     | 
    
         
            +
                def DetailList(self):
         
     | 
| 
      
 8380 
     | 
    
         
            +
                    return self._DetailList
         
     | 
| 
      
 8381 
     | 
    
         
            +
             
     | 
| 
      
 8382 
     | 
    
         
            +
                @DetailList.setter
         
     | 
| 
      
 8383 
     | 
    
         
            +
                def DetailList(self, DetailList):
         
     | 
| 
      
 8384 
     | 
    
         
            +
                    self._DetailList = DetailList
         
     | 
| 
      
 8385 
     | 
    
         
            +
             
     | 
| 
      
 8386 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8387 
     | 
    
         
            +
                def ApplyId(self):
         
     | 
| 
      
 8388 
     | 
    
         
            +
                    return self._ApplyId
         
     | 
| 
      
 8389 
     | 
    
         
            +
             
     | 
| 
      
 8390 
     | 
    
         
            +
                @ApplyId.setter
         
     | 
| 
      
 8391 
     | 
    
         
            +
                def ApplyId(self, ApplyId):
         
     | 
| 
      
 8392 
     | 
    
         
            +
                    self._ApplyId = ApplyId
         
     | 
| 
      
 8393 
     | 
    
         
            +
             
     | 
| 
      
 8394 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8395 
     | 
    
         
            +
                def Prefix(self):
         
     | 
| 
      
 8396 
     | 
    
         
            +
                    return self._Prefix
         
     | 
| 
      
 8397 
     | 
    
         
            +
             
     | 
| 
      
 8398 
     | 
    
         
            +
                @Prefix.setter
         
     | 
| 
      
 8399 
     | 
    
         
            +
                def Prefix(self, Prefix):
         
     | 
| 
      
 8400 
     | 
    
         
            +
                    self._Prefix = Prefix
         
     | 
| 
      
 8401 
     | 
    
         
            +
             
     | 
| 
      
 8402 
     | 
    
         
            +
             
     | 
| 
      
 8403 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8404 
     | 
    
         
            +
                    self._SdkAppId = params.get("SdkAppId")
         
     | 
| 
      
 8405 
     | 
    
         
            +
                    if params.get("DetailList") is not None:
         
     | 
| 
      
 8406 
     | 
    
         
            +
                        self._DetailList = []
         
     | 
| 
      
 8407 
     | 
    
         
            +
                        for item in params.get("DetailList"):
         
     | 
| 
      
 8408 
     | 
    
         
            +
                            obj = OwnNumberApplyDetailItem()
         
     | 
| 
      
 8409 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 8410 
     | 
    
         
            +
                            self._DetailList.append(obj)
         
     | 
| 
      
 8411 
     | 
    
         
            +
                    self._ApplyId = params.get("ApplyId")
         
     | 
| 
      
 8412 
     | 
    
         
            +
                    self._Prefix = params.get("Prefix")
         
     | 
| 
      
 8413 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 8414 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 8415 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 8416 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 8417 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 8418 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 8419 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 8420 
     | 
    
         
            +
                    
         
     | 
| 
      
 8421 
     | 
    
         
            +
             
     | 
| 
      
 8422 
     | 
    
         
            +
             
     | 
| 
      
 8423 
     | 
    
         
            +
            class ModifyOwnNumberApplyResponse(AbstractModel):
         
     | 
| 
      
 8424 
     | 
    
         
            +
                """ModifyOwnNumberApply返回参数结构体
         
     | 
| 
      
 8425 
     | 
    
         
            +
             
     | 
| 
      
 8426 
     | 
    
         
            +
                """
         
     | 
| 
      
 8427 
     | 
    
         
            +
             
     | 
| 
      
 8428 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8429 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8430 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 8431 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 8432 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8433 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 8434 
     | 
    
         
            +
             
     | 
| 
      
 8435 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8436 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 8437 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 8438 
     | 
    
         
            +
             
     | 
| 
      
 8439 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 8440 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 8441 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 8442 
     | 
    
         
            +
             
     | 
| 
      
 8443 
     | 
    
         
            +
             
     | 
| 
      
 8444 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8445 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 8446 
     | 
    
         
            +
             
     | 
| 
      
 8447 
     | 
    
         
            +
             
     | 
| 
       8226 
8448 
     | 
    
         
             
            class ModifyStaffPasswordRequest(AbstractModel):
         
     | 
| 
       8227 
8449 
     | 
    
         
             
                """ModifyStaffPassword请求参数结构体
         
     | 
| 
       8228 
8450 
     | 
    
         | 
| 
         @@ -8516,6 +8738,75 @@ class NumberInfo(AbstractModel): 
     | 
|
| 
       8516 
8738 
     | 
    
         | 
| 
       8517 
8739 
     | 
    
         | 
| 
       8518 
8740 
     | 
    
         | 
| 
      
 8741 
     | 
    
         
            +
            class OwnNumberApplyDetailItem(AbstractModel):
         
     | 
| 
      
 8742 
     | 
    
         
            +
                """用户自带号码审批明细数据类型
         
     | 
| 
      
 8743 
     | 
    
         
            +
             
     | 
| 
      
 8744 
     | 
    
         
            +
                """
         
     | 
| 
      
 8745 
     | 
    
         
            +
             
     | 
| 
      
 8746 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8747 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8748 
     | 
    
         
            +
                    :param _CallType: 号码类型:0-呼入|1-呼出|2-呼入呼出
         
     | 
| 
      
 8749 
     | 
    
         
            +
                    :type CallType: int
         
     | 
| 
      
 8750 
     | 
    
         
            +
                    :param _PhoneNumber: 线路号码
         
     | 
| 
      
 8751 
     | 
    
         
            +
                    :type PhoneNumber: str
         
     | 
| 
      
 8752 
     | 
    
         
            +
                    :param _MaxCallCount: 最大并发呼叫数
         
     | 
| 
      
 8753 
     | 
    
         
            +
                    :type MaxCallCount: int
         
     | 
| 
      
 8754 
     | 
    
         
            +
                    :param _MaxCallPSec: 每秒最大并发数
         
     | 
| 
      
 8755 
     | 
    
         
            +
                    :type MaxCallPSec: int
         
     | 
| 
      
 8756 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8757 
     | 
    
         
            +
                    self._CallType = None
         
     | 
| 
      
 8758 
     | 
    
         
            +
                    self._PhoneNumber = None
         
     | 
| 
      
 8759 
     | 
    
         
            +
                    self._MaxCallCount = None
         
     | 
| 
      
 8760 
     | 
    
         
            +
                    self._MaxCallPSec = None
         
     | 
| 
      
 8761 
     | 
    
         
            +
             
     | 
| 
      
 8762 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8763 
     | 
    
         
            +
                def CallType(self):
         
     | 
| 
      
 8764 
     | 
    
         
            +
                    return self._CallType
         
     | 
| 
      
 8765 
     | 
    
         
            +
             
     | 
| 
      
 8766 
     | 
    
         
            +
                @CallType.setter
         
     | 
| 
      
 8767 
     | 
    
         
            +
                def CallType(self, CallType):
         
     | 
| 
      
 8768 
     | 
    
         
            +
                    self._CallType = CallType
         
     | 
| 
      
 8769 
     | 
    
         
            +
             
     | 
| 
      
 8770 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8771 
     | 
    
         
            +
                def PhoneNumber(self):
         
     | 
| 
      
 8772 
     | 
    
         
            +
                    return self._PhoneNumber
         
     | 
| 
      
 8773 
     | 
    
         
            +
             
     | 
| 
      
 8774 
     | 
    
         
            +
                @PhoneNumber.setter
         
     | 
| 
      
 8775 
     | 
    
         
            +
                def PhoneNumber(self, PhoneNumber):
         
     | 
| 
      
 8776 
     | 
    
         
            +
                    self._PhoneNumber = PhoneNumber
         
     | 
| 
      
 8777 
     | 
    
         
            +
             
     | 
| 
      
 8778 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8779 
     | 
    
         
            +
                def MaxCallCount(self):
         
     | 
| 
      
 8780 
     | 
    
         
            +
                    return self._MaxCallCount
         
     | 
| 
      
 8781 
     | 
    
         
            +
             
     | 
| 
      
 8782 
     | 
    
         
            +
                @MaxCallCount.setter
         
     | 
| 
      
 8783 
     | 
    
         
            +
                def MaxCallCount(self, MaxCallCount):
         
     | 
| 
      
 8784 
     | 
    
         
            +
                    self._MaxCallCount = MaxCallCount
         
     | 
| 
      
 8785 
     | 
    
         
            +
             
     | 
| 
      
 8786 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8787 
     | 
    
         
            +
                def MaxCallPSec(self):
         
     | 
| 
      
 8788 
     | 
    
         
            +
                    return self._MaxCallPSec
         
     | 
| 
      
 8789 
     | 
    
         
            +
             
     | 
| 
      
 8790 
     | 
    
         
            +
                @MaxCallPSec.setter
         
     | 
| 
      
 8791 
     | 
    
         
            +
                def MaxCallPSec(self, MaxCallPSec):
         
     | 
| 
      
 8792 
     | 
    
         
            +
                    self._MaxCallPSec = MaxCallPSec
         
     | 
| 
      
 8793 
     | 
    
         
            +
             
     | 
| 
      
 8794 
     | 
    
         
            +
             
     | 
| 
      
 8795 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8796 
     | 
    
         
            +
                    self._CallType = params.get("CallType")
         
     | 
| 
      
 8797 
     | 
    
         
            +
                    self._PhoneNumber = params.get("PhoneNumber")
         
     | 
| 
      
 8798 
     | 
    
         
            +
                    self._MaxCallCount = params.get("MaxCallCount")
         
     | 
| 
      
 8799 
     | 
    
         
            +
                    self._MaxCallPSec = params.get("MaxCallPSec")
         
     | 
| 
      
 8800 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 8801 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 8802 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 8803 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 8804 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 8805 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 8806 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 8807 
     | 
    
         
            +
                    
         
     | 
| 
      
 8808 
     | 
    
         
            +
             
     | 
| 
      
 8809 
     | 
    
         
            +
             
     | 
| 
       8519 
8810 
     | 
    
         
             
            class PSTNSession(AbstractModel):
         
     | 
| 
       8520 
8811 
     | 
    
         
             
                """PSTN 会话类型。
         
     | 
| 
       8521 
8812 
     | 
    
         | 
| 
         @@ -4286,12 +4286,19 @@ off:关闭,遵循用户自定义的节点缓存规则 
     | 
|
| 
       4286 
4286 
     | 
    
         
             
            默认为关闭状态
         
     | 
| 
       4287 
4287 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4288 
4288 
     | 
    
         
             
                    :type IgnoreSetCookie: str
         
     | 
| 
      
 4289 
     | 
    
         
            +
                    :param _OriginMtimeCheckType: 当缓存过期后,是否开启源站 mtime 校验,配置值为equal、since、none 和 null。默认配置值为equal,会校验源站文件的mtime与长度。2024-09-12 18:00 之前创建的域名默认值 null,行为保持不变。
         
     | 
| 
      
 4290 
     | 
    
         
            +
            equal:源站响应mtime必须和缓存mtime一致,若mtime值不一致,清除缓存。
         
     | 
| 
      
 4291 
     | 
    
         
            +
            since:若源站响应mtime大于缓存mtime,清除缓存。
         
     | 
| 
      
 4292 
     | 
    
         
            +
            none: 缓存过期回源重新获取文件mtime和长度后,不会校验源站响应mtime,若源站响应携带Content-Length头部,只有文件大小改变时才会更新缓存;若源站响应不携带Content-Length头部,会更新缓存。
         
     | 
| 
      
 4293 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 4294 
     | 
    
         
            +
                    :type OriginMtimeCheckType: str
         
     | 
| 
       4289 
4295 
     | 
    
         
             
                    """
         
     | 
| 
       4290 
4296 
     | 
    
         
             
                    self._Switch = None
         
     | 
| 
       4291 
4297 
     | 
    
         
             
                    self._CacheTime = None
         
     | 
| 
       4292 
4298 
     | 
    
         
             
                    self._CompareMaxAge = None
         
     | 
| 
       4293 
4299 
     | 
    
         
             
                    self._IgnoreCacheControl = None
         
     | 
| 
       4294 
4300 
     | 
    
         
             
                    self._IgnoreSetCookie = None
         
     | 
| 
      
 4301 
     | 
    
         
            +
                    self._OriginMtimeCheckType = None
         
     | 
| 
       4295 
4302 
     | 
    
         | 
| 
       4296 
4303 
     | 
    
         
             
                @property
         
     | 
| 
       4297 
4304 
     | 
    
         
             
                def Switch(self):
         
     | 
| 
         @@ -4333,6 +4340,14 @@ off:关闭,遵循用户自定义的节点缓存规则 
     | 
|
| 
       4333 
4340 
     | 
    
         
             
                def IgnoreSetCookie(self, IgnoreSetCookie):
         
     | 
| 
       4334 
4341 
     | 
    
         
             
                    self._IgnoreSetCookie = IgnoreSetCookie
         
     | 
| 
       4335 
4342 
     | 
    
         | 
| 
      
 4343 
     | 
    
         
            +
                @property
         
     | 
| 
      
 4344 
     | 
    
         
            +
                def OriginMtimeCheckType(self):
         
     | 
| 
      
 4345 
     | 
    
         
            +
                    return self._OriginMtimeCheckType
         
     | 
| 
      
 4346 
     | 
    
         
            +
             
     | 
| 
      
 4347 
     | 
    
         
            +
                @OriginMtimeCheckType.setter
         
     | 
| 
      
 4348 
     | 
    
         
            +
                def OriginMtimeCheckType(self, OriginMtimeCheckType):
         
     | 
| 
      
 4349 
     | 
    
         
            +
                    self._OriginMtimeCheckType = OriginMtimeCheckType
         
     | 
| 
      
 4350 
     | 
    
         
            +
             
     | 
| 
       4336 
4351 
     | 
    
         | 
| 
       4337 
4352 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       4338 
4353 
     | 
    
         
             
                    self._Switch = params.get("Switch")
         
     | 
| 
         @@ -4340,6 +4355,7 @@ off:关闭,遵循用户自定义的节点缓存规则 
     | 
|
| 
       4340 
4355 
     | 
    
         
             
                    self._CompareMaxAge = params.get("CompareMaxAge")
         
     | 
| 
       4341 
4356 
     | 
    
         
             
                    self._IgnoreCacheControl = params.get("IgnoreCacheControl")
         
     | 
| 
       4342 
4357 
     | 
    
         
             
                    self._IgnoreSetCookie = params.get("IgnoreSetCookie")
         
     | 
| 
      
 4358 
     | 
    
         
            +
                    self._OriginMtimeCheckType = params.get("OriginMtimeCheckType")
         
     | 
| 
       4343 
4359 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       4344 
4360 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       4345 
4361 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -4364,9 +4380,16 @@ off:关闭 
     | 
|
| 
       4364 
4380 
     | 
    
         
             
                    :param _HeuristicCache: 启发式缓存配置
         
     | 
| 
       4365 
4381 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4366 
4382 
     | 
    
         
             
                    :type HeuristicCache: :class:`tencentcloud.cdn.v20180606.models.HeuristicCache`
         
     | 
| 
      
 4383 
     | 
    
         
            +
                    :param _OriginMtimeCheckType: 当缓存过期后,是否开启源站 mtime 校验,配置值为equal、since、none 和 null。默认配置值为equal,会校验源站文件的mtime与长度。2024-09-12 18:00 之前创建的域名默认值 null,行为保持不变。
         
     | 
| 
      
 4384 
     | 
    
         
            +
            equal:源站响应mtime必须和缓存mtime一致,若mtime值不一致,清除缓存。
         
     | 
| 
      
 4385 
     | 
    
         
            +
            since:若源站响应mtime大于缓存mtime,清除缓存。
         
     | 
| 
      
 4386 
     | 
    
         
            +
            none: 缓存过期回源重新获取文件mtime和长度后,不会校验源站响应mtime,若源站响应携带Content-Length头部,只有文件大小改变时才会更新缓存;若源站响应不携带Content-Length头部,会更新缓存。
         
     | 
| 
      
 4387 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 4388 
     | 
    
         
            +
                    :type OriginMtimeCheckType: str
         
     | 
| 
       4367 
4389 
     | 
    
         
             
                    """
         
     | 
| 
       4368 
4390 
     | 
    
         
             
                    self._Switch = None
         
     | 
| 
       4369 
4391 
     | 
    
         
             
                    self._HeuristicCache = None
         
     | 
| 
      
 4392 
     | 
    
         
            +
                    self._OriginMtimeCheckType = None
         
     | 
| 
       4370 
4393 
     | 
    
         | 
| 
       4371 
4394 
     | 
    
         
             
                @property
         
     | 
| 
       4372 
4395 
     | 
    
         
             
                def Switch(self):
         
     | 
| 
         @@ -4384,12 +4407,21 @@ off:关闭 
     | 
|
| 
       4384 
4407 
     | 
    
         
             
                def HeuristicCache(self, HeuristicCache):
         
     | 
| 
       4385 
4408 
     | 
    
         
             
                    self._HeuristicCache = HeuristicCache
         
     | 
| 
       4386 
4409 
     | 
    
         | 
| 
      
 4410 
     | 
    
         
            +
                @property
         
     | 
| 
      
 4411 
     | 
    
         
            +
                def OriginMtimeCheckType(self):
         
     | 
| 
      
 4412 
     | 
    
         
            +
                    return self._OriginMtimeCheckType
         
     | 
| 
      
 4413 
     | 
    
         
            +
             
     | 
| 
      
 4414 
     | 
    
         
            +
                @OriginMtimeCheckType.setter
         
     | 
| 
      
 4415 
     | 
    
         
            +
                def OriginMtimeCheckType(self, OriginMtimeCheckType):
         
     | 
| 
      
 4416 
     | 
    
         
            +
                    self._OriginMtimeCheckType = OriginMtimeCheckType
         
     | 
| 
      
 4417 
     | 
    
         
            +
             
     | 
| 
       4387 
4418 
     | 
    
         | 
| 
       4388 
4419 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       4389 
4420 
     | 
    
         
             
                    self._Switch = params.get("Switch")
         
     | 
| 
       4390 
4421 
     | 
    
         
             
                    if params.get("HeuristicCache") is not None:
         
     | 
| 
       4391 
4422 
     | 
    
         
             
                        self._HeuristicCache = HeuristicCache()
         
     | 
| 
       4392 
4423 
     | 
    
         
             
                        self._HeuristicCache._deserialize(params.get("HeuristicCache"))
         
     | 
| 
      
 4424 
     | 
    
         
            +
                    self._OriginMtimeCheckType = params.get("OriginMtimeCheckType")
         
     | 
| 
       4393 
4425 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       4394 
4426 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       4395 
4427 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -3615,11 +3615,15 @@ class DescribeClusterConfigsResponse(AbstractModel): 
     | 
|
| 
       3615 
3615 
     | 
    
         
             
                    :type ClusterConfList: list of ClusterConfigsInfoFromEMR
         
     | 
| 
       3616 
3616 
     | 
    
         
             
                    :param _BuildVersion: 返回当前内核版本 如果不存在则返回空字符串
         
     | 
| 
       3617 
3617 
     | 
    
         
             
                    :type BuildVersion: str
         
     | 
| 
      
 3618 
     | 
    
         
            +
                    :param _ErrorMsg: 错误信息
         
     | 
| 
      
 3619 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 3620 
     | 
    
         
            +
                    :type ErrorMsg: str
         
     | 
| 
       3618 
3621 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       3619 
3622 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
       3620 
3623 
     | 
    
         
             
                    """
         
     | 
| 
       3621 
3624 
     | 
    
         
             
                    self._ClusterConfList = None
         
     | 
| 
       3622 
3625 
     | 
    
         
             
                    self._BuildVersion = None
         
     | 
| 
      
 3626 
     | 
    
         
            +
                    self._ErrorMsg = None
         
     | 
| 
       3623 
3627 
     | 
    
         
             
                    self._RequestId = None
         
     | 
| 
       3624 
3628 
     | 
    
         | 
| 
       3625 
3629 
     | 
    
         
             
                @property
         
     | 
| 
         @@ -3638,6 +3642,14 @@ class DescribeClusterConfigsResponse(AbstractModel): 
     | 
|
| 
       3638 
3642 
     | 
    
         
             
                def BuildVersion(self, BuildVersion):
         
     | 
| 
       3639 
3643 
     | 
    
         
             
                    self._BuildVersion = BuildVersion
         
     | 
| 
       3640 
3644 
     | 
    
         | 
| 
      
 3645 
     | 
    
         
            +
                @property
         
     | 
| 
      
 3646 
     | 
    
         
            +
                def ErrorMsg(self):
         
     | 
| 
      
 3647 
     | 
    
         
            +
                    return self._ErrorMsg
         
     | 
| 
      
 3648 
     | 
    
         
            +
             
     | 
| 
      
 3649 
     | 
    
         
            +
                @ErrorMsg.setter
         
     | 
| 
      
 3650 
     | 
    
         
            +
                def ErrorMsg(self, ErrorMsg):
         
     | 
| 
      
 3651 
     | 
    
         
            +
                    self._ErrorMsg = ErrorMsg
         
     | 
| 
      
 3652 
     | 
    
         
            +
             
     | 
| 
       3641 
3653 
     | 
    
         
             
                @property
         
     | 
| 
       3642 
3654 
     | 
    
         
             
                def RequestId(self):
         
     | 
| 
       3643 
3655 
     | 
    
         
             
                    return self._RequestId
         
     | 
| 
         @@ -3655,6 +3667,7 @@ class DescribeClusterConfigsResponse(AbstractModel): 
     | 
|
| 
       3655 
3667 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       3656 
3668 
     | 
    
         
             
                            self._ClusterConfList.append(obj)
         
     | 
| 
       3657 
3669 
     | 
    
         
             
                    self._BuildVersion = params.get("BuildVersion")
         
     | 
| 
      
 3670 
     | 
    
         
            +
                    self._ErrorMsg = params.get("ErrorMsg")
         
     | 
| 
       3658 
3671 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       3659 
3672 
     | 
    
         | 
| 
       3660 
3673 
     | 
    
         | 
| 
         @@ -4363,11 +4376,15 @@ class DescribeDatabaseAuditRecordsResponse(AbstractModel): 
     | 
|
| 
       4363 
4376 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       4364 
4377 
     | 
    
         
             
                    :param _SlowQueryRecords: 记录列表
         
     | 
| 
       4365 
4378 
     | 
    
         
             
                    :type SlowQueryRecords: :class:`tencentcloud.cdwdoris.v20211228.models.DataBaseAuditRecord`
         
     | 
| 
      
 4379 
     | 
    
         
            +
                    :param _ErrorMsg: 错误信息
         
     | 
| 
      
 4380 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 4381 
     | 
    
         
            +
                    :type ErrorMsg: str
         
     | 
| 
       4366 
4382 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       4367 
4383 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
       4368 
4384 
     | 
    
         
             
                    """
         
     | 
| 
       4369 
4385 
     | 
    
         
             
                    self._TotalCount = None
         
     | 
| 
       4370 
4386 
     | 
    
         
             
                    self._SlowQueryRecords = None
         
     | 
| 
      
 4387 
     | 
    
         
            +
                    self._ErrorMsg = None
         
     | 
| 
       4371 
4388 
     | 
    
         
             
                    self._RequestId = None
         
     | 
| 
       4372 
4389 
     | 
    
         | 
| 
       4373 
4390 
     | 
    
         
             
                @property
         
     | 
| 
         @@ -4386,6 +4403,14 @@ class DescribeDatabaseAuditRecordsResponse(AbstractModel): 
     | 
|
| 
       4386 
4403 
     | 
    
         
             
                def SlowQueryRecords(self, SlowQueryRecords):
         
     | 
| 
       4387 
4404 
     | 
    
         
             
                    self._SlowQueryRecords = SlowQueryRecords
         
     | 
| 
       4388 
4405 
     | 
    
         | 
| 
      
 4406 
     | 
    
         
            +
                @property
         
     | 
| 
      
 4407 
     | 
    
         
            +
                def ErrorMsg(self):
         
     | 
| 
      
 4408 
     | 
    
         
            +
                    return self._ErrorMsg
         
     | 
| 
      
 4409 
     | 
    
         
            +
             
     | 
| 
      
 4410 
     | 
    
         
            +
                @ErrorMsg.setter
         
     | 
| 
      
 4411 
     | 
    
         
            +
                def ErrorMsg(self, ErrorMsg):
         
     | 
| 
      
 4412 
     | 
    
         
            +
                    self._ErrorMsg = ErrorMsg
         
     | 
| 
      
 4413 
     | 
    
         
            +
             
     | 
| 
       4389 
4414 
     | 
    
         
             
                @property
         
     | 
| 
       4390 
4415 
     | 
    
         
             
                def RequestId(self):
         
     | 
| 
       4391 
4416 
     | 
    
         
             
                    return self._RequestId
         
     | 
| 
         @@ -4400,6 +4425,7 @@ class DescribeDatabaseAuditRecordsResponse(AbstractModel): 
     | 
|
| 
       4400 
4425 
     | 
    
         
             
                    if params.get("SlowQueryRecords") is not None:
         
     | 
| 
       4401 
4426 
     | 
    
         
             
                        self._SlowQueryRecords = DataBaseAuditRecord()
         
     | 
| 
       4402 
4427 
     | 
    
         
             
                        self._SlowQueryRecords._deserialize(params.get("SlowQueryRecords"))
         
     | 
| 
      
 4428 
     | 
    
         
            +
                    self._ErrorMsg = params.get("ErrorMsg")
         
     | 
| 
       4403 
4429 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       4404 
4430 
     | 
    
         | 
| 
       4405 
4431 
     | 
    
         | 
| 
         @@ -6836,7 +6862,7 @@ class DorisSourceInfo(AbstractModel): 
     | 
|
| 
       6836 
6862 
     | 
    
         
             
                    :param _User: doris集群的账号
         
     | 
| 
       6837 
6863 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6838 
6864 
     | 
    
         
             
                    :type User: str
         
     | 
| 
       6839 
     | 
    
         
            -
                    :param _Password: doris 
     | 
| 
      
 6865 
     | 
    
         
            +
                    :param _Password: base64编码的doris集群对应用户的密码
         
     | 
| 
       6840 
6866 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6841 
6867 
     | 
    
         
             
                    :type Password: str
         
     | 
| 
       6842 
6868 
     | 
    
         
             
                    """
         
     | 
| 
         @@ -9228,6 +9254,9 @@ class NodeInfo(AbstractModel): 
     | 
|
| 
       9228 
9254 
     | 
    
         
             
                    :param _Zone: 节点所在可用区
         
     | 
| 
       9229 
9255 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9230 
9256 
     | 
    
         
             
                    :type Zone: str
         
     | 
| 
      
 9257 
     | 
    
         
            +
                    :param _Id: Id
         
     | 
| 
      
 9258 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 9259 
     | 
    
         
            +
                    :type Id: str
         
     | 
| 
       9231 
9260 
     | 
    
         
             
                    """
         
     | 
| 
       9232 
9261 
     | 
    
         
             
                    self._Ip = None
         
     | 
| 
       9233 
9262 
     | 
    
         
             
                    self._Status = None
         
     | 
| 
         @@ -9236,6 +9265,7 @@ class NodeInfo(AbstractModel): 
     | 
|
| 
       9236 
9265 
     | 
    
         
             
                    self._NodeRole = None
         
     | 
| 
       9237 
9266 
     | 
    
         
             
                    self._LastRestartTime = None
         
     | 
| 
       9238 
9267 
     | 
    
         
             
                    self._Zone = None
         
     | 
| 
      
 9268 
     | 
    
         
            +
                    self._Id = None
         
     | 
| 
       9239 
9269 
     | 
    
         | 
| 
       9240 
9270 
     | 
    
         
             
                @property
         
     | 
| 
       9241 
9271 
     | 
    
         
             
                def Ip(self):
         
     | 
| 
         @@ -9293,6 +9323,14 @@ class NodeInfo(AbstractModel): 
     | 
|
| 
       9293 
9323 
     | 
    
         
             
                def Zone(self, Zone):
         
     | 
| 
       9294 
9324 
     | 
    
         
             
                    self._Zone = Zone
         
     | 
| 
       9295 
9325 
     | 
    
         | 
| 
      
 9326 
     | 
    
         
            +
                @property
         
     | 
| 
      
 9327 
     | 
    
         
            +
                def Id(self):
         
     | 
| 
      
 9328 
     | 
    
         
            +
                    return self._Id
         
     | 
| 
      
 9329 
     | 
    
         
            +
             
     | 
| 
      
 9330 
     | 
    
         
            +
                @Id.setter
         
     | 
| 
      
 9331 
     | 
    
         
            +
                def Id(self, Id):
         
     | 
| 
      
 9332 
     | 
    
         
            +
                    self._Id = Id
         
     | 
| 
      
 9333 
     | 
    
         
            +
             
     | 
| 
       9296 
9334 
     | 
    
         | 
| 
       9297 
9335 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       9298 
9336 
     | 
    
         
             
                    self._Ip = params.get("Ip")
         
     | 
| 
         @@ -9302,6 +9340,7 @@ class NodeInfo(AbstractModel): 
     | 
|
| 
       9302 
9340 
     | 
    
         
             
                    self._NodeRole = params.get("NodeRole")
         
     | 
| 
       9303 
9341 
     | 
    
         
             
                    self._LastRestartTime = params.get("LastRestartTime")
         
     | 
| 
       9304 
9342 
     | 
    
         
             
                    self._Zone = params.get("Zone")
         
     | 
| 
      
 9343 
     | 
    
         
            +
                    self._Id = params.get("Id")
         
     | 
| 
       9305 
9344 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       9306 
9345 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       9307 
9346 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -9331,6 +9370,12 @@ class NodeInfos(AbstractModel): 
     | 
|
| 
       9331 
9370 
     | 
    
         
             
                    :type ComponentName: str
         
     | 
| 
       9332 
9371 
     | 
    
         
             
                    :param _LastRestartTime: 上一次重启时间
         
     | 
| 
       9333 
9372 
     | 
    
         
             
                    :type LastRestartTime: str
         
     | 
| 
      
 9373 
     | 
    
         
            +
                    :param _Id: id
         
     | 
| 
      
 9374 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 9375 
     | 
    
         
            +
                    :type Id: str
         
     | 
| 
      
 9376 
     | 
    
         
            +
                    :param _Zone: 可用区
         
     | 
| 
      
 9377 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 9378 
     | 
    
         
            +
                    :type Zone: str
         
     | 
| 
       9334 
9379 
     | 
    
         
             
                    """
         
     | 
| 
       9335 
9380 
     | 
    
         
             
                    self._NodeName = None
         
     | 
| 
       9336 
9381 
     | 
    
         
             
                    self._Status = None
         
     | 
| 
         @@ -9338,6 +9383,8 @@ class NodeInfos(AbstractModel): 
     | 
|
| 
       9338 
9383 
     | 
    
         
             
                    self._NodeRole = None
         
     | 
| 
       9339 
9384 
     | 
    
         
             
                    self._ComponentName = None
         
     | 
| 
       9340 
9385 
     | 
    
         
             
                    self._LastRestartTime = None
         
     | 
| 
      
 9386 
     | 
    
         
            +
                    self._Id = None
         
     | 
| 
      
 9387 
     | 
    
         
            +
                    self._Zone = None
         
     | 
| 
       9341 
9388 
     | 
    
         | 
| 
       9342 
9389 
     | 
    
         
             
                @property
         
     | 
| 
       9343 
9390 
     | 
    
         
             
                def NodeName(self):
         
     | 
| 
         @@ -9387,6 +9434,22 @@ class NodeInfos(AbstractModel): 
     | 
|
| 
       9387 
9434 
     | 
    
         
             
                def LastRestartTime(self, LastRestartTime):
         
     | 
| 
       9388 
9435 
     | 
    
         
             
                    self._LastRestartTime = LastRestartTime
         
     | 
| 
       9389 
9436 
     | 
    
         | 
| 
      
 9437 
     | 
    
         
            +
                @property
         
     | 
| 
      
 9438 
     | 
    
         
            +
                def Id(self):
         
     | 
| 
      
 9439 
     | 
    
         
            +
                    return self._Id
         
     | 
| 
      
 9440 
     | 
    
         
            +
             
     | 
| 
      
 9441 
     | 
    
         
            +
                @Id.setter
         
     | 
| 
      
 9442 
     | 
    
         
            +
                def Id(self, Id):
         
     | 
| 
      
 9443 
     | 
    
         
            +
                    self._Id = Id
         
     | 
| 
      
 9444 
     | 
    
         
            +
             
     | 
| 
      
 9445 
     | 
    
         
            +
                @property
         
     | 
| 
      
 9446 
     | 
    
         
            +
                def Zone(self):
         
     | 
| 
      
 9447 
     | 
    
         
            +
                    return self._Zone
         
     | 
| 
      
 9448 
     | 
    
         
            +
             
     | 
| 
      
 9449 
     | 
    
         
            +
                @Zone.setter
         
     | 
| 
      
 9450 
     | 
    
         
            +
                def Zone(self, Zone):
         
     | 
| 
      
 9451 
     | 
    
         
            +
                    self._Zone = Zone
         
     | 
| 
      
 9452 
     | 
    
         
            +
             
     | 
| 
       9390 
9453 
     | 
    
         | 
| 
       9391 
9454 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       9392 
9455 
     | 
    
         
             
                    self._NodeName = params.get("NodeName")
         
     | 
| 
         @@ -9395,6 +9458,8 @@ class NodeInfos(AbstractModel): 
     | 
|
| 
       9395 
9458 
     | 
    
         
             
                    self._NodeRole = params.get("NodeRole")
         
     | 
| 
       9396 
9459 
     | 
    
         
             
                    self._ComponentName = params.get("ComponentName")
         
     | 
| 
       9397 
9460 
     | 
    
         
             
                    self._LastRestartTime = params.get("LastRestartTime")
         
     | 
| 
      
 9461 
     | 
    
         
            +
                    self._Id = params.get("Id")
         
     | 
| 
      
 9462 
     | 
    
         
            +
                    self._Zone = params.get("Zone")
         
     | 
| 
       9398 
9463 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       9399 
9464 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       9400 
9465 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -11596,6 +11661,12 @@ class SlowQueryRecord(AbstractModel): 
     | 
|
| 
       11596 
11661 
     | 
    
         
             
                    :param _DurationSec: DurationMs的秒表示
         
     | 
| 
       11597 
11662 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       11598 
11663 
     | 
    
         
             
                    :type DurationSec: float
         
     | 
| 
      
 11664 
     | 
    
         
            +
                    :param _State: 状态
         
     | 
| 
      
 11665 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 11666 
     | 
    
         
            +
                    :type State: str
         
     | 
| 
      
 11667 
     | 
    
         
            +
                    :param _CatalogName: Catalog  Name
         
     | 
| 
      
 11668 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 11669 
     | 
    
         
            +
                    :type CatalogName: str
         
     | 
| 
       11599 
11670 
     | 
    
         
             
                    """
         
     | 
| 
       11600 
11671 
     | 
    
         
             
                    self._OsUser = None
         
     | 
| 
       11601 
11672 
     | 
    
         
             
                    self._InitialQueryId = None
         
     | 
| 
         @@ -11612,6 +11683,8 @@ class SlowQueryRecord(AbstractModel): 
     | 
|
| 
       11612 
11683 
     | 
    
         
             
                    self._ResultBytesMB = None
         
     | 
| 
       11613 
11684 
     | 
    
         
             
                    self._MemoryUsageMB = None
         
     | 
| 
       11614 
11685 
     | 
    
         
             
                    self._DurationSec = None
         
     | 
| 
      
 11686 
     | 
    
         
            +
                    self._State = None
         
     | 
| 
      
 11687 
     | 
    
         
            +
                    self._CatalogName = None
         
     | 
| 
       11615 
11688 
     | 
    
         | 
| 
       11616 
11689 
     | 
    
         
             
                @property
         
     | 
| 
       11617 
11690 
     | 
    
         
             
                def OsUser(self):
         
     | 
| 
         @@ -11733,6 +11806,22 @@ class SlowQueryRecord(AbstractModel): 
     | 
|
| 
       11733 
11806 
     | 
    
         
             
                def DurationSec(self, DurationSec):
         
     | 
| 
       11734 
11807 
     | 
    
         
             
                    self._DurationSec = DurationSec
         
     | 
| 
       11735 
11808 
     | 
    
         | 
| 
      
 11809 
     | 
    
         
            +
                @property
         
     | 
| 
      
 11810 
     | 
    
         
            +
                def State(self):
         
     | 
| 
      
 11811 
     | 
    
         
            +
                    return self._State
         
     | 
| 
      
 11812 
     | 
    
         
            +
             
     | 
| 
      
 11813 
     | 
    
         
            +
                @State.setter
         
     | 
| 
      
 11814 
     | 
    
         
            +
                def State(self, State):
         
     | 
| 
      
 11815 
     | 
    
         
            +
                    self._State = State
         
     | 
| 
      
 11816 
     | 
    
         
            +
             
     | 
| 
      
 11817 
     | 
    
         
            +
                @property
         
     | 
| 
      
 11818 
     | 
    
         
            +
                def CatalogName(self):
         
     | 
| 
      
 11819 
     | 
    
         
            +
                    return self._CatalogName
         
     | 
| 
      
 11820 
     | 
    
         
            +
             
     | 
| 
      
 11821 
     | 
    
         
            +
                @CatalogName.setter
         
     | 
| 
      
 11822 
     | 
    
         
            +
                def CatalogName(self, CatalogName):
         
     | 
| 
      
 11823 
     | 
    
         
            +
                    self._CatalogName = CatalogName
         
     | 
| 
      
 11824 
     | 
    
         
            +
             
     | 
| 
       11736 
11825 
     | 
    
         | 
| 
       11737 
11826 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       11738 
11827 
     | 
    
         
             
                    self._OsUser = params.get("OsUser")
         
     | 
| 
         @@ -11750,6 +11839,8 @@ class SlowQueryRecord(AbstractModel): 
     | 
|
| 
       11750 
11839 
     | 
    
         
             
                    self._ResultBytesMB = params.get("ResultBytesMB")
         
     | 
| 
       11751 
11840 
     | 
    
         
             
                    self._MemoryUsageMB = params.get("MemoryUsageMB")
         
     | 
| 
       11752 
11841 
     | 
    
         
             
                    self._DurationSec = params.get("DurationSec")
         
     | 
| 
      
 11842 
     | 
    
         
            +
                    self._State = params.get("State")
         
     | 
| 
      
 11843 
     | 
    
         
            +
                    self._CatalogName = params.get("CatalogName")
         
     | 
| 
       11753 
11844 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       11754 
11845 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       11755 
11846 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -12211,11 +12302,15 @@ class ZoneInfo(AbstractModel): 
     | 
|
| 
       12211 
12302 
     | 
    
         
             
                    :param _Encrypt: Encryptid
         
     | 
| 
       12212 
12303 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       12213 
12304 
     | 
    
         
             
                    :type Encrypt: int
         
     | 
| 
      
 12305 
     | 
    
         
            +
                    :param _Main: 是否为主力园区
         
     | 
| 
      
 12306 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 12307 
     | 
    
         
            +
                    :type Main: bool
         
     | 
| 
       12214 
12308 
     | 
    
         
             
                    """
         
     | 
| 
       12215 
12309 
     | 
    
         
             
                    self._Name = None
         
     | 
| 
       12216 
12310 
     | 
    
         
             
                    self._Desc = None
         
     | 
| 
       12217 
12311 
     | 
    
         
             
                    self._ZoneId = None
         
     | 
| 
       12218 
12312 
     | 
    
         
             
                    self._Encrypt = None
         
     | 
| 
      
 12313 
     | 
    
         
            +
                    self._Main = None
         
     | 
| 
       12219 
12314 
     | 
    
         | 
| 
       12220 
12315 
     | 
    
         
             
                @property
         
     | 
| 
       12221 
12316 
     | 
    
         
             
                def Name(self):
         
     | 
| 
         @@ -12249,12 +12344,21 @@ class ZoneInfo(AbstractModel): 
     | 
|
| 
       12249 
12344 
     | 
    
         
             
                def Encrypt(self, Encrypt):
         
     | 
| 
       12250 
12345 
     | 
    
         
             
                    self._Encrypt = Encrypt
         
     | 
| 
       12251 
12346 
     | 
    
         | 
| 
      
 12347 
     | 
    
         
            +
                @property
         
     | 
| 
      
 12348 
     | 
    
         
            +
                def Main(self):
         
     | 
| 
      
 12349 
     | 
    
         
            +
                    return self._Main
         
     | 
| 
      
 12350 
     | 
    
         
            +
             
     | 
| 
      
 12351 
     | 
    
         
            +
                @Main.setter
         
     | 
| 
      
 12352 
     | 
    
         
            +
                def Main(self, Main):
         
     | 
| 
      
 12353 
     | 
    
         
            +
                    self._Main = Main
         
     | 
| 
      
 12354 
     | 
    
         
            +
             
     | 
| 
       12252 
12355 
     | 
    
         | 
| 
       12253 
12356 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       12254 
12357 
     | 
    
         
             
                    self._Name = params.get("Name")
         
     | 
| 
       12255 
12358 
     | 
    
         
             
                    self._Desc = params.get("Desc")
         
     | 
| 
       12256 
12359 
     | 
    
         
             
                    self._ZoneId = params.get("ZoneId")
         
     | 
| 
       12257 
12360 
     | 
    
         
             
                    self._Encrypt = params.get("Encrypt")
         
     | 
| 
      
 12361 
     | 
    
         
            +
                    self._Main = params.get("Main")
         
     | 
| 
       12258 
12362 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       12259 
12363 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       12260 
12364 
     | 
    
         
             
                        property_name = name[1:]
         
     |