tencentcloud-sdk-python-cwp 3.1.64__tar.gz → 3.1.102__tar.gz

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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/cwp/v20180228/models.py +132 -74
  5. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cwp-3.1.102/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cwp-3.1.64/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/cwp/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/cwp/v20180228/cwp_client.py +0 -0
  13. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/cwp/v20180228/cwp_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cwp-3.1.64 → tencentcloud_sdk_python_cwp-3.1.102}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.1.64
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cwp',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.64,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.102,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cwp SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.64'
17
+ __version__ = '3.1.102'
@@ -40642,19 +40642,17 @@ class DescribeLicenseBindListRequest(AbstractModel):
40642
40642
 
40643
40643
  def __init__(self):
40644
40644
  r"""
40645
- :param _LicenseId: 授权ID
40645
+ :param _LicenseId: <p>授权ID取DescribeLicenseList接口List对象下的LicenseId参数值</p>
40646
40646
  :type LicenseId: int
40647
- :param _LicenseType: 授权类型
40647
+ :param _LicenseType: <p>授权类型</p><p>枚举值:</p><ul><li>0: 专业版-按量计费</li><li>1: 专业版-包年包月(主机安全)</li><li>2: 旗舰版-包年包月(主机安全)</li><li>3: 轻量版-LH-包年包月</li><li>6: 专业版-包年包月(云安全中心)</li><li>7: 旗舰版-包年包月(云安全中心)</li></ul>
40648
40648
  :type LicenseType: int
40649
- :param _ResourceId: 资源ID
40649
+ :param _ResourceId: <p>资源ID,取DescribeLicenseList接口List对象下的ResourceId参数值</p>
40650
40650
  :type ResourceId: str
40651
- :param _Filters: <li>InstanceID、IP
40652
-
40653
- MachineName 模糊查询</li>
40651
+ :param _Filters: <li>InstanceID、IP、<p>MachineName 模糊查询</li></p>
40654
40652
  :type Filters: list of Filters
40655
- :param _Limit: 限制条数,默认10.
40653
+ :param _Limit: <p>限制条数,默认10.</p>
40656
40654
  :type Limit: int
40657
- :param _Offset: 偏移量,默认0.
40655
+ :param _Offset: <p>偏移量,默认0.</p>
40658
40656
  :type Offset: int
40659
40657
  """
40660
40658
  self._LicenseId = None
@@ -40666,7 +40664,7 @@ MachineName 模糊查询</li>
40666
40664
 
40667
40665
  @property
40668
40666
  def LicenseId(self):
40669
- r"""授权ID
40667
+ r"""<p>授权ID取DescribeLicenseList接口List对象下的LicenseId参数值</p>
40670
40668
  :rtype: int
40671
40669
  """
40672
40670
  return self._LicenseId
@@ -40677,7 +40675,7 @@ MachineName 模糊查询</li>
40677
40675
 
40678
40676
  @property
40679
40677
  def LicenseType(self):
40680
- r"""授权类型
40678
+ r"""<p>授权类型</p><p>枚举值:</p><ul><li>0: 专业版-按量计费</li><li>1: 专业版-包年包月(主机安全)</li><li>2: 旗舰版-包年包月(主机安全)</li><li>3: 轻量版-LH-包年包月</li><li>6: 专业版-包年包月(云安全中心)</li><li>7: 旗舰版-包年包月(云安全中心)</li></ul>
40681
40679
  :rtype: int
40682
40680
  """
40683
40681
  return self._LicenseType
@@ -40688,7 +40686,7 @@ MachineName 模糊查询</li>
40688
40686
 
40689
40687
  @property
40690
40688
  def ResourceId(self):
40691
- r"""资源ID
40689
+ r"""<p>资源ID,取DescribeLicenseList接口List对象下的ResourceId参数值</p>
40692
40690
  :rtype: str
40693
40691
  """
40694
40692
  return self._ResourceId
@@ -40699,9 +40697,7 @@ MachineName 模糊查询</li>
40699
40697
 
40700
40698
  @property
40701
40699
  def Filters(self):
40702
- r"""<li>InstanceID、IP
40703
-
40704
- MachineName 模糊查询</li>
40700
+ r"""<li>InstanceID、IP、<p>MachineName 模糊查询</li></p>
40705
40701
  :rtype: list of Filters
40706
40702
  """
40707
40703
  return self._Filters
@@ -40712,7 +40708,7 @@ MachineName 模糊查询</li>
40712
40708
 
40713
40709
  @property
40714
40710
  def Limit(self):
40715
- r"""限制条数,默认10.
40711
+ r"""<p>限制条数,默认10.</p>
40716
40712
  :rtype: int
40717
40713
  """
40718
40714
  return self._Limit
@@ -40723,7 +40719,7 @@ MachineName 模糊查询</li>
40723
40719
 
40724
40720
  @property
40725
40721
  def Offset(self):
40726
- r"""偏移量,默认0.
40722
+ r"""<p>偏移量,默认0.</p>
40727
40723
  :rtype: int
40728
40724
  """
40729
40725
  return self._Offset
@@ -40762,9 +40758,9 @@ class DescribeLicenseBindListResponse(AbstractModel):
40762
40758
 
40763
40759
  def __init__(self):
40764
40760
  r"""
40765
- :param _TotalCount: 总条数
40761
+ :param _TotalCount: <p>总条数</p>
40766
40762
  :type TotalCount: int
40767
- :param _List: 绑定机器列表信息
40763
+ :param _List: <p>绑定机器列表信息</p>
40768
40764
  :type List: list of LicenseBindDetail
40769
40765
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
40770
40766
  :type RequestId: str
@@ -40775,7 +40771,7 @@ class DescribeLicenseBindListResponse(AbstractModel):
40775
40771
 
40776
40772
  @property
40777
40773
  def TotalCount(self):
40778
- r"""总条数
40774
+ r"""<p>总条数</p>
40779
40775
  :rtype: int
40780
40776
  """
40781
40777
  return self._TotalCount
@@ -40786,7 +40782,7 @@ class DescribeLicenseBindListResponse(AbstractModel):
40786
40782
 
40787
40783
  @property
40788
40784
  def List(self):
40789
- r"""绑定机器列表信息
40785
+ r"""<p>绑定机器列表信息</p>
40790
40786
  :rtype: list of LicenseBindDetail
40791
40787
  """
40792
40788
  return self._List
@@ -40997,50 +40993,56 @@ class DescribeLicenseGeneralResponse(AbstractModel):
40997
40993
 
40998
40994
  def __init__(self):
40999
40995
  r"""
41000
- :param _LicenseCnt: 总授权数 (包含隔离,过期等不可用状态)
40996
+ :param _LicenseCnt: <p>总授权数 (包含隔离,过期等不可用状态)</p>
41001
40997
  :type LicenseCnt: int
41002
- :param _AvailableLicenseCnt: 可用授权数
40998
+ :param _AvailableLicenseCnt: <p>可用授权数</p>
41003
40999
  :type AvailableLicenseCnt: int
41004
- :param _AvailableProVersionLicenseCnt: 可用专业版授权数(包含后付费).
41000
+ :param _AvailableProVersionLicenseCnt: <p>可用专业版授权数(包含后付费).</p>
41005
41001
  :type AvailableProVersionLicenseCnt: int
41006
- :param _AvailableFlagshipVersionLicenseCnt: 可用旗舰版授权数
41002
+ :param _AvailableFlagshipVersionLicenseCnt: <p>可用旗舰版授权数</p>
41007
41003
  :type AvailableFlagshipVersionLicenseCnt: int
41008
- :param _NearExpiryLicenseCnt: 即将到期授权数 (15天内到期的)
41004
+ :param _NearExpiryLicenseCnt: <p>即将到期授权数 (15天内到期的)</p>
41009
41005
  :type NearExpiryLicenseCnt: int
41010
- :param _ExpireLicenseCnt: 已到期授权数(不包含已删除的记录)
41006
+ :param _ExpireLicenseCnt: <p>已到期授权数(不包含已删除的记录)</p>
41011
41007
  :type ExpireLicenseCnt: int
41012
- :param _AutoOpenStatus: 自动升级开关状态,默认 false, true 开启, false 关闭
41008
+ :param _AutoOpenStatus: <p>自动升级开关状态,默认 false, true 开启, false 关闭</p>
41013
41009
  :type AutoOpenStatus: bool
41014
- :param _ProtectType: PROVERSION_POSTPAY 专业版-后付费, PROVERSION_PREPAY 专业版-预付费, FLAGSHIP_PREPAY 旗舰版-预付费
41010
+ :param _ProtectType: <p>PROVERSION_POSTPAY 专业版-后付费, PROVERSION_PREPAY 专业版-预付费, FLAGSHIP_PREPAY 旗舰版-预付费</p>
41015
41011
  :type ProtectType: str
41016
- :param _IsOpenStatusHistory: 历史是否开通过自动升级开关
41012
+ :param _IsOpenStatusHistory: <p>历史是否开通过自动升级开关</p>
41017
41013
  :type IsOpenStatusHistory: bool
41018
- :param _UsedLicenseCnt: 已使用授权数
41014
+ :param _UsedLicenseCnt: <p>已使用授权数</p>
41019
41015
  :type UsedLicenseCnt: int
41020
- :param _NotExpiredLicenseCnt: 未到期授权数
41016
+ :param _NotExpiredLicenseCnt: <p>未到期授权数</p>
41021
41017
  :type NotExpiredLicenseCnt: int
41022
- :param _FlagshipVersionLicenseCnt: 旗舰版总授权数(有效订单)
41018
+ :param _FlagshipVersionLicenseCnt: <p>旗舰版总授权数(有效订单)</p>
41023
41019
  :type FlagshipVersionLicenseCnt: int
41024
- :param _ProVersionLicenseCnt: 专业版总授权数(有效订单)
41020
+ :param _ProVersionLicenseCnt: <p>专业版总授权数(有效订单)</p>
41025
41021
  :type ProVersionLicenseCnt: int
41026
- :param _CwpVersionLicenseCnt: 轻量版总授权数(有效订单的授权数)
41022
+ :param _CwpVersionLicenseCnt: <p>轻量版总授权数(有效订单的授权数)</p>
41027
41023
  :type CwpVersionLicenseCnt: int
41028
- :param _AvailableLHLicenseCnt: 可用惠普版授权数
41024
+ :param _AvailableLHLicenseCnt: <p>可用惠普版授权数</p>
41029
41025
  :type AvailableLHLicenseCnt: int
41030
- :param _AutoRepurchaseSwitch: 自动加购开关, true 开启, false 关闭
41026
+ :param _AutoRepurchaseSwitch: <p>自动加购开关, true 开启, false 关闭</p>
41031
41027
  :type AutoRepurchaseSwitch: bool
41032
- :param _AutoRepurchaseRenewSwitch: 自动加购订单是否自动续费 ,true 开启, false 关闭
41028
+ :param _AutoRepurchaseRenewSwitch: <p>自动加购订单是否自动续费 ,true 开启, false 关闭</p>
41033
41029
  :type AutoRepurchaseRenewSwitch: bool
41034
- :param _DestroyOrderNum: 已销毁订单数
41030
+ :param _DestroyOrderNum: <p>已销毁订单数</p>
41035
41031
  :type DestroyOrderNum: int
41036
- :param _RepurchaseRenewSwitch: 自动加购是否自动续费开关,true 开启,false 关闭
41032
+ :param _RepurchaseRenewSwitch: <p>自动加购是否自动续费开关,true 开启,false 关闭</p>
41037
41033
  :type RepurchaseRenewSwitch: bool
41038
- :param _AutoBindRaspSwitch: 是否自动新增机器绑定rasp防护,false 关闭 true 开启
41034
+ :param _AutoBindRaspSwitch: <p>是否自动新增机器绑定rasp防护,false 关闭 true 开启</p>
41039
41035
  :type AutoBindRaspSwitch: bool
41040
- :param _AutoOpenRaspSwitch: 是否自动新增机器开启rasp防护,false 关闭 true 开启
41036
+ :param _AutoOpenRaspSwitch: <p>是否自动新增机器开启rasp防护,false 关闭 true 开启</p>
41041
41037
  :type AutoOpenRaspSwitch: bool
41042
- :param _AutoDowngradeSwitch: 是否自动缩容开关开启
41038
+ :param _AutoDowngradeSwitch: <p>是否自动缩容开关开启</p>
41043
41039
  :type AutoDowngradeSwitch: bool
41040
+ :param _AvailableAISecurityLicenseCnt: <p>可使用的AI防护版授权数</p>
41041
+ :type AvailableAISecurityLicenseCnt: int
41042
+ :param _AISecurityVersionLicenseCnt: <p>AI 防护版总授权数</p>
41043
+ :type AISecurityVersionLicenseCnt: int
41044
+ :param _ApplicationAvailableLicenseCnt: <p>应用防护授权数+旗舰版授权数相加后的可使用授权数</p>
41045
+ :type ApplicationAvailableLicenseCnt: int
41044
41046
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
41045
41047
  :type RequestId: str
41046
41048
  """
@@ -41066,11 +41068,14 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41066
41068
  self._AutoBindRaspSwitch = None
41067
41069
  self._AutoOpenRaspSwitch = None
41068
41070
  self._AutoDowngradeSwitch = None
41071
+ self._AvailableAISecurityLicenseCnt = None
41072
+ self._AISecurityVersionLicenseCnt = None
41073
+ self._ApplicationAvailableLicenseCnt = None
41069
41074
  self._RequestId = None
41070
41075
 
41071
41076
  @property
41072
41077
  def LicenseCnt(self):
41073
- r"""总授权数 (包含隔离,过期等不可用状态)
41078
+ r"""<p>总授权数 (包含隔离,过期等不可用状态)</p>
41074
41079
  :rtype: int
41075
41080
  """
41076
41081
  return self._LicenseCnt
@@ -41081,7 +41086,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41081
41086
 
41082
41087
  @property
41083
41088
  def AvailableLicenseCnt(self):
41084
- r"""可用授权数
41089
+ r"""<p>可用授权数</p>
41085
41090
  :rtype: int
41086
41091
  """
41087
41092
  return self._AvailableLicenseCnt
@@ -41092,7 +41097,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41092
41097
 
41093
41098
  @property
41094
41099
  def AvailableProVersionLicenseCnt(self):
41095
- r"""可用专业版授权数(包含后付费).
41100
+ r"""<p>可用专业版授权数(包含后付费).</p>
41096
41101
  :rtype: int
41097
41102
  """
41098
41103
  return self._AvailableProVersionLicenseCnt
@@ -41103,7 +41108,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41103
41108
 
41104
41109
  @property
41105
41110
  def AvailableFlagshipVersionLicenseCnt(self):
41106
- r"""可用旗舰版授权数
41111
+ r"""<p>可用旗舰版授权数</p>
41107
41112
  :rtype: int
41108
41113
  """
41109
41114
  return self._AvailableFlagshipVersionLicenseCnt
@@ -41114,7 +41119,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41114
41119
 
41115
41120
  @property
41116
41121
  def NearExpiryLicenseCnt(self):
41117
- r"""即将到期授权数 (15天内到期的)
41122
+ r"""<p>即将到期授权数 (15天内到期的)</p>
41118
41123
  :rtype: int
41119
41124
  """
41120
41125
  return self._NearExpiryLicenseCnt
@@ -41125,7 +41130,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41125
41130
 
41126
41131
  @property
41127
41132
  def ExpireLicenseCnt(self):
41128
- r"""已到期授权数(不包含已删除的记录)
41133
+ r"""<p>已到期授权数(不包含已删除的记录)</p>
41129
41134
  :rtype: int
41130
41135
  """
41131
41136
  return self._ExpireLicenseCnt
@@ -41136,7 +41141,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41136
41141
 
41137
41142
  @property
41138
41143
  def AutoOpenStatus(self):
41139
- r"""自动升级开关状态,默认 false, true 开启, false 关闭
41144
+ r"""<p>自动升级开关状态,默认 false, true 开启, false 关闭</p>
41140
41145
  :rtype: bool
41141
41146
  """
41142
41147
  return self._AutoOpenStatus
@@ -41147,7 +41152,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41147
41152
 
41148
41153
  @property
41149
41154
  def ProtectType(self):
41150
- r"""PROVERSION_POSTPAY 专业版-后付费, PROVERSION_PREPAY 专业版-预付费, FLAGSHIP_PREPAY 旗舰版-预付费
41155
+ r"""<p>PROVERSION_POSTPAY 专业版-后付费, PROVERSION_PREPAY 专业版-预付费, FLAGSHIP_PREPAY 旗舰版-预付费</p>
41151
41156
  :rtype: str
41152
41157
  """
41153
41158
  return self._ProtectType
@@ -41158,7 +41163,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41158
41163
 
41159
41164
  @property
41160
41165
  def IsOpenStatusHistory(self):
41161
- r"""历史是否开通过自动升级开关
41166
+ r"""<p>历史是否开通过自动升级开关</p>
41162
41167
  :rtype: bool
41163
41168
  """
41164
41169
  return self._IsOpenStatusHistory
@@ -41169,7 +41174,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41169
41174
 
41170
41175
  @property
41171
41176
  def UsedLicenseCnt(self):
41172
- r"""已使用授权数
41177
+ r"""<p>已使用授权数</p>
41173
41178
  :rtype: int
41174
41179
  """
41175
41180
  return self._UsedLicenseCnt
@@ -41180,7 +41185,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41180
41185
 
41181
41186
  @property
41182
41187
  def NotExpiredLicenseCnt(self):
41183
- r"""未到期授权数
41188
+ r"""<p>未到期授权数</p>
41184
41189
  :rtype: int
41185
41190
  """
41186
41191
  return self._NotExpiredLicenseCnt
@@ -41191,7 +41196,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41191
41196
 
41192
41197
  @property
41193
41198
  def FlagshipVersionLicenseCnt(self):
41194
- r"""旗舰版总授权数(有效订单)
41199
+ r"""<p>旗舰版总授权数(有效订单)</p>
41195
41200
  :rtype: int
41196
41201
  """
41197
41202
  return self._FlagshipVersionLicenseCnt
@@ -41202,7 +41207,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41202
41207
 
41203
41208
  @property
41204
41209
  def ProVersionLicenseCnt(self):
41205
- r"""专业版总授权数(有效订单)
41210
+ r"""<p>专业版总授权数(有效订单)</p>
41206
41211
  :rtype: int
41207
41212
  """
41208
41213
  return self._ProVersionLicenseCnt
@@ -41213,7 +41218,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41213
41218
 
41214
41219
  @property
41215
41220
  def CwpVersionLicenseCnt(self):
41216
- r"""轻量版总授权数(有效订单的授权数)
41221
+ r"""<p>轻量版总授权数(有效订单的授权数)</p>
41217
41222
  :rtype: int
41218
41223
  """
41219
41224
  return self._CwpVersionLicenseCnt
@@ -41224,7 +41229,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41224
41229
 
41225
41230
  @property
41226
41231
  def AvailableLHLicenseCnt(self):
41227
- r"""可用惠普版授权数
41232
+ r"""<p>可用惠普版授权数</p>
41228
41233
  :rtype: int
41229
41234
  """
41230
41235
  return self._AvailableLHLicenseCnt
@@ -41235,7 +41240,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41235
41240
 
41236
41241
  @property
41237
41242
  def AutoRepurchaseSwitch(self):
41238
- r"""自动加购开关, true 开启, false 关闭
41243
+ r"""<p>自动加购开关, true 开启, false 关闭</p>
41239
41244
  :rtype: bool
41240
41245
  """
41241
41246
  return self._AutoRepurchaseSwitch
@@ -41246,7 +41251,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41246
41251
 
41247
41252
  @property
41248
41253
  def AutoRepurchaseRenewSwitch(self):
41249
- r"""自动加购订单是否自动续费 ,true 开启, false 关闭
41254
+ r"""<p>自动加购订单是否自动续费 ,true 开启, false 关闭</p>
41250
41255
  :rtype: bool
41251
41256
  """
41252
41257
  return self._AutoRepurchaseRenewSwitch
@@ -41257,7 +41262,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41257
41262
 
41258
41263
  @property
41259
41264
  def DestroyOrderNum(self):
41260
- r"""已销毁订单数
41265
+ r"""<p>已销毁订单数</p>
41261
41266
  :rtype: int
41262
41267
  """
41263
41268
  return self._DestroyOrderNum
@@ -41268,7 +41273,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41268
41273
 
41269
41274
  @property
41270
41275
  def RepurchaseRenewSwitch(self):
41271
- r"""自动加购是否自动续费开关,true 开启,false 关闭
41276
+ r"""<p>自动加购是否自动续费开关,true 开启,false 关闭</p>
41272
41277
  :rtype: bool
41273
41278
  """
41274
41279
  return self._RepurchaseRenewSwitch
@@ -41279,7 +41284,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41279
41284
 
41280
41285
  @property
41281
41286
  def AutoBindRaspSwitch(self):
41282
- r"""是否自动新增机器绑定rasp防护,false 关闭 true 开启
41287
+ r"""<p>是否自动新增机器绑定rasp防护,false 关闭 true 开启</p>
41283
41288
  :rtype: bool
41284
41289
  """
41285
41290
  return self._AutoBindRaspSwitch
@@ -41290,7 +41295,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41290
41295
 
41291
41296
  @property
41292
41297
  def AutoOpenRaspSwitch(self):
41293
- r"""是否自动新增机器开启rasp防护,false 关闭 true 开启
41298
+ r"""<p>是否自动新增机器开启rasp防护,false 关闭 true 开启</p>
41294
41299
  :rtype: bool
41295
41300
  """
41296
41301
  return self._AutoOpenRaspSwitch
@@ -41301,7 +41306,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41301
41306
 
41302
41307
  @property
41303
41308
  def AutoDowngradeSwitch(self):
41304
- r"""是否自动缩容开关开启
41309
+ r"""<p>是否自动缩容开关开启</p>
41305
41310
  :rtype: bool
41306
41311
  """
41307
41312
  return self._AutoDowngradeSwitch
@@ -41310,6 +41315,39 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41310
41315
  def AutoDowngradeSwitch(self, AutoDowngradeSwitch):
41311
41316
  self._AutoDowngradeSwitch = AutoDowngradeSwitch
41312
41317
 
41318
+ @property
41319
+ def AvailableAISecurityLicenseCnt(self):
41320
+ r"""<p>可使用的AI防护版授权数</p>
41321
+ :rtype: int
41322
+ """
41323
+ return self._AvailableAISecurityLicenseCnt
41324
+
41325
+ @AvailableAISecurityLicenseCnt.setter
41326
+ def AvailableAISecurityLicenseCnt(self, AvailableAISecurityLicenseCnt):
41327
+ self._AvailableAISecurityLicenseCnt = AvailableAISecurityLicenseCnt
41328
+
41329
+ @property
41330
+ def AISecurityVersionLicenseCnt(self):
41331
+ r"""<p>AI 防护版总授权数</p>
41332
+ :rtype: int
41333
+ """
41334
+ return self._AISecurityVersionLicenseCnt
41335
+
41336
+ @AISecurityVersionLicenseCnt.setter
41337
+ def AISecurityVersionLicenseCnt(self, AISecurityVersionLicenseCnt):
41338
+ self._AISecurityVersionLicenseCnt = AISecurityVersionLicenseCnt
41339
+
41340
+ @property
41341
+ def ApplicationAvailableLicenseCnt(self):
41342
+ r"""<p>应用防护授权数+旗舰版授权数相加后的可使用授权数</p>
41343
+ :rtype: int
41344
+ """
41345
+ return self._ApplicationAvailableLicenseCnt
41346
+
41347
+ @ApplicationAvailableLicenseCnt.setter
41348
+ def ApplicationAvailableLicenseCnt(self, ApplicationAvailableLicenseCnt):
41349
+ self._ApplicationAvailableLicenseCnt = ApplicationAvailableLicenseCnt
41350
+
41313
41351
  @property
41314
41352
  def RequestId(self):
41315
41353
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -41345,6 +41383,9 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41345
41383
  self._AutoBindRaspSwitch = params.get("AutoBindRaspSwitch")
41346
41384
  self._AutoOpenRaspSwitch = params.get("AutoOpenRaspSwitch")
41347
41385
  self._AutoDowngradeSwitch = params.get("AutoDowngradeSwitch")
41386
+ self._AvailableAISecurityLicenseCnt = params.get("AvailableAISecurityLicenseCnt")
41387
+ self._AISecurityVersionLicenseCnt = params.get("AISecurityVersionLicenseCnt")
41388
+ self._ApplicationAvailableLicenseCnt = params.get("ApplicationAvailableLicenseCnt")
41348
41389
  self._RequestId = params.get("RequestId")
41349
41390
 
41350
41391
 
@@ -41606,14 +41647,14 @@ class DescribeLicenseWhiteConfigRequest(AbstractModel):
41606
41647
 
41607
41648
  def __init__(self):
41608
41649
  r"""
41609
- :param _RuleName: 规则名称,例如: cwp
41650
+ :param _RuleName: <p>规则名称,例如: cwp</p>
41610
41651
  :type RuleName: str
41611
41652
  """
41612
41653
  self._RuleName = None
41613
41654
 
41614
41655
  @property
41615
41656
  def RuleName(self):
41616
- r"""规则名称,例如: cwp
41657
+ r"""<p>规则名称,例如: cwp</p>
41617
41658
  :rtype: str
41618
41659
  """
41619
41660
  return self._RuleName
@@ -41642,14 +41683,16 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41642
41683
 
41643
41684
  def __init__(self):
41644
41685
  r"""
41645
- :param _FlagShip: 旗舰版 配置信息
41686
+ :param _FlagShip: <p>旗舰版 配置信息</p>
41646
41687
  :type FlagShip: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41647
- :param _Professional: 专业版 配置信息
41688
+ :param _Professional: <p>专业版 配置信息</p>
41648
41689
  :type Professional: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41649
- :param _PrattWhitney: 轻量版 配置信息
41690
+ :param _PrattWhitney: <p>轻量版 配置信息</p>
41650
41691
  :type PrattWhitney: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41651
- :param _RASP: 重保授权包 配置信息
41692
+ :param _RASP: <p>重保授权包 配置信息</p>
41652
41693
  :type RASP: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41694
+ :param _LOG: <p>日志分析配置信息</p>
41695
+ :type LOG: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41653
41696
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
41654
41697
  :type RequestId: str
41655
41698
  """
@@ -41657,11 +41700,12 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41657
41700
  self._Professional = None
41658
41701
  self._PrattWhitney = None
41659
41702
  self._RASP = None
41703
+ self._LOG = None
41660
41704
  self._RequestId = None
41661
41705
 
41662
41706
  @property
41663
41707
  def FlagShip(self):
41664
- r"""旗舰版 配置信息
41708
+ r"""<p>旗舰版 配置信息</p>
41665
41709
  :rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41666
41710
  """
41667
41711
  return self._FlagShip
@@ -41672,7 +41716,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41672
41716
 
41673
41717
  @property
41674
41718
  def Professional(self):
41675
- r"""专业版 配置信息
41719
+ r"""<p>专业版 配置信息</p>
41676
41720
  :rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41677
41721
  """
41678
41722
  return self._Professional
@@ -41683,7 +41727,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41683
41727
 
41684
41728
  @property
41685
41729
  def PrattWhitney(self):
41686
- r"""轻量版 配置信息
41730
+ r"""<p>轻量版 配置信息</p>
41687
41731
  :rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41688
41732
  """
41689
41733
  return self._PrattWhitney
@@ -41694,7 +41738,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41694
41738
 
41695
41739
  @property
41696
41740
  def RASP(self):
41697
- r"""重保授权包 配置信息
41741
+ r"""<p>重保授权包 配置信息</p>
41698
41742
  :rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41699
41743
  """
41700
41744
  return self._RASP
@@ -41703,6 +41747,17 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41703
41747
  def RASP(self, RASP):
41704
41748
  self._RASP = RASP
41705
41749
 
41750
+ @property
41751
+ def LOG(self):
41752
+ r"""<p>日志分析配置信息</p>
41753
+ :rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41754
+ """
41755
+ return self._LOG
41756
+
41757
+ @LOG.setter
41758
+ def LOG(self, LOG):
41759
+ self._LOG = LOG
41760
+
41706
41761
  @property
41707
41762
  def RequestId(self):
41708
41763
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -41728,6 +41783,9 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41728
41783
  if params.get("RASP") is not None:
41729
41784
  self._RASP = VersionWhiteConfig()
41730
41785
  self._RASP._deserialize(params.get("RASP"))
41786
+ if params.get("LOG") is not None:
41787
+ self._LOG = VersionWhiteConfig()
41788
+ self._LOG._deserialize(params.get("LOG"))
41731
41789
  self._RequestId = params.get("RequestId")
41732
41790
 
41733
41791
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.1.64
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.102
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.64