tencentcloud-sdk-python-cwp 3.1.124__tar.gz → 3.1.125__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.124 → tencentcloud_sdk_python_cwp-3.1.125}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/cwp/v20180228/models.py +425 -40
  5. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cwp-3.1.125/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cwp-3.1.124/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/cwp/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/cwp/v20180228/cwp_client.py +0 -0
  13. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/cwp/v20180228/cwp_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cwp-3.1.124 → tencentcloud_sdk_python_cwp-3.1.125}/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.124
3
+ Version: 3.1.125
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.124
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.125
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.124,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.125,<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.124'
17
+ __version__ = '3.1.125'
@@ -17316,13 +17316,13 @@ class CreateBuyBindTaskRequest(AbstractModel):
17316
17316
 
17317
17317
  def __init__(self):
17318
17318
  r"""
17319
- :param _DealName: 订单号
17319
+ :param _DealName: <p>订单号</p>
17320
17320
  :type DealName: str
17321
- :param _LicenseType: 可选参数: 1专业版-包年包月 , 2 旗舰版-包年包月
17321
+ :param _LicenseType: <p>授权类型</p><p>枚举值:</p><ul><li>1 专业版-包年包月</li><li>2 旗舰版-包年包月</li></ul>
17322
17322
  :type LicenseType: int
17323
- :param _QuuidList: 机器列表
17323
+ :param _QuuidList: <p>机器列表</p>
17324
17324
  :type QuuidList: list of str
17325
- :param _IsAll: 是否全选机器
17325
+ :param _IsAll: <p>是否全选机器</p>
17326
17326
  :type IsAll: bool
17327
17327
  """
17328
17328
  self._DealName = None
@@ -17332,7 +17332,7 @@ class CreateBuyBindTaskRequest(AbstractModel):
17332
17332
 
17333
17333
  @property
17334
17334
  def DealName(self):
17335
- r"""订单号
17335
+ r"""<p>订单号</p>
17336
17336
  :rtype: str
17337
17337
  """
17338
17338
  return self._DealName
@@ -17343,7 +17343,7 @@ class CreateBuyBindTaskRequest(AbstractModel):
17343
17343
 
17344
17344
  @property
17345
17345
  def LicenseType(self):
17346
- r"""可选参数: 1专业版-包年包月 , 2 旗舰版-包年包月
17346
+ r"""<p>授权类型</p><p>枚举值:</p><ul><li>1 专业版-包年包月</li><li>2 旗舰版-包年包月</li></ul>
17347
17347
  :rtype: int
17348
17348
  """
17349
17349
  return self._LicenseType
@@ -17354,7 +17354,7 @@ class CreateBuyBindTaskRequest(AbstractModel):
17354
17354
 
17355
17355
  @property
17356
17356
  def QuuidList(self):
17357
- r"""机器列表
17357
+ r"""<p>机器列表</p>
17358
17358
  :rtype: list of str
17359
17359
  """
17360
17360
  return self._QuuidList
@@ -17365,7 +17365,7 @@ class CreateBuyBindTaskRequest(AbstractModel):
17365
17365
 
17366
17366
  @property
17367
17367
  def IsAll(self):
17368
- r"""是否全选机器
17368
+ r"""<p>是否全选机器</p>
17369
17369
  :rtype: bool
17370
17370
  """
17371
17371
  return self._IsAll
@@ -48968,14 +48968,14 @@ class DescribeProVersionStatusRequest(AbstractModel):
48968
48968
 
48969
48969
  def __init__(self):
48970
48970
  r"""
48971
- :param _Uuid: 主机安全客户端UUID、填写"all"表示所有主机。
48971
+ :param _Uuid: <p>主机安全客户端UUID、填写&quot;all&quot;表示所有主机。</p>
48972
48972
  :type Uuid: str
48973
48973
  """
48974
48974
  self._Uuid = None
48975
48975
 
48976
48976
  @property
48977
48977
  def Uuid(self):
48978
- r"""主机安全客户端UUID、填写"all"表示所有主机。
48978
+ r"""<p>主机安全客户端UUID、填写&quot;all&quot;表示所有主机。</p>
48979
48979
  :rtype: str
48980
48980
  """
48981
48981
  return self._Uuid
@@ -49004,11 +49004,25 @@ class DescribeProVersionStatusResponse(AbstractModel):
49004
49004
 
49005
49005
  def __init__(self):
49006
49006
  r"""
49007
+ :param _Status: <p>开通状态。</p><li>UNOPENED:未开通专业版</li><li>OPENED:已开通专业版</li>
49008
+ :type Status: str
49007
49009
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
49008
49010
  :type RequestId: str
49009
49011
  """
49012
+ self._Status = None
49010
49013
  self._RequestId = None
49011
49014
 
49015
+ @property
49016
+ def Status(self):
49017
+ r"""<p>开通状态。</p><li>UNOPENED:未开通专业版</li><li>OPENED:已开通专业版</li>
49018
+ :rtype: str
49019
+ """
49020
+ return self._Status
49021
+
49022
+ @Status.setter
49023
+ def Status(self, Status):
49024
+ self._Status = Status
49025
+
49012
49026
  @property
49013
49027
  def RequestId(self):
49014
49028
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -49022,6 +49036,7 @@ class DescribeProVersionStatusResponse(AbstractModel):
49022
49036
 
49023
49037
 
49024
49038
  def _deserialize(self, params):
49039
+ self._Status = params.get("Status")
49025
49040
  self._RequestId = params.get("RequestId")
49026
49041
 
49027
49042
 
@@ -52676,11 +52691,25 @@ class DescribeRecommendedProtectCpuResponse(AbstractModel):
52676
52691
 
52677
52692
  def __init__(self):
52678
52693
  r"""
52694
+ :param _Number: <p>推荐购买数</p>
52695
+ :type Number: int
52679
52696
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
52680
52697
  :type RequestId: str
52681
52698
  """
52699
+ self._Number = None
52682
52700
  self._RequestId = None
52683
52701
 
52702
+ @property
52703
+ def Number(self):
52704
+ r"""<p>推荐购买数</p>
52705
+ :rtype: int
52706
+ """
52707
+ return self._Number
52708
+
52709
+ @Number.setter
52710
+ def Number(self, Number):
52711
+ self._Number = Number
52712
+
52684
52713
  @property
52685
52714
  def RequestId(self):
52686
52715
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -52694,6 +52723,7 @@ class DescribeRecommendedProtectCpuResponse(AbstractModel):
52694
52723
 
52695
52724
 
52696
52725
  def _deserialize(self, params):
52726
+ self._Number = params.get("Number")
52697
52727
  self._RequestId = params.get("RequestId")
52698
52728
 
52699
52729
 
@@ -54316,11 +54346,123 @@ class DescribeSafeInfoResponse(AbstractModel):
54316
54346
 
54317
54347
  def __init__(self):
54318
54348
  r"""
54349
+ :param _Context: <p>文本内容</p>
54350
+ :type Context: str
54351
+ :param _Title: <p>标题</p>
54352
+ :type Title: str
54353
+ :param _Url: <p>超链接地址</p>
54354
+ :type Url: str
54355
+ :param _EffectHostCount: <p>受影响机器数</p>
54356
+ :type EffectHostCount: int
54357
+ :param _EventName: <p>受影响事件名称</p>
54358
+ :type EventName: str
54359
+ :param _EventCategory: <p>受影响事件类型 0 无 1 木马 2 漏洞 3基线</p>
54360
+ :type EventCategory: int
54361
+ :param _IsShow: <p>是否展示通知</p>
54362
+ :type IsShow: bool
54363
+ :param _Id: <p>Id值</p>
54364
+ :type Id: int
54319
54365
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
54320
54366
  :type RequestId: str
54321
54367
  """
54368
+ self._Context = None
54369
+ self._Title = None
54370
+ self._Url = None
54371
+ self._EffectHostCount = None
54372
+ self._EventName = None
54373
+ self._EventCategory = None
54374
+ self._IsShow = None
54375
+ self._Id = None
54322
54376
  self._RequestId = None
54323
54377
 
54378
+ @property
54379
+ def Context(self):
54380
+ r"""<p>文本内容</p>
54381
+ :rtype: str
54382
+ """
54383
+ return self._Context
54384
+
54385
+ @Context.setter
54386
+ def Context(self, Context):
54387
+ self._Context = Context
54388
+
54389
+ @property
54390
+ def Title(self):
54391
+ r"""<p>标题</p>
54392
+ :rtype: str
54393
+ """
54394
+ return self._Title
54395
+
54396
+ @Title.setter
54397
+ def Title(self, Title):
54398
+ self._Title = Title
54399
+
54400
+ @property
54401
+ def Url(self):
54402
+ r"""<p>超链接地址</p>
54403
+ :rtype: str
54404
+ """
54405
+ return self._Url
54406
+
54407
+ @Url.setter
54408
+ def Url(self, Url):
54409
+ self._Url = Url
54410
+
54411
+ @property
54412
+ def EffectHostCount(self):
54413
+ r"""<p>受影响机器数</p>
54414
+ :rtype: int
54415
+ """
54416
+ return self._EffectHostCount
54417
+
54418
+ @EffectHostCount.setter
54419
+ def EffectHostCount(self, EffectHostCount):
54420
+ self._EffectHostCount = EffectHostCount
54421
+
54422
+ @property
54423
+ def EventName(self):
54424
+ r"""<p>受影响事件名称</p>
54425
+ :rtype: str
54426
+ """
54427
+ return self._EventName
54428
+
54429
+ @EventName.setter
54430
+ def EventName(self, EventName):
54431
+ self._EventName = EventName
54432
+
54433
+ @property
54434
+ def EventCategory(self):
54435
+ r"""<p>受影响事件类型 0 无 1 木马 2 漏洞 3基线</p>
54436
+ :rtype: int
54437
+ """
54438
+ return self._EventCategory
54439
+
54440
+ @EventCategory.setter
54441
+ def EventCategory(self, EventCategory):
54442
+ self._EventCategory = EventCategory
54443
+
54444
+ @property
54445
+ def IsShow(self):
54446
+ r"""<p>是否展示通知</p>
54447
+ :rtype: bool
54448
+ """
54449
+ return self._IsShow
54450
+
54451
+ @IsShow.setter
54452
+ def IsShow(self, IsShow):
54453
+ self._IsShow = IsShow
54454
+
54455
+ @property
54456
+ def Id(self):
54457
+ r"""<p>Id值</p>
54458
+ :rtype: int
54459
+ """
54460
+ return self._Id
54461
+
54462
+ @Id.setter
54463
+ def Id(self, Id):
54464
+ self._Id = Id
54465
+
54324
54466
  @property
54325
54467
  def RequestId(self):
54326
54468
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -54334,6 +54476,14 @@ class DescribeSafeInfoResponse(AbstractModel):
54334
54476
 
54335
54477
 
54336
54478
  def _deserialize(self, params):
54479
+ self._Context = params.get("Context")
54480
+ self._Title = params.get("Title")
54481
+ self._Url = params.get("Url")
54482
+ self._EffectHostCount = params.get("EffectHostCount")
54483
+ self._EventName = params.get("EventName")
54484
+ self._EventCategory = params.get("EventCategory")
54485
+ self._IsShow = params.get("IsShow")
54486
+ self._Id = params.get("Id")
54337
54487
  self._RequestId = params.get("RequestId")
54338
54488
 
54339
54489
 
@@ -58702,11 +58852,235 @@ class DescribeTrialReportResponse(AbstractModel):
58702
58852
 
58703
58853
  def __init__(self):
58704
58854
  r"""
58855
+ :param _IsShow: <p>是否展示</p>
58856
+ :type IsShow: bool
58857
+ :param _AddMachineCnt: <p>新增机器数</p>
58858
+ :type AddMachineCnt: int
58859
+ :param _BaselineRiskCnt: <p>基线风险数(检测项)</p>
58860
+ :type BaselineRiskCnt: int
58861
+ :param _VulCnt: <p>漏洞数</p>
58862
+ :type VulCnt: int
58863
+ :param _MalwareAlarmCnt: <p>木马告警成功数</p>
58864
+ :type MalwareAlarmCnt: int
58865
+ :param _BruteAlarmCnt: <p>爆破告警成功数</p>
58866
+ :type BruteAlarmCnt: int
58867
+ :param _AutoIsolateMalwareCnt: <p>自动隔离木马数(成功)</p>
58868
+ :type AutoIsolateMalwareCnt: int
58869
+ :param _AutoBlockBruteCnt: <p>自动阻断数(成功)</p>
58870
+ :type AutoBlockBruteCnt: int
58871
+ :param _AutoDefenceCnt: <p>自动防御漏洞数(成功)</p>
58872
+ :type AutoDefenceCnt: int
58873
+ :param _AutoVulFixCnt: <p>漏洞自动修复数</p>
58874
+ :type AutoVulFixCnt: int
58875
+ :param _JavaShellCnt: <p>java内存码告警数</p>
58876
+ :type JavaShellCnt: int
58877
+ :param _FileTamperCnt: <p>核心文件监控告警数</p>
58878
+ :type FileTamperCnt: int
58879
+ :param _EventCnt: <p>事件调查数</p>
58880
+ :type EventCnt: int
58881
+ :param _DnsCnt: <p>恶意请求事件数</p>
58882
+ :type DnsCnt: int
58883
+ :param _BashCnt: <p>高危命令事件数</p>
58884
+ :type BashCnt: int
58885
+ :param _CloudFrom: <p>云服务器厂商类型</p>
58886
+ :type CloudFrom: list of CloudFromCnt
58705
58887
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
58706
58888
  :type RequestId: str
58707
58889
  """
58890
+ self._IsShow = None
58891
+ self._AddMachineCnt = None
58892
+ self._BaselineRiskCnt = None
58893
+ self._VulCnt = None
58894
+ self._MalwareAlarmCnt = None
58895
+ self._BruteAlarmCnt = None
58896
+ self._AutoIsolateMalwareCnt = None
58897
+ self._AutoBlockBruteCnt = None
58898
+ self._AutoDefenceCnt = None
58899
+ self._AutoVulFixCnt = None
58900
+ self._JavaShellCnt = None
58901
+ self._FileTamperCnt = None
58902
+ self._EventCnt = None
58903
+ self._DnsCnt = None
58904
+ self._BashCnt = None
58905
+ self._CloudFrom = None
58708
58906
  self._RequestId = None
58709
58907
 
58908
+ @property
58909
+ def IsShow(self):
58910
+ r"""<p>是否展示</p>
58911
+ :rtype: bool
58912
+ """
58913
+ return self._IsShow
58914
+
58915
+ @IsShow.setter
58916
+ def IsShow(self, IsShow):
58917
+ self._IsShow = IsShow
58918
+
58919
+ @property
58920
+ def AddMachineCnt(self):
58921
+ r"""<p>新增机器数</p>
58922
+ :rtype: int
58923
+ """
58924
+ return self._AddMachineCnt
58925
+
58926
+ @AddMachineCnt.setter
58927
+ def AddMachineCnt(self, AddMachineCnt):
58928
+ self._AddMachineCnt = AddMachineCnt
58929
+
58930
+ @property
58931
+ def BaselineRiskCnt(self):
58932
+ r"""<p>基线风险数(检测项)</p>
58933
+ :rtype: int
58934
+ """
58935
+ return self._BaselineRiskCnt
58936
+
58937
+ @BaselineRiskCnt.setter
58938
+ def BaselineRiskCnt(self, BaselineRiskCnt):
58939
+ self._BaselineRiskCnt = BaselineRiskCnt
58940
+
58941
+ @property
58942
+ def VulCnt(self):
58943
+ r"""<p>漏洞数</p>
58944
+ :rtype: int
58945
+ """
58946
+ return self._VulCnt
58947
+
58948
+ @VulCnt.setter
58949
+ def VulCnt(self, VulCnt):
58950
+ self._VulCnt = VulCnt
58951
+
58952
+ @property
58953
+ def MalwareAlarmCnt(self):
58954
+ r"""<p>木马告警成功数</p>
58955
+ :rtype: int
58956
+ """
58957
+ return self._MalwareAlarmCnt
58958
+
58959
+ @MalwareAlarmCnt.setter
58960
+ def MalwareAlarmCnt(self, MalwareAlarmCnt):
58961
+ self._MalwareAlarmCnt = MalwareAlarmCnt
58962
+
58963
+ @property
58964
+ def BruteAlarmCnt(self):
58965
+ r"""<p>爆破告警成功数</p>
58966
+ :rtype: int
58967
+ """
58968
+ return self._BruteAlarmCnt
58969
+
58970
+ @BruteAlarmCnt.setter
58971
+ def BruteAlarmCnt(self, BruteAlarmCnt):
58972
+ self._BruteAlarmCnt = BruteAlarmCnt
58973
+
58974
+ @property
58975
+ def AutoIsolateMalwareCnt(self):
58976
+ r"""<p>自动隔离木马数(成功)</p>
58977
+ :rtype: int
58978
+ """
58979
+ return self._AutoIsolateMalwareCnt
58980
+
58981
+ @AutoIsolateMalwareCnt.setter
58982
+ def AutoIsolateMalwareCnt(self, AutoIsolateMalwareCnt):
58983
+ self._AutoIsolateMalwareCnt = AutoIsolateMalwareCnt
58984
+
58985
+ @property
58986
+ def AutoBlockBruteCnt(self):
58987
+ r"""<p>自动阻断数(成功)</p>
58988
+ :rtype: int
58989
+ """
58990
+ return self._AutoBlockBruteCnt
58991
+
58992
+ @AutoBlockBruteCnt.setter
58993
+ def AutoBlockBruteCnt(self, AutoBlockBruteCnt):
58994
+ self._AutoBlockBruteCnt = AutoBlockBruteCnt
58995
+
58996
+ @property
58997
+ def AutoDefenceCnt(self):
58998
+ r"""<p>自动防御漏洞数(成功)</p>
58999
+ :rtype: int
59000
+ """
59001
+ return self._AutoDefenceCnt
59002
+
59003
+ @AutoDefenceCnt.setter
59004
+ def AutoDefenceCnt(self, AutoDefenceCnt):
59005
+ self._AutoDefenceCnt = AutoDefenceCnt
59006
+
59007
+ @property
59008
+ def AutoVulFixCnt(self):
59009
+ r"""<p>漏洞自动修复数</p>
59010
+ :rtype: int
59011
+ """
59012
+ return self._AutoVulFixCnt
59013
+
59014
+ @AutoVulFixCnt.setter
59015
+ def AutoVulFixCnt(self, AutoVulFixCnt):
59016
+ self._AutoVulFixCnt = AutoVulFixCnt
59017
+
59018
+ @property
59019
+ def JavaShellCnt(self):
59020
+ r"""<p>java内存码告警数</p>
59021
+ :rtype: int
59022
+ """
59023
+ return self._JavaShellCnt
59024
+
59025
+ @JavaShellCnt.setter
59026
+ def JavaShellCnt(self, JavaShellCnt):
59027
+ self._JavaShellCnt = JavaShellCnt
59028
+
59029
+ @property
59030
+ def FileTamperCnt(self):
59031
+ r"""<p>核心文件监控告警数</p>
59032
+ :rtype: int
59033
+ """
59034
+ return self._FileTamperCnt
59035
+
59036
+ @FileTamperCnt.setter
59037
+ def FileTamperCnt(self, FileTamperCnt):
59038
+ self._FileTamperCnt = FileTamperCnt
59039
+
59040
+ @property
59041
+ def EventCnt(self):
59042
+ r"""<p>事件调查数</p>
59043
+ :rtype: int
59044
+ """
59045
+ return self._EventCnt
59046
+
59047
+ @EventCnt.setter
59048
+ def EventCnt(self, EventCnt):
59049
+ self._EventCnt = EventCnt
59050
+
59051
+ @property
59052
+ def DnsCnt(self):
59053
+ r"""<p>恶意请求事件数</p>
59054
+ :rtype: int
59055
+ """
59056
+ return self._DnsCnt
59057
+
59058
+ @DnsCnt.setter
59059
+ def DnsCnt(self, DnsCnt):
59060
+ self._DnsCnt = DnsCnt
59061
+
59062
+ @property
59063
+ def BashCnt(self):
59064
+ r"""<p>高危命令事件数</p>
59065
+ :rtype: int
59066
+ """
59067
+ return self._BashCnt
59068
+
59069
+ @BashCnt.setter
59070
+ def BashCnt(self, BashCnt):
59071
+ self._BashCnt = BashCnt
59072
+
59073
+ @property
59074
+ def CloudFrom(self):
59075
+ r"""<p>云服务器厂商类型</p>
59076
+ :rtype: list of CloudFromCnt
59077
+ """
59078
+ return self._CloudFrom
59079
+
59080
+ @CloudFrom.setter
59081
+ def CloudFrom(self, CloudFrom):
59082
+ self._CloudFrom = CloudFrom
59083
+
58710
59084
  @property
58711
59085
  def RequestId(self):
58712
59086
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -58720,6 +59094,27 @@ class DescribeTrialReportResponse(AbstractModel):
58720
59094
 
58721
59095
 
58722
59096
  def _deserialize(self, params):
59097
+ self._IsShow = params.get("IsShow")
59098
+ self._AddMachineCnt = params.get("AddMachineCnt")
59099
+ self._BaselineRiskCnt = params.get("BaselineRiskCnt")
59100
+ self._VulCnt = params.get("VulCnt")
59101
+ self._MalwareAlarmCnt = params.get("MalwareAlarmCnt")
59102
+ self._BruteAlarmCnt = params.get("BruteAlarmCnt")
59103
+ self._AutoIsolateMalwareCnt = params.get("AutoIsolateMalwareCnt")
59104
+ self._AutoBlockBruteCnt = params.get("AutoBlockBruteCnt")
59105
+ self._AutoDefenceCnt = params.get("AutoDefenceCnt")
59106
+ self._AutoVulFixCnt = params.get("AutoVulFixCnt")
59107
+ self._JavaShellCnt = params.get("JavaShellCnt")
59108
+ self._FileTamperCnt = params.get("FileTamperCnt")
59109
+ self._EventCnt = params.get("EventCnt")
59110
+ self._DnsCnt = params.get("DnsCnt")
59111
+ self._BashCnt = params.get("BashCnt")
59112
+ if params.get("CloudFrom") is not None:
59113
+ self._CloudFrom = []
59114
+ for item in params.get("CloudFrom"):
59115
+ obj = CloudFromCnt()
59116
+ obj._deserialize(item)
59117
+ self._CloudFrom.append(obj)
58723
59118
  self._RequestId = params.get("RequestId")
58724
59119
 
58725
59120
 
@@ -85487,13 +85882,13 @@ class ModifyLicenseBindsRequest(AbstractModel):
85487
85882
 
85488
85883
  def __init__(self):
85489
85884
  r"""
85490
- :param _ResourceId: 资源ID
85885
+ :param _ResourceId: <p>资源ID</p>
85491
85886
  :type ResourceId: str
85492
- :param _LicenseType: 授权类型
85887
+ :param _LicenseType: <p>授权类型</p><p>枚举值:</p><ul><li>1: 专业版-包年包月</li><li>2: 旗舰版-包年包月</li></ul>
85493
85888
  :type LicenseType: int
85494
- :param _IsAll: 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
85889
+ :param _IsAll: <p>是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)</p>
85495
85890
  :type IsAll: bool
85496
- :param _QuuidList: 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=2000
85891
+ :param _QuuidList: <p>需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=2000</p>
85497
85892
  :type QuuidList: list of str
85498
85893
  """
85499
85894
  self._ResourceId = None
@@ -85503,7 +85898,7 @@ class ModifyLicenseBindsRequest(AbstractModel):
85503
85898
 
85504
85899
  @property
85505
85900
  def ResourceId(self):
85506
- r"""资源ID
85901
+ r"""<p>资源ID</p>
85507
85902
  :rtype: str
85508
85903
  """
85509
85904
  return self._ResourceId
@@ -85514,7 +85909,7 @@ class ModifyLicenseBindsRequest(AbstractModel):
85514
85909
 
85515
85910
  @property
85516
85911
  def LicenseType(self):
85517
- r"""授权类型
85912
+ r"""<p>授权类型</p><p>枚举值:</p><ul><li>1: 专业版-包年包月</li><li>2: 旗舰版-包年包月</li></ul>
85518
85913
  :rtype: int
85519
85914
  """
85520
85915
  return self._LicenseType
@@ -85525,7 +85920,7 @@ class ModifyLicenseBindsRequest(AbstractModel):
85525
85920
 
85526
85921
  @property
85527
85922
  def IsAll(self):
85528
- r"""是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
85923
+ r"""<p>是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)</p>
85529
85924
  :rtype: bool
85530
85925
  """
85531
85926
  return self._IsAll
@@ -85536,7 +85931,7 @@ class ModifyLicenseBindsRequest(AbstractModel):
85536
85931
 
85537
85932
  @property
85538
85933
  def QuuidList(self):
85539
- r"""需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=2000
85934
+ r"""<p>需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=2000</p>
85540
85935
  :rtype: list of str
85541
85936
  """
85542
85937
  return self._QuuidList
@@ -85568,7 +85963,7 @@ class ModifyLicenseBindsResponse(AbstractModel):
85568
85963
 
85569
85964
  def __init__(self):
85570
85965
  r"""
85571
- :param _TaskId: 任务ID
85966
+ :param _TaskId: <p>任务ID</p>
85572
85967
  :type TaskId: int
85573
85968
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
85574
85969
  :type RequestId: str
@@ -85578,7 +85973,7 @@ class ModifyLicenseBindsResponse(AbstractModel):
85578
85973
 
85579
85974
  @property
85580
85975
  def TaskId(self):
85581
- r"""任务ID
85976
+ r"""<p>任务ID</p>
85582
85977
  :rtype: int
85583
85978
  """
85584
85979
  return self._TaskId
@@ -85750,18 +86145,13 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85750
86145
 
85751
86146
  def __init__(self):
85752
86147
  r"""
85753
- :param _ResourceId: 资源ID
86148
+ :param _ResourceId: <p>资源ID</p>
85754
86149
  :type ResourceId: str
85755
- :param _LicenseType: 授权类型
85756
- - 0 按量付费-专业版
85757
- - 1 包年包月-专业版
85758
- - 2 包年包月-旗舰版
85759
- - 3 包年包月-轻量版
86150
+ :param _LicenseType: <p>授权类型</p><p>枚举值:</p><ul><li>1: 专业版-包年包月</li><li>2: 旗舰版-包年包月</li></ul>
85760
86151
  :type LicenseType: int
85761
- :param _IsAll: 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
86152
+ :param _IsAll: <p>是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)</p>
85762
86153
  :type IsAll: bool
85763
- :param _QuuidList: 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.
85764
- 最大长度=100
86154
+ :param _QuuidList: <p>需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.<br>最大长度=100</p>
85765
86155
  :type QuuidList: list of str
85766
86156
  """
85767
86157
  self._ResourceId = None
@@ -85771,7 +86161,7 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85771
86161
 
85772
86162
  @property
85773
86163
  def ResourceId(self):
85774
- r"""资源ID
86164
+ r"""<p>资源ID</p>
85775
86165
  :rtype: str
85776
86166
  """
85777
86167
  return self._ResourceId
@@ -85782,11 +86172,7 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85782
86172
 
85783
86173
  @property
85784
86174
  def LicenseType(self):
85785
- r"""授权类型
85786
- - 0 按量付费-专业版
85787
- - 1 包年包月-专业版
85788
- - 2 包年包月-旗舰版
85789
- - 3 包年包月-轻量版
86175
+ r"""<p>授权类型</p><p>枚举值:</p><ul><li>1: 专业版-包年包月</li><li>2: 旗舰版-包年包月</li></ul>
85790
86176
  :rtype: int
85791
86177
  """
85792
86178
  return self._LicenseType
@@ -85797,7 +86183,7 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85797
86183
 
85798
86184
  @property
85799
86185
  def IsAll(self):
85800
- r"""是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
86186
+ r"""<p>是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)</p>
85801
86187
  :rtype: bool
85802
86188
  """
85803
86189
  return self._IsAll
@@ -85808,8 +86194,7 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85808
86194
 
85809
86195
  @property
85810
86196
  def QuuidList(self):
85811
- r"""需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.
85812
- 最大长度=100
86197
+ r"""<p>需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.<br>最大长度=100</p>
85813
86198
  :rtype: list of str
85814
86199
  """
85815
86200
  return self._QuuidList
@@ -85841,7 +86226,7 @@ class ModifyLicenseUnBindsResponse(AbstractModel):
85841
86226
 
85842
86227
  def __init__(self):
85843
86228
  r"""
85844
- :param _ErrMsg: 只有解绑失败的才有该值.
86229
+ :param _ErrMsg: <p>只有解绑失败的才有该值.</p>
85845
86230
  :type ErrMsg: list of LicenseUnBindRsp
85846
86231
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
85847
86232
  :type RequestId: str
@@ -85851,7 +86236,7 @@ class ModifyLicenseUnBindsResponse(AbstractModel):
85851
86236
 
85852
86237
  @property
85853
86238
  def ErrMsg(self):
85854
- r"""只有解绑失败的才有该值.
86239
+ r"""<p>只有解绑失败的才有该值.</p>
85855
86240
  :rtype: list of LicenseUnBindRsp
85856
86241
  """
85857
86242
  return self._ErrMsg
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.1.124
3
+ Version: 3.1.125
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.124
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.125
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.125
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.124