tencentcloud-sdk-python 3.0.1256__py2.py3-none-any.whl → 3.0.1258__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.
Files changed (109) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +249 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +25 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +29 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +6 -30
  20. tencentcloud/cfw/v20190904/models.py +267 -479
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +5 -5
  23. tencentcloud/clb/v20180317/models.py +1 -1
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +225 -12
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  33. tencentcloud/cwp/v20180228/models.py +206 -52
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/dlc/v20210125/models.py +13 -0
  38. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  39. tencentcloud/eb/v20210416/models.py +19 -19
  40. tencentcloud/emr/v20190103/models.py +12 -0
  41. tencentcloud/es/v20180416/errorcodes.py +4 -1
  42. tencentcloud/es/v20180416/es_client.py +92 -0
  43. tencentcloud/es/v20180416/models.py +770 -12
  44. tencentcloud/ess/v20201111/ess_client.py +71 -4
  45. tencentcloud/ess/v20201111/models.py +260 -10
  46. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  47. tencentcloud/essbasic/v20210526/models.py +390 -21
  48. tencentcloud/gaap/v20180529/models.py +40 -3
  49. tencentcloud/hunyuan/v20230901/models.py +12 -0
  50. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  51. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  52. tencentcloud/ioa/v20220601/models.py +516 -46
  53. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  54. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  55. tencentcloud/iotvideo/v20191126/models.py +379 -0
  56. tencentcloud/iss/v20230517/models.py +25 -0
  57. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  58. tencentcloud/live/v20180801/models.py +51 -0
  59. tencentcloud/mongodb/v20190725/models.py +3 -7
  60. tencentcloud/mqtt/v20240516/models.py +4 -4
  61. tencentcloud/ocr/v20181119/models.py +7 -16
  62. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  63. tencentcloud/organization/v20210331/errorcodes.py +31 -1
  64. tencentcloud/organization/v20210331/models.py +674 -0
  65. tencentcloud/organization/v20210331/organization_client.py +138 -0
  66. tencentcloud/partners/v20180321/models.py +71 -0
  67. tencentcloud/partners/v20180321/partners_client.py +23 -0
  68. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  69. tencentcloud/privatedns/v20201028/models.py +858 -4
  70. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  71. tencentcloud/region/v20220627/models.py +0 -1
  72. tencentcloud/scf/v20180416/models.py +889 -8
  73. tencentcloud/scf/v20180416/scf_client.py +115 -0
  74. tencentcloud/smop/v20201203/models.py +17 -17
  75. tencentcloud/ssl/v20191205/models.py +44 -3
  76. tencentcloud/ssm/v20190923/models.py +84 -0
  77. tencentcloud/tat/v20201028/models.py +1 -29
  78. tencentcloud/tcss/v20201101/models.py +815 -33
  79. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  80. tencentcloud/tdmq/v20200217/models.py +7 -7
  81. tencentcloud/tem/v20210701/models.py +202 -198
  82. tencentcloud/teo/v20220901/errorcodes.py +51 -0
  83. tencentcloud/teo/v20220901/models.py +1470 -97
  84. tencentcloud/teo/v20220901/teo_client.py +115 -0
  85. tencentcloud/tke/v20180525/models.py +70 -0
  86. tencentcloud/tke/v20180525/tke_client.py +23 -0
  87. tencentcloud/tms/v20201229/models.py +0 -558
  88. tencentcloud/tms/v20201229/tms_client.py +0 -23
  89. tencentcloud/trp/v20210515/models.py +6 -6
  90. tencentcloud/trtc/v20190722/models.py +353 -4
  91. tencentcloud/tse/v20201207/models.py +94 -0
  92. tencentcloud/tse/v20201207/tse_client.py +23 -0
  93. tencentcloud/vclm/v20240523/models.py +166 -0
  94. tencentcloud/vpc/v20170312/models.py +137 -6
  95. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  96. tencentcloud/waf/v20180125/models.py +99 -0
  97. tencentcloud/waf/v20180125/waf_client.py +23 -0
  98. tencentcloud/wedata/v20210820/models.py +991 -0
  99. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  100. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/METADATA +1 -1
  101. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/RECORD +104 -109
  102. tencentcloud/cr/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/__init__.py +0 -0
  104. tencentcloud/cr/v20180321/cr_client.py +0 -672
  105. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  106. tencentcloud/cr/v20180321/models.py +0 -4966
  107. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/LICENSE +0 -0
  108. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/WHEEL +0 -0
  109. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/top_level.txt +0 -0
@@ -3170,7 +3170,7 @@ class AssetMachineDetail(AbstractModel):
3170
3170
  :type EndTime: str
3171
3171
  :param _CoreVersion: 内核版本
3172
3172
  :type CoreVersion: str
3173
- :param _OsType: linux/windows
3173
+ :param _OsType: Linux/Windows
3174
3174
  :type OsType: str
3175
3175
  :param _AgentVersion: agent版本
3176
3176
  :type AgentVersion: str
@@ -4321,7 +4321,7 @@ class AssetProcessBaseInfo(AbstractModel):
4321
4321
  :type ParentProcessName: str
4322
4322
  :param _Status: 进程状态
4323
4323
  :type Status: str
4324
- :param _HasSign: 数字签名:0无,1有, 999 空,仅windows
4324
+ :param _HasSign: 数字签名:0无,1有, 999 空,仅Windows
4325
4325
  :type HasSign: int
4326
4326
  :param _InstallByPackage: 是否通过安装包安装::0否,1是, 999 空,仅linux
4327
4327
  :type InstallByPackage: int
@@ -6070,7 +6070,7 @@ class AssetWebFrameBaseInfo(AbstractModel):
6070
6070
  :param _Tag: 主机标签
6071
6071
  注意:此字段可能返回 null,表示取不到有效值。
6072
6072
  :type Tag: list of MachineTag
6073
- :param _Name: 数据库名
6073
+ :param _Name: Web应用名
6074
6074
  :type Name: str
6075
6075
  :param _Version: 版本
6076
6076
  :type Version: str
@@ -6822,7 +6822,7 @@ class AssetWebServiceBaseInfo(AbstractModel):
6822
6822
  :param _Tag: 主机标签
6823
6823
  注意:此字段可能返回 null,表示取不到有效值。
6824
6824
  :type Tag: list of MachineTag
6825
- :param _Name: 数据库名
6825
+ :param _Name: 服务名
6826
6826
  :type Name: str
6827
6827
  :param _Version: 版本
6828
6828
  :type Version: str
@@ -12504,6 +12504,8 @@ class BruteAttackInfo(AbstractModel):
12504
12504
  83-不阻断(已加白名单)
12505
12505
  86-不阻断(系统白名单)
12506
12506
  87-不阻断(客户端离线)
12507
+ 88-不阻断(来源Ip归属相同客户)
12508
+ 89-不阻断(ipv6不支持阻断)
12507
12509
  注意:此字段可能返回 null,表示取不到有效值。
12508
12510
  :type BanStatus: int
12509
12511
  :param _EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的帐号事件
@@ -31358,7 +31360,13 @@ class DescribeBashRulesRequest(AbstractModel):
31358
31360
  :param _Offset: 偏移量,默认为0。
31359
31361
  :type Offset: int
31360
31362
  :param _Filters: 过滤条件。
31361
- <li>Keywords - String - 是否必填:否 - 关键字(规则名称)</li>
31363
+ <li>Name - String - 是否必填:否 - 规则名称</li>
31364
+ <li>Rule - String - 是否必填:否 - 规则内容</li>
31365
+ <li>Level - Int - 是否必填:否 - 威胁等级</li>
31366
+ <li>White - Int - 是否必填:否 - 白名单类型</li>
31367
+ <li>RuleCategory - Int - 是否必填:否 - 策略类型</li>
31368
+ <li>BashAction - Int - 是否必填:否 - 操作动作</li>
31369
+ <li>Status - Int - 是否必填:否 - 生效状态</li>
31362
31370
  :type Filters: list of Filter
31363
31371
  """
31364
31372
  self._Type = None
@@ -31495,7 +31503,9 @@ class DescribeBruteAttackListRequest(AbstractModel):
31495
31503
  <li>CreateEndTime - String - 是否必填:否 - 首次攻击时间筛选,结束时间</li>
31496
31504
  <li>ModifyBeginTime - String - 是否必填:否 - 最近攻击时间筛选,开始时间</li>
31497
31505
  <li>ModifyEndTime - String - 是否必填:否 - 最近攻击时间筛选,结束时间</li>
31498
- <li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-已阻断,2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断</li>
31506
+ <li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-阻断成功(已完成),2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断,10-阻断成功(生效中)</li>
31507
+ <li>DataFrom - Int - 命中规则:0-登录规则,1-情报规则</li>
31508
+ <li>EventType - String - 是否必填:否 - 破解状态筛选:200-破解失败(密码错误),300-破解成功,400-破解失败(账号不存在)</li>
31499
31509
  :type Filters: list of Filter
31500
31510
  :param _Order: 排序方式:根据请求次数排序:asc-升序/desc-降序
31501
31511
  :type Order: str
@@ -36939,7 +36949,7 @@ class DescribeLogKafkaDeliverInfoResponse(AbstractModel):
36939
36949
  :type DiskSize: int
36940
36950
  :param _Username: 用户名
36941
36951
  :type Username: str
36942
- :param _DeliverTypeDetails: xx
36952
+ :param _DeliverTypeDetails: 投递类型细节
36943
36953
  :type DeliverTypeDetails: list of DeliverTypeDetails
36944
36954
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36945
36955
  :type RequestId: str
@@ -37332,11 +37342,7 @@ class DescribeLoginWhiteCombinedListRequest(AbstractModel):
37332
37342
  :type Limit: int
37333
37343
  :param _Offset: 偏移量,默认为0。
37334
37344
  :type Offset: int
37335
- :param _Filters: 过滤条件。
37336
- <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
37337
- <li>UserName - String - 是否必填:否 - 用户名筛选</li>
37338
- <li>ModifyBeginTime - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li>
37339
- <li>ModifyEndTime - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li>
37345
+ :param _Filters: 过滤条件。<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>SrcIP - String - 是否必填:否 - 来源IP筛选</li><li>Location - String - 是否必填:否 - 登录地筛选</li><li>ModifyBeginTime - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>ModifyEndTime - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li>
37340
37346
  :type Filters: list of Filter
37341
37347
  """
37342
37348
  self._Limit = None
@@ -46946,7 +46952,7 @@ class DescribeSecurityBroadcastsRequest(AbstractModel):
46946
46952
  :type BeginDate: str
46947
46953
  :param _EndDate: 筛选发布日期:结束时间
46948
46954
  :type EndDate: str
46949
- :param _BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-最佳实践
46955
+ :param _BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-实践教程
46950
46956
  :type BroadcastType: str
46951
46957
  """
46952
46958
  self._Offset = None
@@ -50632,7 +50638,7 @@ class DescribeVulFixStatusResponse(AbstractModel):
50632
50638
  :type FixSuccessCnt: int
50633
50639
  :param _FixFailCnt: 修复失败的主机数
50634
50640
  :type FixFailCnt: int
50635
- :param _HostCnt: 主机总是
50641
+ :param _HostCnt: 主机总数
50636
50642
  :type HostCnt: int
50637
50643
  :param _FixId: 修复的任务id
50638
50644
  :type FixId: int
@@ -50644,7 +50650,7 @@ class DescribeVulFixStatusResponse(AbstractModel):
50644
50650
  :type VulFixList: list of VulFixStatusInfo
50645
50651
  :param _SnapshotProgress: 快照创建进度0-100
50646
50652
  :type SnapshotProgress: int
50647
- :param _FixProgress: 修复精度 0-100
50653
+ :param _FixProgress: 修复进度 0-100
50648
50654
  :type FixProgress: int
50649
50655
  :param _RemainingTime: 预计剩余时间(单位秒)
50650
50656
  :type RemainingTime: int
@@ -53501,6 +53507,16 @@ class EditBashRulesRequest(AbstractModel):
53501
53507
  :type EventId: int
53502
53508
  :param _DealOldEvents: 是否处理旧事件为白名单 0=不处理 1=处理
53503
53509
  :type DealOldEvents: int
53510
+ :param _Descript: 策略描述
53511
+ :type Descript: str
53512
+ :param _Status: 生效与否 0:不生效 1:生效
53513
+ :type Status: int
53514
+ :param _BashAction: 0:告警 1:白名单 2:拦截
53515
+ :type BashAction: int
53516
+ :param _Scope: 生效范围(0:一组quuid 1:所有专业版 2:所有专业版+旗舰版 3:所有主机)
53517
+ :type Scope: int
53518
+ :param _Quuids: 生效主机的QUUID集合
53519
+ :type Quuids: list of str
53504
53520
  """
53505
53521
  self._Id = None
53506
53522
  self._Uuids = None
@@ -53512,6 +53528,11 @@ class EditBashRulesRequest(AbstractModel):
53512
53528
  self._White = None
53513
53529
  self._EventId = None
53514
53530
  self._DealOldEvents = None
53531
+ self._Descript = None
53532
+ self._Status = None
53533
+ self._BashAction = None
53534
+ self._Scope = None
53535
+ self._Quuids = None
53515
53536
 
53516
53537
  @property
53517
53538
  def Id(self):
@@ -53593,6 +53614,46 @@ class EditBashRulesRequest(AbstractModel):
53593
53614
  def DealOldEvents(self, DealOldEvents):
53594
53615
  self._DealOldEvents = DealOldEvents
53595
53616
 
53617
+ @property
53618
+ def Descript(self):
53619
+ return self._Descript
53620
+
53621
+ @Descript.setter
53622
+ def Descript(self, Descript):
53623
+ self._Descript = Descript
53624
+
53625
+ @property
53626
+ def Status(self):
53627
+ return self._Status
53628
+
53629
+ @Status.setter
53630
+ def Status(self, Status):
53631
+ self._Status = Status
53632
+
53633
+ @property
53634
+ def BashAction(self):
53635
+ return self._BashAction
53636
+
53637
+ @BashAction.setter
53638
+ def BashAction(self, BashAction):
53639
+ self._BashAction = BashAction
53640
+
53641
+ @property
53642
+ def Scope(self):
53643
+ return self._Scope
53644
+
53645
+ @Scope.setter
53646
+ def Scope(self, Scope):
53647
+ self._Scope = Scope
53648
+
53649
+ @property
53650
+ def Quuids(self):
53651
+ return self._Quuids
53652
+
53653
+ @Quuids.setter
53654
+ def Quuids(self, Quuids):
53655
+ self._Quuids = Quuids
53656
+
53596
53657
 
53597
53658
  def _deserialize(self, params):
53598
53659
  self._Id = params.get("Id")
@@ -53605,6 +53666,11 @@ class EditBashRulesRequest(AbstractModel):
53605
53666
  self._White = params.get("White")
53606
53667
  self._EventId = params.get("EventId")
53607
53668
  self._DealOldEvents = params.get("DealOldEvents")
53669
+ self._Descript = params.get("Descript")
53670
+ self._Status = params.get("Status")
53671
+ self._BashAction = params.get("BashAction")
53672
+ self._Scope = params.get("Scope")
53673
+ self._Quuids = params.get("Quuids")
53608
53674
  memeber_set = set(params.keys())
53609
53675
  for name, value in vars(self).items():
53610
53676
  property_name = name[1:]
@@ -56211,22 +56277,7 @@ class ExportAssetUserListRequest(AbstractModel):
56211
56277
  r"""
56212
56278
  :param _Quuid: 查询指定Quuid主机的信息
56213
56279
  :type Quuid: str
56214
- :param _Filters: 过滤条件。
56215
- <li>Name - String - 是否必填:否 - 账户名</li>
56216
- <li>Uid - uint64 - 是否必填:否 - Uid</li>
56217
- <li>Guid - uint64 - 是否必填:否 - Guid</li>
56218
- <li>LoginTimeStart - String - 是否必填:否 - 开始时间,如:2021-01-11</li>
56219
- <li>LoginTimeEnd - String - 是否必填:否 - 结束时间,如:2021-01-11</li>
56220
- <li>LoginType - uint64 - 是否必填:否 - 0-不可登录;1-只允许key登录;2只允许密码登录;3-允许key和密码 仅linux</li>
56221
- <li>OsType - String - 是否必填:否 - windows或linux</li>
56222
- <li>Status - uint64 - 是否必填:否 - 账号状态:0-禁用;1-启用</li>
56223
- <li>Type - uint64 - 是否必填:否 - 账号类型:0访客用户,1标准用户,2管理员用户 仅windows</li>
56224
- <li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows
56225
- <li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux
56226
- <li>IsSudo - uint64 - 是否必填:否 - 是否Sudo权限:0 不是,1是 仅linux</li>
56227
- <li>IsSshLogin - uint64 - 是否必填:否 - 是否ssh登录:0 不是,1是 仅linux</li>
56228
- <li>ShellLoginStatus - uint64 - 是否必填:否 - 是否shell登录性,0不是;1是 仅linux</li>
56229
- <li>PasswordStatus - uint64 - 是否必填:否 - 密码状态:1正常 2即将过期 3已过期 4已锁定 仅linux</li>
56280
+ :param _Filters: 过滤条件。<li>Name - String - 是否必填:否 - 账户名</li> <li>Uid - uint64 - 是否必填:否 - Uid</li><li>Guid - uint64 - 是否必填:否 - Guid</li> <li>LoginTimeStart - String - 是否必填:否 - 开始时间,如:2021-01-11</li><li>LoginTimeEnd - String - 是否必填:否 - 结束时间,如:2021-01-11</li> <li>LoginType - uint64 - 是否必填:否 - 0-不可登录;1-只允许key登录;2只允许密码登录;3-允许key和密码 仅linux</li> <li>OsType - String - 是否必填:否 - windows或linux</li><li>Status - uint64 - 是否必填:否 - 账号状态:0-禁用;1-启用</li> <li>Type - uint64 - 是否必填:否 - 账号类型:0访客用户,1标准用户,2管理员用户 仅windows</li> <li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows</li> <li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux</li> <li>IsSudo - uint64 - 是否必填:否 - 是否Sudo权限:0 不是,1是 仅linux</li> <li>IsSshLogin - uint64 - 是否必填:否 - 是否ssh登录:0 不是,1是 仅linux</li> <li>ShellLoginStatus - uint64 - 是否必填:否 - 是否shell登录性,0不是;1是 仅linux</li> <li>PasswordStatus - uint64 - 是否必填:否 - 密码状态:1正常 2即将过期 3已过期 4已锁定 仅linux</li>
56230
56281
  :type Filters: list of Filter
56231
56282
  :param _Order: 排序方式,asc升序 或 desc降序
56232
56283
  :type Order: str
@@ -64214,7 +64265,7 @@ class JavaMemShellDetail(AbstractModel):
64214
64265
  :param _MachineExtraInfo: 主机额外信息
64215
64266
  注意:此字段可能返回 null,表示取不到有效值。
64216
64267
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
64217
- :param _MachineState: 实例状态:RUNNING,STOPPED,SHUTDOWN...
64268
+ :param _MachineState: agent状态:OFFLINE,ONLINE
64218
64269
  :type MachineState: str
64219
64270
  """
64220
64271
  self._InstanceName = None
@@ -66878,20 +66929,35 @@ class MachineLicenseDetail(AbstractModel):
66878
66929
  r"""
66879
66930
  :param _Quuid: 主机quuid
66880
66931
  :type Quuid: str
66881
- :param _PayMode: xx
66932
+ :param _PayMode: 计费模式, 0 按量计费 , 1 预付费
66882
66933
  :type PayMode: int
66883
- :param _ResourceId: xxx
66934
+ :param _ResourceId: 资源ID
66884
66935
  :type ResourceId: str
66885
- :param _InquireKey: xxx
66886
- :type InquireKey: str
66887
- :param _SourceType: xxx
66936
+ :param _LicenseType: 授权类型
66937
+ :type LicenseType: int
66938
+ :param _SourceType: 订单类型,0 默认计费订单 1 试用订单, 2 赠送 3 体验
66888
66939
  :type SourceType: int
66940
+ :param _InquireKey: 废弃字段,
66941
+ :type InquireKey: str
66942
+ :param _AutoRenewFlag: 自动续费标识 0 默认不自动付费, 1 自动付费 2 手动设置不续费
66943
+ :type AutoRenewFlag: int
66944
+ :param _Deadline: 到期时间,按量付费该值为空
66945
+ :type Deadline: str
66946
+ :param _BuyTime: 购买时间
66947
+ :type BuyTime: str
66948
+ :param _LicenseCnt: 授权数量
66949
+ :type LicenseCnt: int
66889
66950
  """
66890
66951
  self._Quuid = None
66891
66952
  self._PayMode = None
66892
66953
  self._ResourceId = None
66893
- self._InquireKey = None
66954
+ self._LicenseType = None
66894
66955
  self._SourceType = None
66956
+ self._InquireKey = None
66957
+ self._AutoRenewFlag = None
66958
+ self._Deadline = None
66959
+ self._BuyTime = None
66960
+ self._LicenseCnt = None
66895
66961
 
66896
66962
  @property
66897
66963
  def Quuid(self):
@@ -66918,12 +66984,12 @@ class MachineLicenseDetail(AbstractModel):
66918
66984
  self._ResourceId = ResourceId
66919
66985
 
66920
66986
  @property
66921
- def InquireKey(self):
66922
- return self._InquireKey
66987
+ def LicenseType(self):
66988
+ return self._LicenseType
66923
66989
 
66924
- @InquireKey.setter
66925
- def InquireKey(self, InquireKey):
66926
- self._InquireKey = InquireKey
66990
+ @LicenseType.setter
66991
+ def LicenseType(self, LicenseType):
66992
+ self._LicenseType = LicenseType
66927
66993
 
66928
66994
  @property
66929
66995
  def SourceType(self):
@@ -66933,13 +66999,58 @@ class MachineLicenseDetail(AbstractModel):
66933
66999
  def SourceType(self, SourceType):
66934
67000
  self._SourceType = SourceType
66935
67001
 
67002
+ @property
67003
+ def InquireKey(self):
67004
+ return self._InquireKey
67005
+
67006
+ @InquireKey.setter
67007
+ def InquireKey(self, InquireKey):
67008
+ self._InquireKey = InquireKey
67009
+
67010
+ @property
67011
+ def AutoRenewFlag(self):
67012
+ return self._AutoRenewFlag
67013
+
67014
+ @AutoRenewFlag.setter
67015
+ def AutoRenewFlag(self, AutoRenewFlag):
67016
+ self._AutoRenewFlag = AutoRenewFlag
67017
+
67018
+ @property
67019
+ def Deadline(self):
67020
+ return self._Deadline
67021
+
67022
+ @Deadline.setter
67023
+ def Deadline(self, Deadline):
67024
+ self._Deadline = Deadline
67025
+
67026
+ @property
67027
+ def BuyTime(self):
67028
+ return self._BuyTime
67029
+
67030
+ @BuyTime.setter
67031
+ def BuyTime(self, BuyTime):
67032
+ self._BuyTime = BuyTime
67033
+
67034
+ @property
67035
+ def LicenseCnt(self):
67036
+ return self._LicenseCnt
67037
+
67038
+ @LicenseCnt.setter
67039
+ def LicenseCnt(self, LicenseCnt):
67040
+ self._LicenseCnt = LicenseCnt
67041
+
66936
67042
 
66937
67043
  def _deserialize(self, params):
66938
67044
  self._Quuid = params.get("Quuid")
66939
67045
  self._PayMode = params.get("PayMode")
66940
67046
  self._ResourceId = params.get("ResourceId")
66941
- self._InquireKey = params.get("InquireKey")
67047
+ self._LicenseType = params.get("LicenseType")
66942
67048
  self._SourceType = params.get("SourceType")
67049
+ self._InquireKey = params.get("InquireKey")
67050
+ self._AutoRenewFlag = params.get("AutoRenewFlag")
67051
+ self._Deadline = params.get("Deadline")
67052
+ self._BuyTime = params.get("BuyTime")
67053
+ self._LicenseCnt = params.get("LicenseCnt")
66943
67054
  memeber_set = set(params.keys())
66944
67055
  for name, value in vars(self).items():
66945
67056
  property_name = name[1:]
@@ -66981,7 +67092,8 @@ class MachineSimple(AbstractModel):
66981
67092
  :type Tag: list of MachineTag
66982
67093
  :param _RegionInfo: 地域信息
66983
67094
  :type RegionInfo: :class:`tencentcloud.cwp.v20180228.models.RegionInfo`
66984
- :param _InstanceState: 实例状态 TERMINATED_PRO_VERSION 已销毁
67095
+ :param _InstanceState: 实例状态请参考CVM实例列表InstanceState值
67096
+ https://cloud.tencent.com/document/api/213/15753#Instance
66985
67097
  :type InstanceState: str
66986
67098
  :param _ProjectId: 项目ID
66987
67099
  :type ProjectId: int
@@ -67407,9 +67519,9 @@ class MalWareList(AbstractModel):
67407
67519
  :type Uuid: str
67408
67520
  :param _FilePath: 路径
67409
67521
  :type FilePath: str
67410
- :param _VirusName: 描述
67522
+ :param _VirusName: 病毒名称
67411
67523
  :type VirusName: str
67412
- :param _Status: 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理
67524
+ :param _Status: 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理,13-已加白
67413
67525
  :type Status: int
67414
67526
  :param _Id: 唯一ID
67415
67527
  注意:此字段可能返回 null,表示取不到有效值。
@@ -70991,12 +71103,15 @@ class ModifyLogStorageConfigRequest(AbstractModel):
70991
71103
  :type IsModifyPeriod: bool
70992
71104
  :param _Type: 存储类型,string数组
70993
71105
  :type Type: list of str
70994
- :param _Period: 日志存储天数,3640表示不限
71106
+ :param _Period: 日志存储时长,3640表示不限
70995
71107
  :type Period: int
71108
+ :param _Granularity: 日志存储时长单位,年year/月month/天day
71109
+ :type Granularity: str
70996
71110
  """
70997
71111
  self._IsModifyPeriod = None
70998
71112
  self._Type = None
70999
71113
  self._Period = None
71114
+ self._Granularity = None
71000
71115
 
71001
71116
  @property
71002
71117
  def IsModifyPeriod(self):
@@ -71022,11 +71137,20 @@ class ModifyLogStorageConfigRequest(AbstractModel):
71022
71137
  def Period(self, Period):
71023
71138
  self._Period = Period
71024
71139
 
71140
+ @property
71141
+ def Granularity(self):
71142
+ return self._Granularity
71143
+
71144
+ @Granularity.setter
71145
+ def Granularity(self, Granularity):
71146
+ self._Granularity = Granularity
71147
+
71025
71148
 
71026
71149
  def _deserialize(self, params):
71027
71150
  self._IsModifyPeriod = params.get("IsModifyPeriod")
71028
71151
  self._Type = params.get("Type")
71029
71152
  self._Period = params.get("Period")
71153
+ self._Granularity = params.get("Granularity")
71030
71154
  memeber_set = set(params.keys())
71031
71155
  for name, value in vars(self).items():
71032
71156
  property_name = name[1:]
@@ -72722,7 +72846,7 @@ class ModifyRiskEventsStatusRequest(AbstractModel):
72722
72846
 
72723
72847
  def __init__(self):
72724
72848
  r"""
72725
- :param _Operate: 操作-0:标记已处理,1:忽略,2:删除记录,3:木马隔离,4:木马恢复隔离,5:木马信任,6:木马取消信任,7:查杀异常进程
72849
+ :param _Operate: 操作-0:标记已处理,1:忽略,2:删除记录,3:木马隔离,4:木马恢复隔离,5:木马信任,6:木马取消信任,7:查杀异常进程,8:加入白名单
72726
72850
  :type Operate: int
72727
72851
  :param _RiskType: 操作事件类型,文件查杀:MALWARE,异常登录:HOST_LOGIN,密码破解:BRUTE_ATTACK,恶意请求:MALICIOUS_REQUEST,高危命令:BASH_EVENT,本地提权:PRIVILEGE_EVENT,反弹shell:REVERSE_SHELL. 异常进程:PROCESS
72728
72852
  :type RiskType: str
@@ -72752,6 +72876,9 @@ RiskType 为PROCESS时:
72752
72876
  <li>EndTime - String - 是否必填:否 - 进程启动时间-结束</li>
72753
72877
  <li>Status - String - 是否必填:否 - 状态筛选 0待处理;1查杀中;2已查杀3已退出;4已信任</li>
72754
72878
  :type Filters: list of Filters
72879
+ :param _DoClean: 当Operate 是木马隔离时
72880
+ <li> 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用。</li>
72881
+ :type DoClean: bool
72755
72882
  """
72756
72883
  self._Operate = None
72757
72884
  self._RiskType = None
@@ -72761,6 +72888,7 @@ RiskType 为PROCESS时:
72761
72888
  self._KillProcess = None
72762
72889
  self._Ip = None
72763
72890
  self._Filters = None
72891
+ self._DoClean = None
72764
72892
 
72765
72893
  @property
72766
72894
  def Operate(self):
@@ -72826,6 +72954,14 @@ RiskType 为PROCESS时:
72826
72954
  def Filters(self, Filters):
72827
72955
  self._Filters = Filters
72828
72956
 
72957
+ @property
72958
+ def DoClean(self):
72959
+ return self._DoClean
72960
+
72961
+ @DoClean.setter
72962
+ def DoClean(self, DoClean):
72963
+ self._DoClean = DoClean
72964
+
72829
72965
 
72830
72966
  def _deserialize(self, params):
72831
72967
  self._Operate = params.get("Operate")
@@ -72841,6 +72977,7 @@ RiskType 为PROCESS时:
72841
72977
  obj = Filters()
72842
72978
  obj._deserialize(item)
72843
72979
  self._Filters.append(obj)
72980
+ self._DoClean = params.get("DoClean")
72844
72981
  memeber_set = set(params.keys())
72845
72982
  for name, value in vars(self).items():
72846
72983
  property_name = name[1:]
@@ -75189,12 +75326,16 @@ class Place(AbstractModel):
75189
75326
  def __init__(self):
75190
75327
  r"""
75191
75328
  :param _CityId: 城市 ID。
75329
+ 注意:此字段可能返回 null,表示取不到有效值。
75192
75330
  :type CityId: int
75193
75331
  :param _ProvinceId: 省份 ID。
75332
+ 注意:此字段可能返回 null,表示取不到有效值。
75194
75333
  :type ProvinceId: int
75195
75334
  :param _CountryId: 国家ID,暂只支持国内:1。
75335
+ 注意:此字段可能返回 null,表示取不到有效值。
75196
75336
  :type CountryId: int
75197
75337
  :param _Location: 位置名称
75338
+ 注意:此字段可能返回 null,表示取不到有效值。
75198
75339
  :type Location: str
75199
75340
  """
75200
75341
  self._CityId = None
@@ -79377,7 +79518,7 @@ class ReverseShell(AbstractModel):
79377
79518
  :type ParentProcGroup: str
79378
79519
  :param _ParentProcPath: 父进程路径
79379
79520
  :type ParentProcPath: str
79380
- :param _Status: 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
79521
+ :param _Status: 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略 6-已拦截
79381
79522
  :type Status: int
79382
79523
  :param _CreateTime: 产生时间
79383
79524
  :type CreateTime: str
@@ -81576,7 +81717,7 @@ class ScanTaskDetails(AbstractModel):
81576
81717
  :type Uuid: str
81577
81718
  :param _Quuid: 唯一Quuid
81578
81719
  :type Quuid: str
81579
- :param _Status: 状态码
81720
+ :param _Status: 状态码Scanning、Ok、Fail
81580
81721
  :type Status: str
81581
81722
  :param _Description: 描述
81582
81723
  :type Description: str
@@ -87787,6 +87928,9 @@ class VulDefenceRangeDetail(AbstractModel):
87787
87928
  :type PublishTime: str
87788
87929
  :param _VulId: 漏洞id
87789
87930
  :type VulId: int
87931
+ :param _Status: 状态,0:防御中,1:已加白,指的是在白名单列表中有这个漏洞的,不一定是全局型白名单
87932
+ 注意:此字段可能返回 null,表示取不到有效值。
87933
+ :type Status: int
87790
87934
  """
87791
87935
  self._VulName = None
87792
87936
  self._Label = None
@@ -87795,6 +87939,7 @@ class VulDefenceRangeDetail(AbstractModel):
87795
87939
  self._CveId = None
87796
87940
  self._PublishTime = None
87797
87941
  self._VulId = None
87942
+ self._Status = None
87798
87943
 
87799
87944
  @property
87800
87945
  def VulName(self):
@@ -87852,6 +87997,14 @@ class VulDefenceRangeDetail(AbstractModel):
87852
87997
  def VulId(self, VulId):
87853
87998
  self._VulId = VulId
87854
87999
 
88000
+ @property
88001
+ def Status(self):
88002
+ return self._Status
88003
+
88004
+ @Status.setter
88005
+ def Status(self, Status):
88006
+ self._Status = Status
88007
+
87855
88008
 
87856
88009
  def _deserialize(self, params):
87857
88010
  self._VulName = params.get("VulName")
@@ -87861,6 +88014,7 @@ class VulDefenceRangeDetail(AbstractModel):
87861
88014
  self._CveId = params.get("CveId")
87862
88015
  self._PublishTime = params.get("PublishTime")
87863
88016
  self._VulId = params.get("VulId")
88017
+ self._Status = params.get("Status")
87864
88018
  memeber_set = set(params.keys())
87865
88019
  for name, value in vars(self).items():
87866
88020
  property_name = name[1:]
@@ -88880,7 +89034,7 @@ class VulInfoByCveId(AbstractModel):
88880
89034
  r"""
88881
89035
  :param _VulId: 漏洞id
88882
89036
  :type VulId: int
88883
- :param _FixSwitch: 修复支持情况:0-windows/linux均不支持修复 ;1-windows/linux 均支持修复 ;2-仅linux支持修复;3-仅windows支持修复
89037
+ :param _FixSwitch: 修复支持情况:0-Windows/Linux均不支持修复 ;1-Windows/Linux 均支持修复 ;2-仅Linux支持修复;3-仅Windows支持修复
88884
89038
  :type FixSwitch: int
88885
89039
  """
88886
89040
  self._VulId = None