tencentcloud-sdk-python 3.0.1292__py2.py3-none-any.whl → 3.0.1294__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/apm_client.py +1 -1
 - tencentcloud/apm/v20210622/errorcodes.py +3 -3
 - tencentcloud/apm/v20210622/models.py +119 -271
 - tencentcloud/bh/v20230418/models.py +15 -0
 - tencentcloud/cfs/v20190719/errorcodes.py +6 -3
 - tencentcloud/ckafka/v20190819/models.py +62 -0
 - tencentcloud/clb/v20180317/models.py +32 -0
 - tencentcloud/cls/v20201016/cls_client.py +92 -0
 - tencentcloud/cls/v20201016/models.py +740 -23
 - tencentcloud/cwp/v20180228/models.py +2 -2
 - tencentcloud/dnspod/v20210323/models.py +37 -37
 - tencentcloud/emr/v20190103/models.py +15 -720
 - tencentcloud/ess/v20201111/models.py +61 -12
 - tencentcloud/essbasic/v20210526/models.py +164 -10
 - tencentcloud/gwlb/v20240906/models.py +0 -14
 - tencentcloud/hunyuan/v20230901/models.py +2 -2
 - tencentcloud/iotexplorer/v20190423/models.py +2 -2
 - tencentcloud/mna/v20210119/models.py +2 -20
 - tencentcloud/mps/v20190612/models.py +15 -0
 - tencentcloud/ocr/v20181119/models.py +676 -8
 - tencentcloud/ocr/v20181119/ocr_client.py +52 -6
 - tencentcloud/pts/v20210728/models.py +2 -2
 - tencentcloud/sqlserver/v20180328/models.py +120 -4
 - tencentcloud/tcb/v20180608/models.py +0 -12
 - tencentcloud/tdmq/v20200217/models.py +543 -0
 - tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
 - tencentcloud/teo/v20220901/models.py +2 -0
 - tencentcloud/teo/v20220901/teo_client.py +1 -1
 - tencentcloud/thpc/v20211109/models.py +22 -40
 - tencentcloud/thpc/v20220401/models.py +42 -64
 - tencentcloud/thpc/v20230321/models.py +30 -42
 - tencentcloud/trocket/v20230308/models.py +396 -0
 - tencentcloud/trocket/v20230308/trocket_client.py +23 -0
 - tencentcloud/trtc/v20190722/models.py +17 -0
 - tencentcloud/tse/v20201207/models.py +32 -0
 - tencentcloud/vpc/v20170312/errorcodes.py +6 -0
 - tencentcloud/vpc/v20170312/models.py +66 -88
 - tencentcloud/waf/v20180125/waf_client.py +3 -1
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/RECORD +44 -44
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/top_level.txt +0 -0
 
| 
         @@ -184,7 +184,6 @@ class AccessPolicy(AbstractModel): 
     | 
|
| 
       184 
184 
     | 
    
         
             
                    :param _UpdateTime: 更新时间
         
     | 
| 
       185 
185 
     | 
    
         
             
                    :type UpdateTime: str
         
     | 
| 
       186 
186 
     | 
    
         
             
                    :param _Remark: Remark
         
     | 
| 
       187 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       188 
187 
     | 
    
         
             
                    :type Remark: str
         
     | 
| 
       189 
188 
     | 
    
         
             
                    """
         
     | 
| 
       190 
189 
     | 
    
         
             
                    self._TargetCidr = None
         
     | 
| 
         @@ -252,7 +251,6 @@ class AccessPolicy(AbstractModel): 
     | 
|
| 
       252 
251 
     | 
    
         
             
                @property
         
     | 
| 
       253 
252 
     | 
    
         
             
                def Remark(self):
         
     | 
| 
       254 
253 
     | 
    
         
             
                    """Remark
         
     | 
| 
       255 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       256 
254 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       257 
255 
     | 
    
         
             
                    """
         
     | 
| 
       258 
256 
     | 
    
         
             
                    return self._Remark
         
     | 
| 
         @@ -4880,19 +4878,14 @@ class BgpConfigAndAsn(AbstractModel): 
     | 
|
| 
       4880 
4878 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       4881 
4879 
     | 
    
         
             
                    r"""
         
     | 
| 
       4882 
4880 
     | 
    
         
             
                    :param _TunnelCidr: BGP通道CIDR
         
     | 
| 
       4883 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4884 
4881 
     | 
    
         
             
                    :type TunnelCidr: str
         
     | 
| 
       4885 
4882 
     | 
    
         
             
                    :param _LocalBgpIp: 本端BGP IP
         
     | 
| 
       4886 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4887 
4883 
     | 
    
         
             
                    :type LocalBgpIp: str
         
     | 
| 
       4888 
4884 
     | 
    
         
             
                    :param _RemoteBgpIp: 对端BGP IP
         
     | 
| 
       4889 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4890 
4885 
     | 
    
         
             
                    :type RemoteBgpIp: str
         
     | 
| 
       4891 
4886 
     | 
    
         
             
                    :param _LocalBgpAsn: 本端BGP ASN号
         
     | 
| 
       4892 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4893 
4887 
     | 
    
         
             
                    :type LocalBgpAsn: str
         
     | 
| 
       4894 
4888 
     | 
    
         
             
                    :param _RemoteBgpAsn: 对端BGP ASN号
         
     | 
| 
       4895 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4896 
4889 
     | 
    
         
             
                    :type RemoteBgpAsn: str
         
     | 
| 
       4897 
4890 
     | 
    
         
             
                    """
         
     | 
| 
       4898 
4891 
     | 
    
         
             
                    self._TunnelCidr = None
         
     | 
| 
         @@ -4904,7 +4897,6 @@ class BgpConfigAndAsn(AbstractModel): 
     | 
|
| 
       4904 
4897 
     | 
    
         
             
                @property
         
     | 
| 
       4905 
4898 
     | 
    
         
             
                def TunnelCidr(self):
         
     | 
| 
       4906 
4899 
     | 
    
         
             
                    """BGP通道CIDR
         
     | 
| 
       4907 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4908 
4900 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       4909 
4901 
     | 
    
         
             
                    """
         
     | 
| 
       4910 
4902 
     | 
    
         
             
                    return self._TunnelCidr
         
     | 
| 
         @@ -4916,7 +4908,6 @@ class BgpConfigAndAsn(AbstractModel): 
     | 
|
| 
       4916 
4908 
     | 
    
         
             
                @property
         
     | 
| 
       4917 
4909 
     | 
    
         
             
                def LocalBgpIp(self):
         
     | 
| 
       4918 
4910 
     | 
    
         
             
                    """本端BGP IP
         
     | 
| 
       4919 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4920 
4911 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       4921 
4912 
     | 
    
         
             
                    """
         
     | 
| 
       4922 
4913 
     | 
    
         
             
                    return self._LocalBgpIp
         
     | 
| 
         @@ -4928,7 +4919,6 @@ class BgpConfigAndAsn(AbstractModel): 
     | 
|
| 
       4928 
4919 
     | 
    
         
             
                @property
         
     | 
| 
       4929 
4920 
     | 
    
         
             
                def RemoteBgpIp(self):
         
     | 
| 
       4930 
4921 
     | 
    
         
             
                    """对端BGP IP
         
     | 
| 
       4931 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4932 
4922 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       4933 
4923 
     | 
    
         
             
                    """
         
     | 
| 
       4934 
4924 
     | 
    
         
             
                    return self._RemoteBgpIp
         
     | 
| 
         @@ -4940,7 +4930,6 @@ class BgpConfigAndAsn(AbstractModel): 
     | 
|
| 
       4940 
4930 
     | 
    
         
             
                @property
         
     | 
| 
       4941 
4931 
     | 
    
         
             
                def LocalBgpAsn(self):
         
     | 
| 
       4942 
4932 
     | 
    
         
             
                    """本端BGP ASN号
         
     | 
| 
       4943 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4944 
4933 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       4945 
4934 
     | 
    
         
             
                    """
         
     | 
| 
       4946 
4935 
     | 
    
         
             
                    return self._LocalBgpAsn
         
     | 
| 
         @@ -4952,7 +4941,6 @@ class BgpConfigAndAsn(AbstractModel): 
     | 
|
| 
       4952 
4941 
     | 
    
         
             
                @property
         
     | 
| 
       4953 
4942 
     | 
    
         
             
                def RemoteBgpAsn(self):
         
     | 
| 
       4954 
4943 
     | 
    
         
             
                    """对端BGP ASN号
         
     | 
| 
       4955 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4956 
4944 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       4957 
4945 
     | 
    
         
             
                    """
         
     | 
| 
       4958 
4946 
     | 
    
         
             
                    return self._RemoteBgpAsn
         
     | 
| 
         @@ -5837,29 +5825,25 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5837 
5825 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       5838 
5826 
     | 
    
         
             
                    r"""
         
     | 
| 
       5839 
5827 
     | 
    
         
             
                    :param _CcnId: 带宽所属的云联网ID。
         
     | 
| 
       5840 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5841 
5828 
     | 
    
         
             
                    :type CcnId: str
         
     | 
| 
       5842 
5829 
     | 
    
         
             
                    :param _CreatedTime: 实例的创建时间。
         
     | 
| 
       5843 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5844 
5830 
     | 
    
         
             
                    :type CreatedTime: str
         
     | 
| 
       5845 
5831 
     | 
    
         
             
                    :param _ExpiredTime: 实例的过期时间
         
     | 
| 
       5846 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5847 
5832 
     | 
    
         
             
                    :type ExpiredTime: str
         
     | 
| 
       5848 
5833 
     | 
    
         
             
                    :param _RegionFlowControlId: 带宽实例的唯一ID。
         
     | 
| 
       5849 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5850 
5834 
     | 
    
         
             
                    :type RegionFlowControlId: str
         
     | 
| 
       5851 
5835 
     | 
    
         
             
                    :param _RenewFlag: 带宽是否自动续费的标记。
         
     | 
| 
       5852 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5853 
5836 
     | 
    
         
             
                    :type RenewFlag: str
         
     | 
| 
       5854 
5837 
     | 
    
         
             
                    :param _CcnRegionBandwidthLimit: 描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
         
     | 
| 
       5855 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5856 
5838 
     | 
    
         
             
                    :type CcnRegionBandwidthLimit: :class:`tencentcloud.vpc.v20170312.models.CcnRegionBandwidthLimit`
         
     | 
| 
       5857 
5839 
     | 
    
         
             
                    :param _MarketId: 云市场实例ID。
         
     | 
| 
       5858 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5859 
5840 
     | 
    
         
             
                    :type MarketId: str
         
     | 
| 
       5860 
5841 
     | 
    
         
             
                    :param _TagSet: 资源绑定的标签列表
         
     | 
| 
       5861 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5862 
5842 
     | 
    
         
             
                    :type TagSet: list of Tag
         
     | 
| 
      
 5843 
     | 
    
         
            +
                    :param _DefaultQosBandwidthFlag: `true表示`Qos默认带宽;`false`表示非Qos默认带宽;
         
     | 
| 
      
 5844 
     | 
    
         
            +
                    :type DefaultQosBandwidthFlag: bool
         
     | 
| 
      
 5845 
     | 
    
         
            +
                    :param _QosLevel: 服务等级信息。
         
     | 
| 
      
 5846 
     | 
    
         
            +
                    :type QosLevel: str
         
     | 
| 
       5863 
5847 
     | 
    
         
             
                    """
         
     | 
| 
       5864 
5848 
     | 
    
         
             
                    self._CcnId = None
         
     | 
| 
       5865 
5849 
     | 
    
         
             
                    self._CreatedTime = None
         
     | 
| 
         @@ -5869,11 +5853,12 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5869 
5853 
     | 
    
         
             
                    self._CcnRegionBandwidthLimit = None
         
     | 
| 
       5870 
5854 
     | 
    
         
             
                    self._MarketId = None
         
     | 
| 
       5871 
5855 
     | 
    
         
             
                    self._TagSet = None
         
     | 
| 
      
 5856 
     | 
    
         
            +
                    self._DefaultQosBandwidthFlag = None
         
     | 
| 
      
 5857 
     | 
    
         
            +
                    self._QosLevel = None
         
     | 
| 
       5872 
5858 
     | 
    
         | 
| 
       5873 
5859 
     | 
    
         
             
                @property
         
     | 
| 
       5874 
5860 
     | 
    
         
             
                def CcnId(self):
         
     | 
| 
       5875 
5861 
     | 
    
         
             
                    """带宽所属的云联网ID。
         
     | 
| 
       5876 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5877 
5862 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       5878 
5863 
     | 
    
         
             
                    """
         
     | 
| 
       5879 
5864 
     | 
    
         
             
                    return self._CcnId
         
     | 
| 
         @@ -5885,7 +5870,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5885 
5870 
     | 
    
         
             
                @property
         
     | 
| 
       5886 
5871 
     | 
    
         
             
                def CreatedTime(self):
         
     | 
| 
       5887 
5872 
     | 
    
         
             
                    """实例的创建时间。
         
     | 
| 
       5888 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5889 
5873 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       5890 
5874 
     | 
    
         
             
                    """
         
     | 
| 
       5891 
5875 
     | 
    
         
             
                    return self._CreatedTime
         
     | 
| 
         @@ -5897,7 +5881,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5897 
5881 
     | 
    
         
             
                @property
         
     | 
| 
       5898 
5882 
     | 
    
         
             
                def ExpiredTime(self):
         
     | 
| 
       5899 
5883 
     | 
    
         
             
                    """实例的过期时间
         
     | 
| 
       5900 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5901 
5884 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       5902 
5885 
     | 
    
         
             
                    """
         
     | 
| 
       5903 
5886 
     | 
    
         
             
                    return self._ExpiredTime
         
     | 
| 
         @@ -5909,7 +5892,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5909 
5892 
     | 
    
         
             
                @property
         
     | 
| 
       5910 
5893 
     | 
    
         
             
                def RegionFlowControlId(self):
         
     | 
| 
       5911 
5894 
     | 
    
         
             
                    """带宽实例的唯一ID。
         
     | 
| 
       5912 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5913 
5895 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       5914 
5896 
     | 
    
         
             
                    """
         
     | 
| 
       5915 
5897 
     | 
    
         
             
                    return self._RegionFlowControlId
         
     | 
| 
         @@ -5921,7 +5903,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5921 
5903 
     | 
    
         
             
                @property
         
     | 
| 
       5922 
5904 
     | 
    
         
             
                def RenewFlag(self):
         
     | 
| 
       5923 
5905 
     | 
    
         
             
                    """带宽是否自动续费的标记。
         
     | 
| 
       5924 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5925 
5906 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       5926 
5907 
     | 
    
         
             
                    """
         
     | 
| 
       5927 
5908 
     | 
    
         
             
                    return self._RenewFlag
         
     | 
| 
         @@ -5933,7 +5914,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5933 
5914 
     | 
    
         
             
                @property
         
     | 
| 
       5934 
5915 
     | 
    
         
             
                def CcnRegionBandwidthLimit(self):
         
     | 
| 
       5935 
5916 
     | 
    
         
             
                    """描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
         
     | 
| 
       5936 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5937 
5917 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.vpc.v20170312.models.CcnRegionBandwidthLimit`
         
     | 
| 
       5938 
5918 
     | 
    
         
             
                    """
         
     | 
| 
       5939 
5919 
     | 
    
         
             
                    return self._CcnRegionBandwidthLimit
         
     | 
| 
         @@ -5945,7 +5925,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5945 
5925 
     | 
    
         
             
                @property
         
     | 
| 
       5946 
5926 
     | 
    
         
             
                def MarketId(self):
         
     | 
| 
       5947 
5927 
     | 
    
         
             
                    """云市场实例ID。
         
     | 
| 
       5948 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5949 
5928 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       5950 
5929 
     | 
    
         
             
                    """
         
     | 
| 
       5951 
5930 
     | 
    
         
             
                    return self._MarketId
         
     | 
| 
         @@ -5957,7 +5936,6 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5957 
5936 
     | 
    
         
             
                @property
         
     | 
| 
       5958 
5937 
     | 
    
         
             
                def TagSet(self):
         
     | 
| 
       5959 
5938 
     | 
    
         
             
                    """资源绑定的标签列表
         
     | 
| 
       5960 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       5961 
5939 
     | 
    
         
             
                    :rtype: list of Tag
         
     | 
| 
       5962 
5940 
     | 
    
         
             
                    """
         
     | 
| 
       5963 
5941 
     | 
    
         
             
                    return self._TagSet
         
     | 
| 
         @@ -5966,6 +5944,28 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5966 
5944 
     | 
    
         
             
                def TagSet(self, TagSet):
         
     | 
| 
       5967 
5945 
     | 
    
         
             
                    self._TagSet = TagSet
         
     | 
| 
       5968 
5946 
     | 
    
         | 
| 
      
 5947 
     | 
    
         
            +
                @property
         
     | 
| 
      
 5948 
     | 
    
         
            +
                def DefaultQosBandwidthFlag(self):
         
     | 
| 
      
 5949 
     | 
    
         
            +
                    """`true表示`Qos默认带宽;`false`表示非Qos默认带宽;
         
     | 
| 
      
 5950 
     | 
    
         
            +
                    :rtype: bool
         
     | 
| 
      
 5951 
     | 
    
         
            +
                    """
         
     | 
| 
      
 5952 
     | 
    
         
            +
                    return self._DefaultQosBandwidthFlag
         
     | 
| 
      
 5953 
     | 
    
         
            +
             
     | 
| 
      
 5954 
     | 
    
         
            +
                @DefaultQosBandwidthFlag.setter
         
     | 
| 
      
 5955 
     | 
    
         
            +
                def DefaultQosBandwidthFlag(self, DefaultQosBandwidthFlag):
         
     | 
| 
      
 5956 
     | 
    
         
            +
                    self._DefaultQosBandwidthFlag = DefaultQosBandwidthFlag
         
     | 
| 
      
 5957 
     | 
    
         
            +
             
     | 
| 
      
 5958 
     | 
    
         
            +
                @property
         
     | 
| 
      
 5959 
     | 
    
         
            +
                def QosLevel(self):
         
     | 
| 
      
 5960 
     | 
    
         
            +
                    """服务等级信息。
         
     | 
| 
      
 5961 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 5962 
     | 
    
         
            +
                    """
         
     | 
| 
      
 5963 
     | 
    
         
            +
                    return self._QosLevel
         
     | 
| 
      
 5964 
     | 
    
         
            +
             
     | 
| 
      
 5965 
     | 
    
         
            +
                @QosLevel.setter
         
     | 
| 
      
 5966 
     | 
    
         
            +
                def QosLevel(self, QosLevel):
         
     | 
| 
      
 5967 
     | 
    
         
            +
                    self._QosLevel = QosLevel
         
     | 
| 
      
 5968 
     | 
    
         
            +
             
     | 
| 
       5969 
5969 
     | 
    
         | 
| 
       5970 
5970 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       5971 
5971 
     | 
    
         
             
                    self._CcnId = params.get("CcnId")
         
     | 
| 
         @@ -5983,6 +5983,8 @@ class CcnBandwidthInfo(AbstractModel): 
     | 
|
| 
       5983 
5983 
     | 
    
         
             
                            obj = Tag()
         
     | 
| 
       5984 
5984 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       5985 
5985 
     | 
    
         
             
                            self._TagSet.append(obj)
         
     | 
| 
      
 5986 
     | 
    
         
            +
                    self._DefaultQosBandwidthFlag = params.get("DefaultQosBandwidthFlag")
         
     | 
| 
      
 5987 
     | 
    
         
            +
                    self._QosLevel = params.get("QosLevel")
         
     | 
| 
       5986 
5988 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       5987 
5989 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       5988 
5990 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -6145,10 +6147,8 @@ class CcnInstance(AbstractModel): 
     | 
|
| 
       6145 
6147 
     | 
    
         
             
                    :param _Description: 备注
         
     | 
| 
       6146 
6148 
     | 
    
         
             
                    :type Description: str
         
     | 
| 
       6147 
6149 
     | 
    
         
             
                    :param _RouteTableId: 实例关联的路由表ID。
         
     | 
| 
       6148 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6149 
6150 
     | 
    
         
             
                    :type RouteTableId: str
         
     | 
| 
       6150 
6151 
     | 
    
         
             
                    :param _OrderType: 实例付费方式
         
     | 
| 
       6151 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6152 
6152 
     | 
    
         
             
                    :type OrderType: str
         
     | 
| 
       6153 
6153 
     | 
    
         
             
                    """
         
     | 
| 
       6154 
6154 
     | 
    
         
             
                    self._InstanceId = None
         
     | 
| 
         @@ -6209,7 +6209,6 @@ class CcnInstance(AbstractModel): 
     | 
|
| 
       6209 
6209 
     | 
    
         
             
                @property
         
     | 
| 
       6210 
6210 
     | 
    
         
             
                def RouteTableId(self):
         
     | 
| 
       6211 
6211 
     | 
    
         
             
                    """实例关联的路由表ID。
         
     | 
| 
       6212 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6213 
6212 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6214 
6213 
     | 
    
         
             
                    """
         
     | 
| 
       6215 
6214 
     | 
    
         
             
                    return self._RouteTableId
         
     | 
| 
         @@ -6221,7 +6220,6 @@ class CcnInstance(AbstractModel): 
     | 
|
| 
       6221 
6220 
     | 
    
         
             
                @property
         
     | 
| 
       6222 
6221 
     | 
    
         
             
                def OrderType(self):
         
     | 
| 
       6223 
6222 
     | 
    
         
             
                    """实例付费方式
         
     | 
| 
       6224 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6225 
6223 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6226 
6224 
     | 
    
         
             
                    """
         
     | 
| 
       6227 
6225 
     | 
    
         
             
                    return self._OrderType
         
     | 
| 
         @@ -6253,6 +6251,36 @@ class CcnInstanceInfo(AbstractModel): 
     | 
|
| 
       6253 
6251 
     | 
    
         | 
| 
       6254 
6252 
     | 
    
         
             
                """
         
     | 
| 
       6255 
6253 
     | 
    
         | 
| 
      
 6254 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 6255 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 6256 
     | 
    
         
            +
                    :param _CcnId: 云联网唯一ID。
         
     | 
| 
      
 6257 
     | 
    
         
            +
                    :type CcnId: str
         
     | 
| 
      
 6258 
     | 
    
         
            +
                    """
         
     | 
| 
      
 6259 
     | 
    
         
            +
                    self._CcnId = None
         
     | 
| 
      
 6260 
     | 
    
         
            +
             
     | 
| 
      
 6261 
     | 
    
         
            +
                @property
         
     | 
| 
      
 6262 
     | 
    
         
            +
                def CcnId(self):
         
     | 
| 
      
 6263 
     | 
    
         
            +
                    """云联网唯一ID。
         
     | 
| 
      
 6264 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 6265 
     | 
    
         
            +
                    """
         
     | 
| 
      
 6266 
     | 
    
         
            +
                    return self._CcnId
         
     | 
| 
      
 6267 
     | 
    
         
            +
             
     | 
| 
      
 6268 
     | 
    
         
            +
                @CcnId.setter
         
     | 
| 
      
 6269 
     | 
    
         
            +
                def CcnId(self, CcnId):
         
     | 
| 
      
 6270 
     | 
    
         
            +
                    self._CcnId = CcnId
         
     | 
| 
      
 6271 
     | 
    
         
            +
             
     | 
| 
      
 6272 
     | 
    
         
            +
             
     | 
| 
      
 6273 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 6274 
     | 
    
         
            +
                    self._CcnId = params.get("CcnId")
         
     | 
| 
      
 6275 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 6276 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 6277 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 6278 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 6279 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 6280 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 6281 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 6282 
     | 
    
         
            +
                    
         
     | 
| 
      
 6283 
     | 
    
         
            +
             
     | 
| 
       6256 
6284 
     | 
    
         | 
| 
       6257 
6285 
     | 
    
         
             
            class CcnInstanceWithoutRegion(AbstractModel):
         
     | 
| 
       6258 
6286 
     | 
    
         
             
                """ccn实例信息(不带地域属性)
         
     | 
| 
         @@ -6333,7 +6361,6 @@ class CcnRegionBandwidthLimit(AbstractModel): 
     | 
|
| 
       6333 
6361 
     | 
    
         
             
                    :param _IsBm: 是否黑石地域,默认`false`。
         
     | 
| 
       6334 
6362 
     | 
    
         
             
                    :type IsBm: bool
         
     | 
| 
       6335 
6363 
     | 
    
         
             
                    :param _DstRegion: 目的地域,例如:ap-shanghai
         
     | 
| 
       6336 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6337 
6364 
     | 
    
         
             
                    :type DstRegion: str
         
     | 
| 
       6338 
6365 
     | 
    
         
             
                    :param _DstIsBm: 目的地域是否为黑石地域,默认`false`。
         
     | 
| 
       6339 
6366 
     | 
    
         
             
                    :type DstIsBm: bool
         
     | 
| 
         @@ -6380,7 +6407,6 @@ class CcnRegionBandwidthLimit(AbstractModel): 
     | 
|
| 
       6380 
6407 
     | 
    
         
             
                @property
         
     | 
| 
       6381 
6408 
     | 
    
         
             
                def DstRegion(self):
         
     | 
| 
       6382 
6409 
     | 
    
         
             
                    """目的地域,例如:ap-shanghai
         
     | 
| 
       6383 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6384 
6410 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6385 
6411 
     | 
    
         
             
                    """
         
     | 
| 
       6386 
6412 
     | 
    
         
             
                    return self._DstRegion
         
     | 
| 
         @@ -6425,13 +6451,10 @@ class CcnRegionBandwidthLimitInfo(AbstractModel): 
     | 
|
| 
       6425 
6451 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       6426 
6452 
     | 
    
         
             
                    r"""
         
     | 
| 
       6427 
6453 
     | 
    
         
             
                    :param _SourceRegion: 源地域,例如:ap-shanghai
         
     | 
| 
       6428 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6429 
6454 
     | 
    
         
             
                    :type SourceRegion: str
         
     | 
| 
       6430 
6455 
     | 
    
         
             
                    :param _DestinationRegion: 目的地域, 例如:ap-shanghai
         
     | 
| 
       6431 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6432 
6456 
     | 
    
         
             
                    :type DestinationRegion: str
         
     | 
| 
       6433 
6457 
     | 
    
         
             
                    :param _BandwidthLimit: 出带宽上限,单位:Mbps。
         
     | 
| 
       6434 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6435 
6458 
     | 
    
         
             
                    :type BandwidthLimit: int
         
     | 
| 
       6436 
6459 
     | 
    
         
             
                    """
         
     | 
| 
       6437 
6460 
     | 
    
         
             
                    self._SourceRegion = None
         
     | 
| 
         @@ -6441,7 +6464,6 @@ class CcnRegionBandwidthLimitInfo(AbstractModel): 
     | 
|
| 
       6441 
6464 
     | 
    
         
             
                @property
         
     | 
| 
       6442 
6465 
     | 
    
         
             
                def SourceRegion(self):
         
     | 
| 
       6443 
6466 
     | 
    
         
             
                    """源地域,例如:ap-shanghai
         
     | 
| 
       6444 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6445 
6467 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6446 
6468 
     | 
    
         
             
                    """
         
     | 
| 
       6447 
6469 
     | 
    
         
             
                    return self._SourceRegion
         
     | 
| 
         @@ -6453,7 +6475,6 @@ class CcnRegionBandwidthLimitInfo(AbstractModel): 
     | 
|
| 
       6453 
6475 
     | 
    
         
             
                @property
         
     | 
| 
       6454 
6476 
     | 
    
         
             
                def DestinationRegion(self):
         
     | 
| 
       6455 
6477 
     | 
    
         
             
                    """目的地域, 例如:ap-shanghai
         
     | 
| 
       6456 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6457 
6478 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6458 
6479 
     | 
    
         
             
                    """
         
     | 
| 
       6459 
6480 
     | 
    
         
             
                    return self._DestinationRegion
         
     | 
| 
         @@ -6465,7 +6486,6 @@ class CcnRegionBandwidthLimitInfo(AbstractModel): 
     | 
|
| 
       6465 
6486 
     | 
    
         
             
                @property
         
     | 
| 
       6466 
6487 
     | 
    
         
             
                def BandwidthLimit(self):
         
     | 
| 
       6467 
6488 
     | 
    
         
             
                    """出带宽上限,单位:Mbps。
         
     | 
| 
       6468 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6469 
6489 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       6470 
6490 
     | 
    
         
             
                    """
         
     | 
| 
       6471 
6491 
     | 
    
         
             
                    return self._BandwidthLimit
         
     | 
| 
         @@ -6523,10 +6543,8 @@ class CcnRoute(AbstractModel): 
     | 
|
| 
       6523 
6543 
     | 
    
         
             
                    :param _InstanceExtraName: 下一跳扩展名称(关联实例的扩展名称)
         
     | 
| 
       6524 
6544 
     | 
    
         
             
                    :type InstanceExtraName: str
         
     | 
| 
       6525 
6545 
     | 
    
         
             
                    :param _AliasType: 实例类型
         
     | 
| 
       6526 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6527 
6546 
     | 
    
         
             
                    :type AliasType: str
         
     | 
| 
       6528 
6547 
     | 
    
         
             
                    :param _AliasInstanceId: 实例id
         
     | 
| 
       6529 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6530 
6548 
     | 
    
         
             
                    :type AliasInstanceId: str
         
     | 
| 
       6531 
6549 
     | 
    
         
             
                    """
         
     | 
| 
       6532 
6550 
     | 
    
         
             
                    self._RouteId = None
         
     | 
| 
         @@ -6691,7 +6709,6 @@ class CcnRoute(AbstractModel): 
     | 
|
| 
       6691 
6709 
     | 
    
         
             
                @property
         
     | 
| 
       6692 
6710 
     | 
    
         
             
                def AliasType(self):
         
     | 
| 
       6693 
6711 
     | 
    
         
             
                    """实例类型
         
     | 
| 
       6694 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6695 
6712 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6696 
6713 
     | 
    
         
             
                    """
         
     | 
| 
       6697 
6714 
     | 
    
         
             
                    return self._AliasType
         
     | 
| 
         @@ -6703,7 +6720,6 @@ class CcnRoute(AbstractModel): 
     | 
|
| 
       6703 
6720 
     | 
    
         
             
                @property
         
     | 
| 
       6704 
6721 
     | 
    
         
             
                def AliasInstanceId(self):
         
     | 
| 
       6705 
6722 
     | 
    
         
             
                    """实例id
         
     | 
| 
       6706 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6707 
6723 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       6708 
6724 
     | 
    
         
             
                    """
         
     | 
| 
       6709 
6725 
     | 
    
         
             
                    return self._AliasInstanceId
         
     | 
| 
         @@ -6932,16 +6948,12 @@ class CcnRouteTableBroadcastPolicy(AbstractModel): 
     | 
|
| 
       6932 
6948 
     | 
    
         
             
                    :param _Description: 策略描述
         
     | 
| 
       6933 
6949 
     | 
    
         
             
                    :type Description: str
         
     | 
| 
       6934 
6950 
     | 
    
         
             
                    :param _OperateAsPath: as-path操作
         
     | 
| 
       6935 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6936 
6951 
     | 
    
         
             
                    :type OperateAsPath: str
         
     | 
| 
       6937 
6952 
     | 
    
         
             
                    :param _AsPathOperateMode: as-path操作模式
         
     | 
| 
       6938 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6939 
6953 
     | 
    
         
             
                    :type AsPathOperateMode: str
         
     | 
| 
       6940 
6954 
     | 
    
         
             
                    :param _OperateCommunitySet: community操作
         
     | 
| 
       6941 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6942 
6955 
     | 
    
         
             
                    :type OperateCommunitySet: list of str
         
     | 
| 
       6943 
6956 
     | 
    
         
             
                    :param _CommunityOperateMode: community操作模式
         
     | 
| 
       6944 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       6945 
6957 
     | 
    
         
             
                    :type CommunityOperateMode: str
         
     | 
| 
       6946 
6958 
     | 
    
         
             
                    """
         
     | 
| 
       6947 
6959 
     | 
    
         
             
                    self._RouteConditions = None
         
     | 
| 
         @@ -7000,7 +7012,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel): 
     | 
|
| 
       7000 
7012 
     | 
    
         
             
                @property
         
     | 
| 
       7001 
7013 
     | 
    
         
             
                def OperateAsPath(self):
         
     | 
| 
       7002 
7014 
     | 
    
         
             
                    """as-path操作
         
     | 
| 
       7003 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7004 
7015 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7005 
7016 
     | 
    
         
             
                    """
         
     | 
| 
       7006 
7017 
     | 
    
         
             
                    return self._OperateAsPath
         
     | 
| 
         @@ -7012,7 +7023,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel): 
     | 
|
| 
       7012 
7023 
     | 
    
         
             
                @property
         
     | 
| 
       7013 
7024 
     | 
    
         
             
                def AsPathOperateMode(self):
         
     | 
| 
       7014 
7025 
     | 
    
         
             
                    """as-path操作模式
         
     | 
| 
       7015 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7016 
7026 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7017 
7027 
     | 
    
         
             
                    """
         
     | 
| 
       7018 
7028 
     | 
    
         
             
                    return self._AsPathOperateMode
         
     | 
| 
         @@ -7024,7 +7034,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel): 
     | 
|
| 
       7024 
7034 
     | 
    
         
             
                @property
         
     | 
| 
       7025 
7035 
     | 
    
         
             
                def OperateCommunitySet(self):
         
     | 
| 
       7026 
7036 
     | 
    
         
             
                    """community操作
         
     | 
| 
       7027 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7028 
7037 
     | 
    
         
             
                    :rtype: list of str
         
     | 
| 
       7029 
7038 
     | 
    
         
             
                    """
         
     | 
| 
       7030 
7039 
     | 
    
         
             
                    return self._OperateCommunitySet
         
     | 
| 
         @@ -7036,7 +7045,6 @@ class CcnRouteTableBroadcastPolicy(AbstractModel): 
     | 
|
| 
       7036 
7045 
     | 
    
         
             
                @property
         
     | 
| 
       7037 
7046 
     | 
    
         
             
                def CommunityOperateMode(self):
         
     | 
| 
       7038 
7047 
     | 
    
         
             
                    """community操作模式
         
     | 
| 
       7039 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7040 
7048 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7041 
7049 
     | 
    
         
             
                    """
         
     | 
| 
       7042 
7050 
     | 
    
         
             
                    return self._CommunityOperateMode
         
     | 
| 
         @@ -7255,13 +7263,10 @@ class CcnRouteTableInputPolicys(AbstractModel): 
     | 
|
| 
       7255 
7263 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       7256 
7264 
     | 
    
         
             
                    r"""
         
     | 
| 
       7257 
7265 
     | 
    
         
             
                    :param _Policys: 策略列表。
         
     | 
| 
       7258 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7259 
7266 
     | 
    
         
             
                    :type Policys: list of CcnRouteTableInputPolicy
         
     | 
| 
       7260 
7267 
     | 
    
         
             
                    :param _PolicyVersion: 版本号。
         
     | 
| 
       7261 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7262 
7268 
     | 
    
         
             
                    :type PolicyVersion: int
         
     | 
| 
       7263 
7269 
     | 
    
         
             
                    :param _CreateTime: 创建时间。
         
     | 
| 
       7264 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7265 
7270 
     | 
    
         
             
                    :type CreateTime: str
         
     | 
| 
       7266 
7271 
     | 
    
         
             
                    """
         
     | 
| 
       7267 
7272 
     | 
    
         
             
                    self._Policys = None
         
     | 
| 
         @@ -7271,7 +7276,6 @@ class CcnRouteTableInputPolicys(AbstractModel): 
     | 
|
| 
       7271 
7276 
     | 
    
         
             
                @property
         
     | 
| 
       7272 
7277 
     | 
    
         
             
                def Policys(self):
         
     | 
| 
       7273 
7278 
     | 
    
         
             
                    """策略列表。
         
     | 
| 
       7274 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7275 
7279 
     | 
    
         
             
                    :rtype: list of CcnRouteTableInputPolicy
         
     | 
| 
       7276 
7280 
     | 
    
         
             
                    """
         
     | 
| 
       7277 
7281 
     | 
    
         
             
                    return self._Policys
         
     | 
| 
         @@ -7283,7 +7287,6 @@ class CcnRouteTableInputPolicys(AbstractModel): 
     | 
|
| 
       7283 
7287 
     | 
    
         
             
                @property
         
     | 
| 
       7284 
7288 
     | 
    
         
             
                def PolicyVersion(self):
         
     | 
| 
       7285 
7289 
     | 
    
         
             
                    """版本号。
         
     | 
| 
       7286 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7287 
7290 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       7288 
7291 
     | 
    
         
             
                    """
         
     | 
| 
       7289 
7292 
     | 
    
         
             
                    return self._PolicyVersion
         
     | 
| 
         @@ -7295,7 +7298,6 @@ class CcnRouteTableInputPolicys(AbstractModel): 
     | 
|
| 
       7295 
7298 
     | 
    
         
             
                @property
         
     | 
| 
       7296 
7299 
     | 
    
         
             
                def CreateTime(self):
         
     | 
| 
       7297 
7300 
     | 
    
         
             
                    """创建时间。
         
     | 
| 
       7298 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7299 
7301 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       7300 
7302 
     | 
    
         
             
                    """
         
     | 
| 
       7301 
7303 
     | 
    
         
             
                    return self._CreateTime
         
     | 
| 
         @@ -16490,10 +16492,8 @@ class CrossBorderCompliance(AbstractModel): 
     | 
|
| 
       16490 
16492 
     | 
    
         
             
                    :param _CreatedTime: 审批单创建时间。
         
     | 
| 
       16491 
16493 
     | 
    
         
             
                    :type CreatedTime: str
         
     | 
| 
       16492 
16494 
     | 
    
         
             
                    :param _LegalPersonId: 法定代表人身份证号。
         
     | 
| 
       16493 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16494 
16495 
     | 
    
         
             
                    :type LegalPersonId: str
         
     | 
| 
       16495 
16496 
     | 
    
         
             
                    :param _LegalPersonIdCard: 法定代表人身份证。
         
     | 
| 
       16496 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16497 
16497 
     | 
    
         
             
                    :type LegalPersonIdCard: str
         
     | 
| 
       16498 
16498 
     | 
    
         
             
                    """
         
     | 
| 
       16499 
16499 
     | 
    
         
             
                    self._ServiceProvider = None
         
     | 
| 
         @@ -16766,7 +16766,6 @@ class CrossBorderCompliance(AbstractModel): 
     | 
|
| 
       16766 
16766 
     | 
    
         
             
                @property
         
     | 
| 
       16767 
16767 
     | 
    
         
             
                def LegalPersonId(self):
         
     | 
| 
       16768 
16768 
     | 
    
         
             
                    """法定代表人身份证号。
         
     | 
| 
       16769 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16770 
16769 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       16771 
16770 
     | 
    
         
             
                    """
         
     | 
| 
       16772 
16771 
     | 
    
         
             
                    return self._LegalPersonId
         
     | 
| 
         @@ -16778,7 +16777,6 @@ class CrossBorderCompliance(AbstractModel): 
     | 
|
| 
       16778 
16777 
     | 
    
         
             
                @property
         
     | 
| 
       16779 
16778 
     | 
    
         
             
                def LegalPersonIdCard(self):
         
     | 
| 
       16780 
16779 
     | 
    
         
             
                    """法定代表人身份证。
         
     | 
| 
       16781 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       16782 
16780 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       16783 
16781 
     | 
    
         
             
                    """
         
     | 
| 
       16784 
16782 
     | 
    
         
             
                    return self._LegalPersonIdCard
         
     | 
| 
         @@ -17008,10 +17006,13 @@ class CustomerGatewayVendor(AbstractModel): 
     | 
|
| 
       17008 
17006 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       17009 
17007 
     | 
    
         
             
                    r"""
         
     | 
| 
       17010 
17008 
     | 
    
         
             
                    :param _Platform: 平台。
         
     | 
| 
      
 17009 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17011 
17010 
     | 
    
         
             
                    :type Platform: str
         
     | 
| 
       17012 
17011 
     | 
    
         
             
                    :param _SoftwareVersion: 软件版本。
         
     | 
| 
      
 17012 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17013 
17013 
     | 
    
         
             
                    :type SoftwareVersion: str
         
     | 
| 
       17014 
17014 
     | 
    
         
             
                    :param _VendorName: 供应商名称。
         
     | 
| 
      
 17015 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17015 
17016 
     | 
    
         
             
                    :type VendorName: str
         
     | 
| 
       17016 
17017 
     | 
    
         
             
                    """
         
     | 
| 
       17017 
17018 
     | 
    
         
             
                    self._Platform = None
         
     | 
| 
         @@ -17021,6 +17022,7 @@ class CustomerGatewayVendor(AbstractModel): 
     | 
|
| 
       17021 
17022 
     | 
    
         
             
                @property
         
     | 
| 
       17022 
17023 
     | 
    
         
             
                def Platform(self):
         
     | 
| 
       17023 
17024 
     | 
    
         
             
                    """平台。
         
     | 
| 
      
 17025 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17024 
17026 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       17025 
17027 
     | 
    
         
             
                    """
         
     | 
| 
       17026 
17028 
     | 
    
         
             
                    return self._Platform
         
     | 
| 
         @@ -17032,6 +17034,7 @@ class CustomerGatewayVendor(AbstractModel): 
     | 
|
| 
       17032 
17034 
     | 
    
         
             
                @property
         
     | 
| 
       17033 
17035 
     | 
    
         
             
                def SoftwareVersion(self):
         
     | 
| 
       17034 
17036 
     | 
    
         
             
                    """软件版本。
         
     | 
| 
      
 17037 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17035 
17038 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       17036 
17039 
     | 
    
         
             
                    """
         
     | 
| 
       17037 
17040 
     | 
    
         
             
                    return self._SoftwareVersion
         
     | 
| 
         @@ -17043,6 +17046,7 @@ class CustomerGatewayVendor(AbstractModel): 
     | 
|
| 
       17043 
17046 
     | 
    
         
             
                @property
         
     | 
| 
       17044 
17047 
     | 
    
         
             
                def VendorName(self):
         
     | 
| 
       17045 
17048 
     | 
    
         
             
                    """供应商名称。
         
     | 
| 
      
 17049 
     | 
    
         
            +
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       17046 
17050 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       17047 
17051 
     | 
    
         
             
                    """
         
     | 
| 
       17048 
17052 
     | 
    
         
             
                    return self._VendorName
         
     | 
| 
         @@ -24209,7 +24213,6 @@ class DescribeCrossBorderFlowMonitorResponse(AbstractModel): 
     | 
|
| 
       24209 
24213 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       24210 
24214 
     | 
    
         
             
                    r"""
         
     | 
| 
       24211 
24215 
     | 
    
         
             
                    :param _CrossBorderFlowMonitorData: 云联网跨境带宽监控数据
         
     | 
| 
       24212 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       24213 
24216 
     | 
    
         
             
                    :type CrossBorderFlowMonitorData: list of CrossBorderFlowMonitorData
         
     | 
| 
       24214 
24217 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       24215 
24218 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -24220,7 +24223,6 @@ class DescribeCrossBorderFlowMonitorResponse(AbstractModel): 
     | 
|
| 
       24220 
24223 
     | 
    
         
             
                @property
         
     | 
| 
       24221 
24224 
     | 
    
         
             
                def CrossBorderFlowMonitorData(self):
         
     | 
| 
       24222 
24225 
     | 
    
         
             
                    """云联网跨境带宽监控数据
         
     | 
| 
       24223 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       24224 
24226 
     | 
    
         
             
                    :rtype: list of CrossBorderFlowMonitorData
         
     | 
| 
       24225 
24227 
     | 
    
         
             
                    """
         
     | 
| 
       24226 
24228 
     | 
    
         
             
                    return self._CrossBorderFlowMonitorData
         
     | 
| 
         @@ -33003,7 +33005,6 @@ class DescribeTenantCcnsResponse(AbstractModel): 
     | 
|
| 
       33003 
33005 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       33004 
33006 
     | 
    
         
             
                    r"""
         
     | 
| 
       33005 
33007 
     | 
    
         
             
                    :param _CcnSet: 云联网(CCN)对象。
         
     | 
| 
       33006 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33007 
33008 
     | 
    
         
             
                    :type CcnSet: list of CcnInstanceInfo
         
     | 
| 
       33008 
33009 
     | 
    
         
             
                    :param _TotalCount: 符合条件的对象总数。
         
     | 
| 
       33009 
33010 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
         @@ -33017,7 +33018,6 @@ class DescribeTenantCcnsResponse(AbstractModel): 
     | 
|
| 
       33017 
33018 
     | 
    
         
             
                @property
         
     | 
| 
       33018 
33019 
     | 
    
         
             
                def CcnSet(self):
         
     | 
| 
       33019 
33020 
     | 
    
         
             
                    """云联网(CCN)对象。
         
     | 
| 
       33020 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       33021 
33021 
     | 
    
         
             
                    :rtype: list of CcnInstanceInfo
         
     | 
| 
       33022 
33022 
     | 
    
         
             
                    """
         
     | 
| 
       33023 
33023 
     | 
    
         
             
                    return self._CcnSet
         
     | 
| 
         @@ -35405,7 +35405,6 @@ class DescribeVpnGatewayRoutesResponse(AbstractModel): 
     | 
|
| 
       35405 
35405 
     | 
    
         
             
                    :param _Routes: VPN网关目的路由。
         
     | 
| 
       35406 
35406 
     | 
    
         
             
                    :type Routes: list of VpnGatewayRoute
         
     | 
| 
       35407 
35407 
     | 
    
         
             
                    :param _TotalCount: 路由条数。
         
     | 
| 
       35408 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       35409 
35408 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       35410 
35409 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       35411 
35410 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -35428,7 +35427,6 @@ class DescribeVpnGatewayRoutesResponse(AbstractModel): 
     | 
|
| 
       35428 
35427 
     | 
    
         
             
                @property
         
     | 
| 
       35429 
35428 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       35430 
35429 
     | 
    
         
             
                    """路由条数。
         
     | 
| 
       35431 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       35432 
35430 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       35433 
35431 
     | 
    
         
             
                    """
         
     | 
| 
       35434 
35432 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -40684,10 +40682,8 @@ class GetCcnRegionBandwidthLimitsResponse(AbstractModel): 
     | 
|
| 
       40684 
40682 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       40685 
40683 
     | 
    
         
             
                    r"""
         
     | 
| 
       40686 
40684 
     | 
    
         
             
                    :param _CcnBandwidthSet: 云联网(CCN)各地域出带宽详情。
         
     | 
| 
       40687 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       40688 
40685 
     | 
    
         
             
                    :type CcnBandwidthSet: list of CcnBandwidthInfo
         
     | 
| 
       40689 
40686 
     | 
    
         
             
                    :param _TotalCount: 符合条件的对象数。
         
     | 
| 
       40690 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       40691 
40687 
     | 
    
         
             
                    :type TotalCount: int
         
     | 
| 
       40692 
40688 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       40693 
40689 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -40699,7 +40695,6 @@ class GetCcnRegionBandwidthLimitsResponse(AbstractModel): 
     | 
|
| 
       40699 
40695 
     | 
    
         
             
                @property
         
     | 
| 
       40700 
40696 
     | 
    
         
             
                def CcnBandwidthSet(self):
         
     | 
| 
       40701 
40697 
     | 
    
         
             
                    """云联网(CCN)各地域出带宽详情。
         
     | 
| 
       40702 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       40703 
40698 
     | 
    
         
             
                    :rtype: list of CcnBandwidthInfo
         
     | 
| 
       40704 
40699 
     | 
    
         
             
                    """
         
     | 
| 
       40705 
40700 
     | 
    
         
             
                    return self._CcnBandwidthSet
         
     | 
| 
         @@ -40711,7 +40706,6 @@ class GetCcnRegionBandwidthLimitsResponse(AbstractModel): 
     | 
|
| 
       40711 
40706 
     | 
    
         
             
                @property
         
     | 
| 
       40712 
40707 
     | 
    
         
             
                def TotalCount(self):
         
     | 
| 
       40713 
40708 
     | 
    
         
             
                    """符合条件的对象数。
         
     | 
| 
       40714 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       40715 
40709 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       40716 
40710 
     | 
    
         
             
                    """
         
     | 
| 
       40717 
40711 
     | 
    
         
             
                    return self._TotalCount
         
     | 
| 
         @@ -51263,7 +51257,6 @@ class ModifyVpnGatewayRoutesResponse(AbstractModel): 
     | 
|
| 
       51263 
51257 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       51264 
51258 
     | 
    
         
             
                    r"""
         
     | 
| 
       51265 
51259 
     | 
    
         
             
                    :param _Routes: VPN路由信息
         
     | 
| 
       51266 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51267 
51260 
     | 
    
         
             
                    :type Routes: list of VpnGatewayRoute
         
     | 
| 
       51268 
51261 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       51269 
51262 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -51274,7 +51267,6 @@ class ModifyVpnGatewayRoutesResponse(AbstractModel): 
     | 
|
| 
       51274 
51267 
     | 
    
         
             
                @property
         
     | 
| 
       51275 
51268 
     | 
    
         
             
                def Routes(self):
         
     | 
| 
       51276 
51269 
     | 
    
         
             
                    """VPN路由信息
         
     | 
| 
       51277 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       51278 
51270 
     | 
    
         
             
                    :rtype: list of VpnGatewayRoute
         
     | 
| 
       51279 
51271 
     | 
    
         
             
                    """
         
     | 
| 
       51280 
51272 
     | 
    
         
             
                    return self._Routes
         
     | 
| 
         @@ -59205,7 +59197,6 @@ class RouteSelectionPolicy(AbstractModel): 
     | 
|
| 
       59205 
59197 
     | 
    
         
             
                    :param _SourceCidrBlock: 源端cidr。
         
     | 
| 
       59206 
59198 
     | 
    
         
             
                    :type SourceCidrBlock: str
         
     | 
| 
       59207 
59199 
     | 
    
         
             
                    :param _Description: 路由表描述。
         
     | 
| 
       59208 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       59209 
59200 
     | 
    
         
             
                    :type Description: str
         
     | 
| 
       59210 
59201 
     | 
    
         
             
                    :param _InstanceId: 实例ID。
         
     | 
| 
       59211 
59202 
     | 
    
         
             
                    :type InstanceId: str
         
     | 
| 
         @@ -59291,7 +59282,6 @@ class RouteSelectionPolicy(AbstractModel): 
     | 
|
| 
       59291 
59282 
     | 
    
         
             
                @property
         
     | 
| 
       59292 
59283 
     | 
    
         
             
                def Description(self):
         
     | 
| 
       59293 
59284 
     | 
    
         
             
                    """路由表描述。
         
     | 
| 
       59294 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       59295 
59285 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       59296 
59286 
     | 
    
         
             
                    """
         
     | 
| 
       59297 
59287 
     | 
    
         
             
                    return self._Description
         
     | 
| 
         @@ -64878,24 +64868,18 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       64878 
64868 
     | 
    
         
             
                    :param _HealthCheckStatus: 通道健康检查状态,AVAILABLE:正常,UNAVAILABLE:不正常。 未配置健康检查不返回该对象
         
     | 
| 
       64879 
64869 
     | 
    
         
             
                    :type HealthCheckStatus: str
         
     | 
| 
       64880 
64870 
     | 
    
         
             
                    :param _DpdEnable: DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
         
     | 
| 
       64881 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       64882 
64871 
     | 
    
         
             
                    :type DpdEnable: int
         
     | 
| 
       64883 
64872 
     | 
    
         
             
                    :param _DpdTimeout: DPD超时时间。即探测确认对端不存在需要的时间。
         
     | 
| 
       64884 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       64885 
64873 
     | 
    
         
             
                    :type DpdTimeout: str
         
     | 
| 
       64886 
64874 
     | 
    
         
             
                    :param _DpdAction: DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
         
     | 
| 
       64887 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       64888 
64875 
     | 
    
         
             
                    :type DpdAction: str
         
     | 
| 
       64889 
64876 
     | 
    
         
             
                    :param _TagSet: 标签键值对数组
         
     | 
| 
       64890 
64877 
     | 
    
         
             
                    :type TagSet: list of Tag
         
     | 
| 
       64891 
64878 
     | 
    
         
             
                    :param _NegotiationType: 协商类型
         
     | 
| 
       64892 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       64893 
64879 
     | 
    
         
             
                    :type NegotiationType: str
         
     | 
| 
       64894 
64880 
     | 
    
         
             
                    :param _BgpConfig: Bgp配置信息
         
     | 
| 
       64895 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       64896 
64881 
     | 
    
         
             
                    :type BgpConfig: :class:`tencentcloud.vpc.v20170312.models.BgpConfigAndAsn`
         
     | 
| 
       64897 
64882 
     | 
    
         
             
                    :param _HealthCheckConfig: Nqa配置信息
         
     | 
| 
       64898 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       64899 
64883 
     | 
    
         
             
                    :type HealthCheckConfig: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
         
     | 
| 
       64900 
64884 
     | 
    
         
             
                    """
         
     | 
| 
       64901 
64885 
     | 
    
         
             
                    self._VpnConnectionId = None
         
     | 
| 
         @@ -65137,7 +65121,6 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       65137 
65121 
     | 
    
         
             
                @property
         
     | 
| 
       65138 
65122 
     | 
    
         
             
                def DpdEnable(self):
         
     | 
| 
       65139 
65123 
     | 
    
         
             
                    """DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
         
     | 
| 
       65140 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       65141 
65124 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       65142 
65125 
     | 
    
         
             
                    """
         
     | 
| 
       65143 
65126 
     | 
    
         
             
                    return self._DpdEnable
         
     | 
| 
         @@ -65149,7 +65132,6 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       65149 
65132 
     | 
    
         
             
                @property
         
     | 
| 
       65150 
65133 
     | 
    
         
             
                def DpdTimeout(self):
         
     | 
| 
       65151 
65134 
     | 
    
         
             
                    """DPD超时时间。即探测确认对端不存在需要的时间。
         
     | 
| 
       65152 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       65153 
65135 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       65154 
65136 
     | 
    
         
             
                    """
         
     | 
| 
       65155 
65137 
     | 
    
         
             
                    return self._DpdTimeout
         
     | 
| 
         @@ -65161,7 +65143,6 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       65161 
65143 
     | 
    
         
             
                @property
         
     | 
| 
       65162 
65144 
     | 
    
         
             
                def DpdAction(self):
         
     | 
| 
       65163 
65145 
     | 
    
         
             
                    """DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
         
     | 
| 
       65164 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       65165 
65146 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       65166 
65147 
     | 
    
         
             
                    """
         
     | 
| 
       65167 
65148 
     | 
    
         
             
                    return self._DpdAction
         
     | 
| 
         @@ -65184,7 +65165,6 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       65184 
65165 
     | 
    
         
             
                @property
         
     | 
| 
       65185 
65166 
     | 
    
         
             
                def NegotiationType(self):
         
     | 
| 
       65186 
65167 
     | 
    
         
             
                    """协商类型
         
     | 
| 
       65187 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       65188 
65168 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       65189 
65169 
     | 
    
         
             
                    """
         
     | 
| 
       65190 
65170 
     | 
    
         
             
                    return self._NegotiationType
         
     | 
| 
         @@ -65196,7 +65176,6 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       65196 
65176 
     | 
    
         
             
                @property
         
     | 
| 
       65197 
65177 
     | 
    
         
             
                def BgpConfig(self):
         
     | 
| 
       65198 
65178 
     | 
    
         
             
                    """Bgp配置信息
         
     | 
| 
       65199 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       65200 
65179 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.vpc.v20170312.models.BgpConfigAndAsn`
         
     | 
| 
       65201 
65180 
     | 
    
         
             
                    """
         
     | 
| 
       65202 
65181 
     | 
    
         
             
                    return self._BgpConfig
         
     | 
| 
         @@ -65208,7 +65187,6 @@ class VpnConnection(AbstractModel): 
     | 
|
| 
       65208 
65187 
     | 
    
         
             
                @property
         
     | 
| 
       65209 
65188 
     | 
    
         
             
                def HealthCheckConfig(self):
         
     | 
| 
       65210 
65189 
     | 
    
         
             
                    """Nqa配置信息
         
     | 
| 
       65211 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       65212 
65190 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
         
     | 
| 
       65213 
65191 
     | 
    
         
             
                    """
         
     | 
| 
       65214 
65192 
     | 
    
         
             
                    return self._HealthCheckConfig
         
     | 
| 
         @@ -2074,7 +2074,9 @@ class WafClient(AbstractClient): 
     | 
|
| 
       2074 
2074 
     | 
    
         | 
| 
       2075 
2075 
     | 
    
         | 
| 
       2076 
2076 
     | 
    
         
             
                def DescribeWafAutoDenyStatus(self, request):
         
     | 
| 
       2077 
     | 
    
         
            -
                    """ 
     | 
| 
      
 2077 
     | 
    
         
            +
                    """废弃接口
         
     | 
| 
      
 2078 
     | 
    
         
            +
             
     | 
| 
      
 2079 
     | 
    
         
            +
                    描述WAF自动封禁模块详情
         
     | 
| 
       2078 
2080 
     | 
    
         | 
| 
       2079 
2081 
     | 
    
         
             
                    :param request: Request instance for DescribeWafAutoDenyStatus.
         
     | 
| 
       2080 
2082 
     | 
    
         
             
                    :type request: :class:`tencentcloud.waf.v20180125.models.DescribeWafAutoDenyStatusRequest`
         
     |