tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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 (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -3800,7 +3800,7 @@ class AssetMachineDetail(AbstractModel):
3800
3800
  :type CpuSize: int
3801
3801
  :param _CpuLoad: Cpu负载
3802
3802
  :type CpuLoad: str
3803
- :param _ProtectLevel: 防护级别:0基础版,1专业版,2旗舰版,3普惠版
3803
+ :param _ProtectLevel: 防护级别:0基础版,1专业版,2旗舰版,3轻量版
3804
3804
  :type ProtectLevel: int
3805
3805
  :param _RiskStatus: 风险状态:UNKNOW-未知,RISK-风险,SAFT-安全
3806
3806
  :type RiskStatus: str
@@ -4044,7 +4044,7 @@ class AssetMachineDetail(AbstractModel):
4044
4044
 
4045
4045
  @property
4046
4046
  def ProtectLevel(self):
4047
- """防护级别:0基础版,1专业版,2旗舰版,3普惠版
4047
+ """防护级别:0基础版,1专业版,2旗舰版,3轻量版
4048
4048
  :rtype: int
4049
4049
  """
4050
4050
  return self._ProtectLevel
@@ -18206,7 +18206,7 @@ class CreateRansomDefenseStrategyRequest(AbstractModel):
18206
18206
  :type IncludeDir: str
18207
18207
  :param _ExcludeDir: 排除目录,;分隔
18208
18208
  :type ExcludeDir: str
18209
- :param _BackupType: 备份模式: 0按周,1按天
18209
+ :param _BackupType: 备份模式: 0按周,1按天,2不备份
18210
18210
  :type BackupType: int
18211
18211
  :param _Weekday: 定时任务执行星期天数(1-7):1;2;7
18212
18212
  :type Weekday: str
@@ -18318,7 +18318,7 @@ class CreateRansomDefenseStrategyRequest(AbstractModel):
18318
18318
 
18319
18319
  @property
18320
18320
  def BackupType(self):
18321
- """备份模式: 0按周,1按天
18321
+ """备份模式: 0按周,1按天,2不备份
18322
18322
  :rtype: int
18323
18323
  """
18324
18324
  return self._BackupType
@@ -39376,7 +39376,7 @@ class DescribeHostLoginListRequest(AbstractModel):
39376
39376
  :type Limit: int
39377
39377
  :param _Offset: 偏移量,默认为0。
39378
39378
  :type Offset: int
39379
- :param _Filters: 过滤条件。<li>Quuid - String - 是否必填:否 - 云服务器uuid</li><li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li><li>MachineName - String - 是否必填:否 - 主机别名</li><li>Ip - String - 是否必填:否 - 主机ip</li><li>InstanceID - String - 是否必填:否 - 主机实例ID</li><li>SrcIp - String - 是否必填:否 - 来源ip筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>Status - string - 是否必填:否 - 状态筛选1:正常登录;5:已加白,14:已处理,15:已忽略</li><li>LoginTimeBegin - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>LoginTimeEnd - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li><li>RiskLevel - string - 是否必填:否 - 状态筛选0:高危;1:可疑</li>
39379
+ :param _Filters: 过滤条件。<li>Quuid - String - 是否必填:否 - 云服务器uuid</li><li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li><li>MachineName - String - 是否必填:否 - 主机别名</li><li>Ip - String - 是否必填:否 - 主机ip</li><li>InstanceID - String - 是否必填:否 - 主机实例ID</li><li>SrcIp - String - 是否必填:否 - 来源ip筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>Status - string - 是否必填:否 - 状态筛选:2:待处理;5:已加白,14:已处理,15:已忽略</li><li>LoginTimeBegin - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>LoginTimeEnd - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li><li>RiskLevel - string - 是否必填:否 - 状态筛选0:高危;1:可疑</li>
39380
39380
  :type Filters: list of Filter
39381
39381
  :param _Order: 排序方式:根据请求次数排序:asc-升序/desc-降序
39382
39382
  :type Order: str
@@ -39413,7 +39413,7 @@ class DescribeHostLoginListRequest(AbstractModel):
39413
39413
 
39414
39414
  @property
39415
39415
  def Filters(self):
39416
- """过滤条件。<li>Quuid - String - 是否必填:否 - 云服务器uuid</li><li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li><li>MachineName - String - 是否必填:否 - 主机别名</li><li>Ip - String - 是否必填:否 - 主机ip</li><li>InstanceID - String - 是否必填:否 - 主机实例ID</li><li>SrcIp - String - 是否必填:否 - 来源ip筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>Status - string - 是否必填:否 - 状态筛选1:正常登录;5:已加白,14:已处理,15:已忽略</li><li>LoginTimeBegin - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>LoginTimeEnd - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li><li>RiskLevel - string - 是否必填:否 - 状态筛选0:高危;1:可疑</li>
39416
+ """过滤条件。<li>Quuid - String - 是否必填:否 - 云服务器uuid</li><li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li><li>MachineName - String - 是否必填:否 - 主机别名</li><li>Ip - String - 是否必填:否 - 主机ip</li><li>InstanceID - String - 是否必填:否 - 主机实例ID</li><li>SrcIp - String - 是否必填:否 - 来源ip筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>Status - string - 是否必填:否 - 状态筛选:2:待处理;5:已加白,14:已处理,15:已忽略</li><li>LoginTimeBegin - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>LoginTimeEnd - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li><li>RiskLevel - string - 是否必填:否 - 状态筛选0:高危;1:可疑</li>
39417
39417
  :rtype: list of Filter
39418
39418
  """
39419
39419
  return self._Filters
@@ -39475,7 +39475,7 @@ class DescribeHostLoginListResponse(AbstractModel):
39475
39475
  r"""
39476
39476
  :param _TotalCount: 总数
39477
39477
  :type TotalCount: int
39478
- :param _HostLoginList: 登录审计列表
39478
+ :param _HostLoginList: 异常登录列表
39479
39479
  :type HostLoginList: list of HostLoginList
39480
39480
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
39481
39481
  :type RequestId: str
@@ -39497,7 +39497,7 @@ class DescribeHostLoginListResponse(AbstractModel):
39497
39497
 
39498
39498
  @property
39499
39499
  def HostLoginList(self):
39500
- """登录审计列表
39500
+ """异常登录列表
39501
39501
  :rtype: list of HostLoginList
39502
39502
  """
39503
39503
  return self._HostLoginList
@@ -40004,8 +40004,7 @@ class DescribeImportMachineInfoRequest(AbstractModel):
40004
40004
  :type ImportType: str
40005
40005
  :param _IsQueryProMachine: 该参数已作废.
40006
40006
  :type IsQueryProMachine: bool
40007
- :param _Filters: 过滤条件:
40008
- <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
40007
+ :param _Filters: 过滤条件:<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:轻量版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+轻量版</li>
40009
40008
  :type Filters: list of Filters
40010
40009
  """
40011
40010
  self._MachineList = None
@@ -40048,8 +40047,7 @@ class DescribeImportMachineInfoRequest(AbstractModel):
40048
40047
 
40049
40048
  @property
40050
40049
  def Filters(self):
40051
- """过滤条件:
40052
- <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
40050
+ """过滤条件:<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:轻量版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+轻量版</li>
40053
40051
  :rtype: list of Filters
40054
40052
  """
40055
40053
  return self._Filters
@@ -41036,7 +41034,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41036
41034
  :type FlagshipVersionLicenseCnt: int
41037
41035
  :param _ProVersionLicenseCnt: 专业版总授权数(有效订单)
41038
41036
  :type ProVersionLicenseCnt: int
41039
- :param _CwpVersionLicenseCnt: 普惠版总授权数(有效订单的授权数)
41037
+ :param _CwpVersionLicenseCnt: 轻量版总授权数(有效订单的授权数)
41040
41038
  :type CwpVersionLicenseCnt: int
41041
41039
  :param _AvailableLHLicenseCnt: 可用惠普版授权数
41042
41040
  :type AvailableLHLicenseCnt: int
@@ -41217,7 +41215,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
41217
41215
 
41218
41216
  @property
41219
41217
  def CwpVersionLicenseCnt(self):
41220
- """普惠版总授权数(有效订单的授权数)
41218
+ """轻量版总授权数(有效订单的授权数)
41221
41219
  :rtype: int
41222
41220
  """
41223
41221
  return self._CwpVersionLicenseCnt
@@ -41614,7 +41612,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41614
41612
  :type FlagShip: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41615
41613
  :param _Professional: 专业版 配置信息
41616
41614
  :type Professional: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41617
- :param _PrattWhitney: 普惠版 配置信息
41615
+ :param _PrattWhitney: 轻量版 配置信息
41618
41616
  :type PrattWhitney: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41619
41617
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
41620
41618
  :type RequestId: str
@@ -41648,7 +41646,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
41648
41646
 
41649
41647
  @property
41650
41648
  def PrattWhitney(self):
41651
- """普惠版 配置信息
41649
+ """轻量版 配置信息
41652
41650
  :rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
41653
41651
  """
41654
41652
  return self._PrattWhitney
@@ -43502,7 +43500,7 @@ class DescribeMachineGeneralResponse(AbstractModel):
43502
43500
  :type DeadlineMachineCnt: int
43503
43501
  :param _NotProtectMachineCnt: 未防护机器数
43504
43502
  :type NotProtectMachineCnt: int
43505
- :param _LHGeneralDiscountCnt: 已防护普惠版机器数(Lighthouse机器)
43503
+ :param _LHGeneralDiscountCnt: 已防护轻量机器数(Lighthouse机器)
43506
43504
  :type LHGeneralDiscountCnt: int
43507
43505
  :param _CompareYesterdayMachineCnt: 比较昨日新增的主机数
43508
43506
  :type CompareYesterdayMachineCnt: int
@@ -43733,7 +43731,7 @@ class DescribeMachineGeneralResponse(AbstractModel):
43733
43731
 
43734
43732
  @property
43735
43733
  def LHGeneralDiscountCnt(self):
43736
- """已防护普惠版机器数(Lighthouse机器)
43734
+ """已防护轻量机器数(Lighthouse机器)
43737
43735
  :rtype: int
43738
43736
  """
43739
43737
  return self._LHGeneralDiscountCnt
@@ -43923,7 +43921,7 @@ class DescribeMachineInfoResponse(AbstractModel):
43923
43921
  :type ProVersionDeadline: str
43924
43922
  :param _HasAssetScan: 是否有资产扫描记录,0无,1有
43925
43923
  :type HasAssetScan: int
43926
- :param _ProtectType: 防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
43924
+ :param _ProtectType: 防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
43927
43925
  :type ProtectType: str
43928
43926
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
43929
43927
  :type RequestId: str
@@ -44172,7 +44170,7 @@ class DescribeMachineInfoResponse(AbstractModel):
44172
44170
 
44173
44171
  @property
44174
44172
  def ProtectType(self):
44175
- """防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
44173
+ """防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
44176
44174
  :rtype: str
44177
44175
  """
44178
44176
  return self._ProtectType
@@ -45119,7 +45117,6 @@ Other 混合云专区
45119
45117
  <li>Ips - String - 是否必填:否 - 通过ip查询 </li>
45120
45118
  <li>Names - String - 是否必填:否 - 通过实例名查询 </li>
45121
45119
  <li>InstanceIds - String - 是否必填:否 - 通过实例id查询 </li>
45122
- <li>Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线/关机 | ONLINE: 在线 | UNINSTALLED:未安装 | AGENT_OFFLINE 离线| AGENT_SHUTDOWN 已关机)</li>
45123
45120
  <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
45124
45121
  <li>Risk - String 是否必填: 否 - 风险主机( yes ) </li>
45125
45122
  <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
@@ -45127,6 +45124,8 @@ Other 混合云专区
45127
45124
  <li>Quuid - String - 是否必填: 否 - 云服务器uuid 最大100条.</li>
45128
45125
  <li>AddedOnTheFifteen- String 是否必填: 否 - 是否只查询15天内新增的主机( 1:是) </li>
45129
45126
  <li> TagId- String 是否必填: 否 - 查询指定标签关联的主机列表 </li>
45127
+ <li> AgentStatus- String 是否必填: 否 - ALL 全部; ONLINE 防护中; OFFLINE 已离线;UNINSTALLED 未安装</li>
45128
+ <li> MachineStatus- String 是否必填: 否 - ALL 全部; RUNNING 运行中; STOPPED 已关机; EXPIRED 待回收</li>
45130
45129
  :type Filters: list of Filter
45131
45130
  :param _ProjectIds: 机器所属业务ID列表
45132
45131
  :type ProjectIds: list of int non-negative
@@ -45193,7 +45192,6 @@ Other 混合云专区
45193
45192
  <li>Ips - String - 是否必填:否 - 通过ip查询 </li>
45194
45193
  <li>Names - String - 是否必填:否 - 通过实例名查询 </li>
45195
45194
  <li>InstanceIds - String - 是否必填:否 - 通过实例id查询 </li>
45196
- <li>Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线/关机 | ONLINE: 在线 | UNINSTALLED:未安装 | AGENT_OFFLINE 离线| AGENT_SHUTDOWN 已关机)</li>
45197
45195
  <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
45198
45196
  <li>Risk - String 是否必填: 否 - 风险主机( yes ) </li>
45199
45197
  <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
@@ -45201,6 +45199,8 @@ Other 混合云专区
45201
45199
  <li>Quuid - String - 是否必填: 否 - 云服务器uuid 最大100条.</li>
45202
45200
  <li>AddedOnTheFifteen- String 是否必填: 否 - 是否只查询15天内新增的主机( 1:是) </li>
45203
45201
  <li> TagId- String 是否必填: 否 - 查询指定标签关联的主机列表 </li>
45202
+ <li> AgentStatus- String 是否必填: 否 - ALL 全部; ONLINE 防护中; OFFLINE 已离线;UNINSTALLED 未安装</li>
45203
+ <li> MachineStatus- String 是否必填: 否 - ALL 全部; RUNNING 运行中; STOPPED 已关机; EXPIRED 待回收</li>
45204
45204
  :rtype: list of Filter
45205
45205
  """
45206
45206
  return self._Filters
@@ -49082,12 +49082,18 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
49082
49082
  :type Order: str
49083
49083
  :param _By: 排序字段支持CreateTime
49084
49084
  :type By: str
49085
+ :param _CreateBeginTime: 事件创建起始时间
49086
+ :type CreateBeginTime: str
49087
+ :param _CreateEndTime: 事件创建结束时间
49088
+ :type CreateEndTime: str
49085
49089
  """
49086
49090
  self._Limit = None
49087
49091
  self._Offset = None
49088
49092
  self._Filters = None
49089
49093
  self._Order = None
49090
49094
  self._By = None
49095
+ self._CreateBeginTime = None
49096
+ self._CreateEndTime = None
49091
49097
 
49092
49098
  @property
49093
49099
  def Limit(self):
@@ -49147,6 +49153,28 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
49147
49153
  def By(self, By):
49148
49154
  self._By = By
49149
49155
 
49156
+ @property
49157
+ def CreateBeginTime(self):
49158
+ """事件创建起始时间
49159
+ :rtype: str
49160
+ """
49161
+ return self._CreateBeginTime
49162
+
49163
+ @CreateBeginTime.setter
49164
+ def CreateBeginTime(self, CreateBeginTime):
49165
+ self._CreateBeginTime = CreateBeginTime
49166
+
49167
+ @property
49168
+ def CreateEndTime(self):
49169
+ """事件创建结束时间
49170
+ :rtype: str
49171
+ """
49172
+ return self._CreateEndTime
49173
+
49174
+ @CreateEndTime.setter
49175
+ def CreateEndTime(self, CreateEndTime):
49176
+ self._CreateEndTime = CreateEndTime
49177
+
49150
49178
 
49151
49179
  def _deserialize(self, params):
49152
49180
  self._Limit = params.get("Limit")
@@ -49159,6 +49187,8 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
49159
49187
  self._Filters.append(obj)
49160
49188
  self._Order = params.get("Order")
49161
49189
  self._By = params.get("By")
49190
+ self._CreateBeginTime = params.get("CreateBeginTime")
49191
+ self._CreateEndTime = params.get("CreateEndTime")
49162
49192
  memeber_set = set(params.keys())
49163
49193
  for name, value in vars(self).items():
49164
49194
  property_name = name[1:]
@@ -52982,7 +53012,7 @@ class DescribeScanVulSettingResponse(AbstractModel):
52982
53012
  :type EndTime: str
52983
53013
  :param _ClickTimeout: 一键扫描超时时长,如:1800秒(s)
52984
53014
  :type ClickTimeout: int
52985
- :param _Uuids: 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
53015
+ :param _Uuids: 为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
52986
53016
  :type Uuids: list of str
52987
53017
  :param _ScanMethod: 0版本比对,2版本比对+poc
52988
53018
  :type ScanMethod: int
@@ -53103,7 +53133,7 @@ class DescribeScanVulSettingResponse(AbstractModel):
53103
53133
 
53104
53134
  @property
53105
53135
  def Uuids(self):
53106
- """为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
53136
+ """为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
53107
53137
  :rtype: list of str
53108
53138
  """
53109
53139
  return self._Uuids
@@ -56651,7 +56681,7 @@ class DescribeVersionStatisticsResponse(AbstractModel):
56651
56681
  :type ProVersionNum: int
56652
56682
  :param _UltimateVersionNum: 旗舰版数量
56653
56683
  :type UltimateVersionNum: int
56654
- :param _GeneralVersionNum: 普惠版数量
56684
+ :param _GeneralVersionNum: 轻量版数量
56655
56685
  :type GeneralVersionNum: int
56656
56686
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
56657
56687
  :type RequestId: str
@@ -56697,7 +56727,7 @@ class DescribeVersionStatisticsResponse(AbstractModel):
56697
56727
 
56698
56728
  @property
56699
56729
  def GeneralVersionNum(self):
56700
- """普惠版数量
56730
+ """轻量版数量
56701
56731
  :rtype: int
56702
56732
  """
56703
56733
  return self._GeneralVersionNum
@@ -67185,10 +67215,13 @@ class ExportFileTamperEventsRequest(AbstractModel):
67185
67215
  :type Fileds: list of str
67186
67216
  :param _Fields: 需要导出的字段
67187
67217
  :type Fields: str
67218
+ :param _Where: 需要导出的字段
67219
+ :type Where: list of str
67188
67220
  """
67189
67221
  self._Filters = None
67190
67222
  self._Fileds = None
67191
67223
  self._Fields = None
67224
+ self._Where = None
67192
67225
 
67193
67226
  @property
67194
67227
  def Filters(self):
@@ -67222,6 +67255,8 @@ class ExportFileTamperEventsRequest(AbstractModel):
67222
67255
 
67223
67256
  @property
67224
67257
  def Fields(self):
67258
+ warnings.warn("parameter `Fields` is deprecated", DeprecationWarning)
67259
+
67225
67260
  """需要导出的字段
67226
67261
  :rtype: str
67227
67262
  """
@@ -67229,8 +67264,21 @@ class ExportFileTamperEventsRequest(AbstractModel):
67229
67264
 
67230
67265
  @Fields.setter
67231
67266
  def Fields(self, Fields):
67267
+ warnings.warn("parameter `Fields` is deprecated", DeprecationWarning)
67268
+
67232
67269
  self._Fields = Fields
67233
67270
 
67271
+ @property
67272
+ def Where(self):
67273
+ """需要导出的字段
67274
+ :rtype: list of str
67275
+ """
67276
+ return self._Where
67277
+
67278
+ @Where.setter
67279
+ def Where(self, Where):
67280
+ self._Where = Where
67281
+
67234
67282
 
67235
67283
  def _deserialize(self, params):
67236
67284
  if params.get("Filters") is not None:
@@ -67241,6 +67289,7 @@ class ExportFileTamperEventsRequest(AbstractModel):
67241
67289
  self._Filters.append(obj)
67242
67290
  self._Fileds = params.get("Fileds")
67243
67291
  self._Fields = params.get("Fields")
67292
+ self._Where = params.get("Where")
67244
67293
  memeber_set = set(params.keys())
67245
67294
  for name, value in vars(self).items():
67246
67295
  property_name = name[1:]
@@ -73736,6 +73785,12 @@ class HostTagInfo(AbstractModel):
73736
73785
  :type CloudTags: list of Tags
73737
73786
  :param _InstanceID: 主机instance ID
73738
73787
  :type InstanceID: str
73788
+ :param _MachineType: 主机类型
73789
+ :type MachineType: str
73790
+ :param _RegionName: 可用区名称
73791
+ :type RegionName: str
73792
+ :param _RegionId: 可用区ID
73793
+ :type RegionId: int
73739
73794
  """
73740
73795
  self._Quuid = None
73741
73796
  self._TagList = None
@@ -73749,6 +73804,9 @@ class HostTagInfo(AbstractModel):
73749
73804
  self._VulNum = None
73750
73805
  self._CloudTags = None
73751
73806
  self._InstanceID = None
73807
+ self._MachineType = None
73808
+ self._RegionName = None
73809
+ self._RegionId = None
73752
73810
 
73753
73811
  @property
73754
73812
  def Quuid(self):
@@ -73882,6 +73940,39 @@ class HostTagInfo(AbstractModel):
73882
73940
  def InstanceID(self, InstanceID):
73883
73941
  self._InstanceID = InstanceID
73884
73942
 
73943
+ @property
73944
+ def MachineType(self):
73945
+ """主机类型
73946
+ :rtype: str
73947
+ """
73948
+ return self._MachineType
73949
+
73950
+ @MachineType.setter
73951
+ def MachineType(self, MachineType):
73952
+ self._MachineType = MachineType
73953
+
73954
+ @property
73955
+ def RegionName(self):
73956
+ """可用区名称
73957
+ :rtype: str
73958
+ """
73959
+ return self._RegionName
73960
+
73961
+ @RegionName.setter
73962
+ def RegionName(self, RegionName):
73963
+ self._RegionName = RegionName
73964
+
73965
+ @property
73966
+ def RegionId(self):
73967
+ """可用区ID
73968
+ :rtype: int
73969
+ """
73970
+ return self._RegionId
73971
+
73972
+ @RegionId.setter
73973
+ def RegionId(self, RegionId):
73974
+ self._RegionId = RegionId
73975
+
73885
73976
 
73886
73977
  def _deserialize(self, params):
73887
73978
  self._Quuid = params.get("Quuid")
@@ -73901,6 +73992,9 @@ class HostTagInfo(AbstractModel):
73901
73992
  obj._deserialize(item)
73902
73993
  self._CloudTags.append(obj)
73903
73994
  self._InstanceID = params.get("InstanceID")
73995
+ self._MachineType = params.get("MachineType")
73996
+ self._RegionName = params.get("RegionName")
73997
+ self._RegionId = params.get("RegionId")
73904
73998
  memeber_set = set(params.keys())
73905
73999
  for name, value in vars(self).items():
73906
74000
  property_name = name[1:]
@@ -75436,6 +75530,14 @@ class LicenseBindDetail(AbstractModel):
75436
75530
  :type IsSwitchBind: bool
75437
75531
  :param _MachineExtraInfo: 主机额外信息
75438
75532
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
75533
+ :param _InstanceState: <li> RUNNING 运行中</li>
75534
+ <li> STOPPED 已关机</li>
75535
+ <li> EXPIRED 待回收</li>
75536
+ :type InstanceState: str
75537
+ :param _AgentState: <li>ONLINE 已离线 </li>
75538
+ <li>OFFLINE 防护中</li>
75539
+ <li>UNINSTALLED 未安装客户端</li>
75540
+ :type AgentState: str
75439
75541
  """
75440
75542
  self._MachineName = None
75441
75543
  self._MachineWanIp = None
@@ -75447,6 +75549,8 @@ class LicenseBindDetail(AbstractModel):
75447
75549
  self._IsUnBind = None
75448
75550
  self._IsSwitchBind = None
75449
75551
  self._MachineExtraInfo = None
75552
+ self._InstanceState = None
75553
+ self._AgentState = None
75450
75554
 
75451
75555
  @property
75452
75556
  def MachineName(self):
@@ -75558,6 +75662,32 @@ class LicenseBindDetail(AbstractModel):
75558
75662
  def MachineExtraInfo(self, MachineExtraInfo):
75559
75663
  self._MachineExtraInfo = MachineExtraInfo
75560
75664
 
75665
+ @property
75666
+ def InstanceState(self):
75667
+ """<li> RUNNING 运行中</li>
75668
+ <li> STOPPED 已关机</li>
75669
+ <li> EXPIRED 待回收</li>
75670
+ :rtype: str
75671
+ """
75672
+ return self._InstanceState
75673
+
75674
+ @InstanceState.setter
75675
+ def InstanceState(self, InstanceState):
75676
+ self._InstanceState = InstanceState
75677
+
75678
+ @property
75679
+ def AgentState(self):
75680
+ """<li>ONLINE 已离线 </li>
75681
+ <li>OFFLINE 防护中</li>
75682
+ <li>UNINSTALLED 未安装客户端</li>
75683
+ :rtype: str
75684
+ """
75685
+ return self._AgentState
75686
+
75687
+ @AgentState.setter
75688
+ def AgentState(self, AgentState):
75689
+ self._AgentState = AgentState
75690
+
75561
75691
 
75562
75692
  def _deserialize(self, params):
75563
75693
  self._MachineName = params.get("MachineName")
@@ -75572,6 +75702,8 @@ class LicenseBindDetail(AbstractModel):
75572
75702
  if params.get("MachineExtraInfo") is not None:
75573
75703
  self._MachineExtraInfo = MachineExtraInfo()
75574
75704
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
75705
+ self._InstanceState = params.get("InstanceState")
75706
+ self._AgentState = params.get("AgentState")
75575
75707
  memeber_set = set(params.keys())
75576
75708
  for name, value in vars(self).items():
75577
75709
  property_name = name[1:]
@@ -76759,12 +76891,12 @@ class Machine(AbstractModel):
76759
76891
  :type MachineName: str
76760
76892
  :param _MachineOs: 主机系统。
76761
76893
  :type MachineOs: str
76762
- :param _MachineStatus: 主机状态。
76763
- <li>OFFLINE: 离线 </li>
76764
- <li>ONLINE: 在线</li>
76765
- <li>SHUTDOWN: 已关机</li>
76766
- <li>UNINSTALLED: 未防护</li>
76894
+ :param _MachineStatus: 主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li>
76767
76895
  :type MachineStatus: str
76896
+ :param _AgentStatus: ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装
76897
+ :type AgentStatus: str
76898
+ :param _InstanceStatus: RUNNING 运行中; STOPED 已关机; EXPIRED 待回收
76899
+ :type InstanceStatus: str
76768
76900
  :param _Uuid: 主机安全Uuid,若客户端长时间不在线将返回空字符。
76769
76901
  :type Uuid: str
76770
76902
  :param _Quuid: CVM或BM机器唯一Uuid。
@@ -76812,7 +76944,7 @@ class Machine(AbstractModel):
76812
76944
  :type MachineType: str
76813
76945
  :param _KernelVersion: 内核版本
76814
76946
  :type KernelVersion: str
76815
- :param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
76947
+ :param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
76816
76948
  :type ProtectType: str
76817
76949
  :param _CloudTags: 云标签信息
76818
76950
  :type CloudTags: list of Tags
@@ -76832,6 +76964,8 @@ class Machine(AbstractModel):
76832
76964
  self._MachineName = None
76833
76965
  self._MachineOs = None
76834
76966
  self._MachineStatus = None
76967
+ self._AgentStatus = None
76968
+ self._InstanceStatus = None
76835
76969
  self._Uuid = None
76836
76970
  self._Quuid = None
76837
76971
  self._VulNum = None
@@ -76885,11 +77019,7 @@ class Machine(AbstractModel):
76885
77019
 
76886
77020
  @property
76887
77021
  def MachineStatus(self):
76888
- """主机状态。
76889
- <li>OFFLINE: 离线 </li>
76890
- <li>ONLINE: 在线</li>
76891
- <li>SHUTDOWN: 已关机</li>
76892
- <li>UNINSTALLED: 未防护</li>
77022
+ """主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li>
76893
77023
  :rtype: str
76894
77024
  """
76895
77025
  return self._MachineStatus
@@ -76898,6 +77028,28 @@ class Machine(AbstractModel):
76898
77028
  def MachineStatus(self, MachineStatus):
76899
77029
  self._MachineStatus = MachineStatus
76900
77030
 
77031
+ @property
77032
+ def AgentStatus(self):
77033
+ """ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装
77034
+ :rtype: str
77035
+ """
77036
+ return self._AgentStatus
77037
+
77038
+ @AgentStatus.setter
77039
+ def AgentStatus(self, AgentStatus):
77040
+ self._AgentStatus = AgentStatus
77041
+
77042
+ @property
77043
+ def InstanceStatus(self):
77044
+ """RUNNING 运行中; STOPED 已关机; EXPIRED 待回收
77045
+ :rtype: str
77046
+ """
77047
+ return self._InstanceStatus
77048
+
77049
+ @InstanceStatus.setter
77050
+ def InstanceStatus(self, InstanceStatus):
77051
+ self._InstanceStatus = InstanceStatus
77052
+
76901
77053
  @property
76902
77054
  def Uuid(self):
76903
77055
  """主机安全Uuid,若客户端长时间不在线将返回空字符。
@@ -77127,7 +77279,7 @@ class Machine(AbstractModel):
77127
77279
 
77128
77280
  @property
77129
77281
  def ProtectType(self):
77130
- """防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
77282
+ """防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
77131
77283
  :rtype: str
77132
77284
  """
77133
77285
  return self._ProtectType
@@ -77218,6 +77370,8 @@ class Machine(AbstractModel):
77218
77370
  self._MachineName = params.get("MachineName")
77219
77371
  self._MachineOs = params.get("MachineOs")
77220
77372
  self._MachineStatus = params.get("MachineStatus")
77373
+ self._AgentStatus = params.get("AgentStatus")
77374
+ self._InstanceStatus = params.get("InstanceStatus")
77221
77375
  self._Uuid = params.get("Uuid")
77222
77376
  self._Quuid = params.get("Quuid")
77223
77377
  self._VulNum = params.get("VulNum")
@@ -77804,7 +77958,7 @@ https://cloud.tencent.com/document/api/213/15753#Instance
77804
77958
  :type MachineType: str
77805
77959
  :param _KernelVersion: 内核版本
77806
77960
  :type KernelVersion: str
77807
- :param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版.
77961
+ :param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版.
77808
77962
  :type ProtectType: str
77809
77963
  :param _LicenseOrder: 授权订单对象
77810
77964
  :type LicenseOrder: :class:`tencentcloud.cwp.v20180228.models.LicenseOrder`
@@ -77993,7 +78147,7 @@ https://cloud.tencent.com/document/api/213/15753#Instance
77993
78147
 
77994
78148
  @property
77995
78149
  def ProtectType(self):
77996
- """防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版.
78150
+ """防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版.
77997
78151
  :rtype: str
77998
78152
  """
77999
78153
  return self._ProtectType
@@ -78774,6 +78928,10 @@ class MalwareInfo(AbstractModel):
78774
78928
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
78775
78929
  :param _References: 参考链接
78776
78930
  :type References: list of str
78931
+ :param _FileExists: 木马文件是否存在
78932
+ :type FileExists: bool
78933
+ :param _ProcessExists: 木马进程是否存在
78934
+ :type ProcessExists: bool
78777
78935
  """
78778
78936
  self._VirusName = None
78779
78937
  self._FileSize = None
@@ -78806,6 +78964,8 @@ class MalwareInfo(AbstractModel):
78806
78964
  self._StrFileAccessTime = None
78807
78965
  self._MachineExtraInfo = None
78808
78966
  self._References = None
78967
+ self._FileExists = None
78968
+ self._ProcessExists = None
78809
78969
 
78810
78970
  @property
78811
78971
  def VirusName(self):
@@ -79148,6 +79308,28 @@ class MalwareInfo(AbstractModel):
79148
79308
  def References(self, References):
79149
79309
  self._References = References
79150
79310
 
79311
+ @property
79312
+ def FileExists(self):
79313
+ """木马文件是否存在
79314
+ :rtype: bool
79315
+ """
79316
+ return self._FileExists
79317
+
79318
+ @FileExists.setter
79319
+ def FileExists(self, FileExists):
79320
+ self._FileExists = FileExists
79321
+
79322
+ @property
79323
+ def ProcessExists(self):
79324
+ """木马进程是否存在
79325
+ :rtype: bool
79326
+ """
79327
+ return self._ProcessExists
79328
+
79329
+ @ProcessExists.setter
79330
+ def ProcessExists(self, ProcessExists):
79331
+ self._ProcessExists = ProcessExists
79332
+
79151
79333
 
79152
79334
  def _deserialize(self, params):
79153
79335
  self._VirusName = params.get("VirusName")
@@ -79183,6 +79365,8 @@ class MalwareInfo(AbstractModel):
79183
79365
  self._MachineExtraInfo = MachineExtraInfo()
79184
79366
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
79185
79367
  self._References = params.get("References")
79368
+ self._FileExists = params.get("FileExists")
79369
+ self._ProcessExists = params.get("ProcessExists")
79186
79370
  memeber_set = set(params.keys())
79187
79371
  for name, value in vars(self).items():
79188
79372
  property_name = name[1:]
@@ -86451,7 +86635,7 @@ class NetAttackEvent(AbstractModel):
86451
86635
  :type VulSupportDefense: int
86452
86636
  :param _VulDefenceStatus: 是否开启漏洞防御,0关1开
86453
86637
  :type VulDefenceStatus: int
86454
- :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
86638
+ :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86455
86639
  :type PayVersion: int
86456
86640
  :param _Quuid: cvm uuid
86457
86641
  :type Quuid: str
@@ -86623,7 +86807,7 @@ class NetAttackEvent(AbstractModel):
86623
86807
 
86624
86808
  @property
86625
86809
  def PayVersion(self):
86626
- """机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
86810
+ """机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86627
86811
  :rtype: int
86628
86812
  """
86629
86813
  return self._PayVersion
@@ -86737,7 +86921,7 @@ class NetAttackEventInfo(AbstractModel):
86737
86921
  :type DstPort: int
86738
86922
  :param _Count: 攻击次数
86739
86923
  :type Count: int
86740
- :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
86924
+ :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86741
86925
  :type PayVersion: int
86742
86926
  :param _Quuid: cvm uuid
86743
86927
  :type Quuid: str
@@ -86963,7 +87147,7 @@ class NetAttackEventInfo(AbstractModel):
86963
87147
 
86964
87148
  @property
86965
87149
  def PayVersion(self):
86966
- """机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
87150
+ """机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86967
87151
  :rtype: int
86968
87152
  """
86969
87153
  return self._PayVersion
@@ -89864,7 +90048,7 @@ class RansomDefenseBackup(AbstractModel):
89864
90048
  :type BackupTime: str
89865
90049
  :param _EventStatus: 勒索状态:0无告警, 1有告警
89866
90050
  :type EventStatus: int
89867
- :param _BackupStatus: 备份状态:0备份中,1正常,2、3失败,4快照已过期,9快照已删除
90051
+ :param _BackupStatus: 备份状态:0备份中,1正常,2、3失败,4快照已过期,5快照数量超出限制,9快照已删除
89868
90052
  :type BackupStatus: int
89869
90053
  :param _DiskCount: 备份磁盘数量
89870
90054
  :type DiskCount: int
@@ -89913,7 +90097,7 @@ class RansomDefenseBackup(AbstractModel):
89913
90097
 
89914
90098
  @property
89915
90099
  def BackupStatus(self):
89916
- """备份状态:0备份中,1正常,2、3失败,4快照已过期,9快照已删除
90100
+ """备份状态:0备份中,1正常,2、3失败,4快照已过期,5快照数量超出限制,9快照已删除
89917
90101
  :rtype: int
89918
90102
  """
89919
90103
  return self._BackupStatus
@@ -90483,6 +90667,8 @@ class RansomDefenseRollbackTask(AbstractModel):
90483
90667
  :type RegionInfo: :class:`tencentcloud.cwp.v20180228.models.RegionInfo`
90484
90668
  :param _InstanceId: 主机示例ID
90485
90669
  :type InstanceId: str
90670
+ :param _MachineType: 主机类型
90671
+ :type MachineType: str
90486
90672
  """
90487
90673
  self._Id = None
90488
90674
  self._Uuid = None
@@ -90495,6 +90681,7 @@ class RansomDefenseRollbackTask(AbstractModel):
90495
90681
  self._ModifyTime = None
90496
90682
  self._RegionInfo = None
90497
90683
  self._InstanceId = None
90684
+ self._MachineType = None
90498
90685
 
90499
90686
  @property
90500
90687
  def Id(self):
@@ -90617,6 +90804,17 @@ class RansomDefenseRollbackTask(AbstractModel):
90617
90804
  def InstanceId(self, InstanceId):
90618
90805
  self._InstanceId = InstanceId
90619
90806
 
90807
+ @property
90808
+ def MachineType(self):
90809
+ """主机类型
90810
+ :rtype: str
90811
+ """
90812
+ return self._MachineType
90813
+
90814
+ @MachineType.setter
90815
+ def MachineType(self, MachineType):
90816
+ self._MachineType = MachineType
90817
+
90620
90818
 
90621
90819
  def _deserialize(self, params):
90622
90820
  self._Id = params.get("Id")
@@ -90632,6 +90830,7 @@ class RansomDefenseRollbackTask(AbstractModel):
90632
90830
  self._RegionInfo = RegionInfo()
90633
90831
  self._RegionInfo._deserialize(params.get("RegionInfo"))
90634
90832
  self._InstanceId = params.get("InstanceId")
90833
+ self._MachineType = params.get("MachineType")
90635
90834
  memeber_set = set(params.keys())
90636
90835
  for name, value in vars(self).items():
90637
90836
  property_name = name[1:]
@@ -90665,7 +90864,7 @@ class RansomDefenseStrategy(AbstractModel):
90665
90864
  :type IncludeDir: str
90666
90865
  :param _ExcludeDir: 包含目录,用;分隔
90667
90866
  :type ExcludeDir: str
90668
- :param _BackupType: 备份模式: 0按周,1按天
90867
+ :param _BackupType: 备份模式: 0按周,1按天,2不备份
90669
90868
  :type BackupType: int
90670
90869
  :param _Weekday: 备份星期天数(1-7):1;2;3;4
90671
90870
  :type Weekday: str
@@ -90786,7 +90985,7 @@ class RansomDefenseStrategy(AbstractModel):
90786
90985
 
90787
90986
  @property
90788
90987
  def BackupType(self):
90789
- """备份模式: 0按周,1按天
90988
+ """备份模式: 0按周,1按天,2不备份
90790
90989
  :rtype: int
90791
90990
  """
90792
90991
  return self._BackupType
@@ -91197,8 +91396,10 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91197
91396
  :type RollBackStatus: int
91198
91397
  :param _BackupSuccessCount: 备份成功次数
91199
91398
  :type BackupSuccessCount: int
91200
- :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91399
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91201
91400
  :type HostVersion: int
91401
+ :param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91402
+ :type MachineType: str
91202
91403
  """
91203
91404
  self._Uuid = None
91204
91405
  self._Quuid = None
@@ -91221,6 +91422,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91221
91422
  self._RollBackStatus = None
91222
91423
  self._BackupSuccessCount = None
91223
91424
  self._HostVersion = None
91425
+ self._MachineType = None
91224
91426
 
91225
91427
  @property
91226
91428
  def Uuid(self):
@@ -91445,7 +91647,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91445
91647
 
91446
91648
  @property
91447
91649
  def HostVersion(self):
91448
- """版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91650
+ """版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91449
91651
  :rtype: int
91450
91652
  """
91451
91653
  return self._HostVersion
@@ -91454,6 +91656,17 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91454
91656
  def HostVersion(self, HostVersion):
91455
91657
  self._HostVersion = HostVersion
91456
91658
 
91659
+ @property
91660
+ def MachineType(self):
91661
+ """机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91662
+ :rtype: str
91663
+ """
91664
+ return self._MachineType
91665
+
91666
+ @MachineType.setter
91667
+ def MachineType(self, MachineType):
91668
+ self._MachineType = MachineType
91669
+
91457
91670
 
91458
91671
  def _deserialize(self, params):
91459
91672
  self._Uuid = params.get("Uuid")
@@ -91489,6 +91702,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91489
91702
  self._RollBackStatus = params.get("RollBackStatus")
91490
91703
  self._BackupSuccessCount = params.get("BackupSuccessCount")
91491
91704
  self._HostVersion = params.get("HostVersion")
91705
+ self._MachineType = params.get("MachineType")
91492
91706
  memeber_set = set(params.keys())
91493
91707
  for name, value in vars(self).items():
91494
91708
  property_name = name[1:]
@@ -91531,10 +91745,12 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91531
91745
  :param _DiskInfo: 硬盘信息,为空时所有硬盘生效:
91532
91746
  ;分割 diskId1|diskName1;diskId2|diskName2
91533
91747
  :type DiskInfo: str
91534
- :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91748
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91535
91749
  :type HostVersion: int
91536
91750
  :param _StrategyName: 策略名称
91537
91751
  :type StrategyName: str
91752
+ :param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91753
+ :type MachineType: str
91538
91754
  """
91539
91755
  self._Uuid = None
91540
91756
  self._Quuid = None
@@ -91550,6 +91766,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91550
91766
  self._DiskInfo = None
91551
91767
  self._HostVersion = None
91552
91768
  self._StrategyName = None
91769
+ self._MachineType = None
91553
91770
 
91554
91771
  @property
91555
91772
  def Uuid(self):
@@ -91686,7 +91903,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91686
91903
 
91687
91904
  @property
91688
91905
  def HostVersion(self):
91689
- """版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91906
+ """版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91690
91907
  :rtype: int
91691
91908
  """
91692
91909
  return self._HostVersion
@@ -91706,6 +91923,17 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91706
91923
  def StrategyName(self, StrategyName):
91707
91924
  self._StrategyName = StrategyName
91708
91925
 
91926
+ @property
91927
+ def MachineType(self):
91928
+ """机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91929
+ :rtype: str
91930
+ """
91931
+ return self._MachineType
91932
+
91933
+ @MachineType.setter
91934
+ def MachineType(self, MachineType):
91935
+ self._MachineType = MachineType
91936
+
91709
91937
 
91710
91938
  def _deserialize(self, params):
91711
91939
  self._Uuid = params.get("Uuid")
@@ -91734,6 +91962,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91734
91962
  self._DiskInfo = params.get("DiskInfo")
91735
91963
  self._HostVersion = params.get("HostVersion")
91736
91964
  self._StrategyName = params.get("StrategyName")
91965
+ self._MachineType = params.get("MachineType")
91737
91966
  memeber_set = set(params.keys())
91738
91967
  for name, value in vars(self).items():
91739
91968
  property_name = name[1:]
@@ -92885,6 +93114,8 @@ class ReverseShell(AbstractModel):
92885
93114
  :type Pid: int
92886
93115
  :param _RiskLevel: 威胁等级:0中危,1高危
92887
93116
  :type RiskLevel: int
93117
+ :param _CmdLineQuote: 命令详情的转义后内容,供正则加白全字符串匹配使用
93118
+ :type CmdLineQuote: str
92888
93119
  """
92889
93120
  self._Id = None
92890
93121
  self._Uuid = None
@@ -92909,6 +93140,7 @@ class ReverseShell(AbstractModel):
92909
93140
  self._MachineExtraInfo = None
92910
93141
  self._Pid = None
92911
93142
  self._RiskLevel = None
93143
+ self._CmdLineQuote = None
92912
93144
 
92913
93145
  @property
92914
93146
  def Id(self):
@@ -93163,6 +93395,17 @@ class ReverseShell(AbstractModel):
93163
93395
  def RiskLevel(self, RiskLevel):
93164
93396
  self._RiskLevel = RiskLevel
93165
93397
 
93398
+ @property
93399
+ def CmdLineQuote(self):
93400
+ """命令详情的转义后内容,供正则加白全字符串匹配使用
93401
+ :rtype: str
93402
+ """
93403
+ return self._CmdLineQuote
93404
+
93405
+ @CmdLineQuote.setter
93406
+ def CmdLineQuote(self, CmdLineQuote):
93407
+ self._CmdLineQuote = CmdLineQuote
93408
+
93166
93409
 
93167
93410
  def _deserialize(self, params):
93168
93411
  self._Id = params.get("Id")
@@ -93190,6 +93433,7 @@ class ReverseShell(AbstractModel):
93190
93433
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
93191
93434
  self._Pid = params.get("Pid")
93192
93435
  self._RiskLevel = params.get("RiskLevel")
93436
+ self._CmdLineQuote = params.get("CmdLineQuote")
93193
93437
  memeber_set = set(params.keys())
93194
93438
  for name, value in vars(self).items():
93195
93439
  property_name = name[1:]
@@ -93261,6 +93505,10 @@ class ReverseShellEventInfo(AbstractModel):
93261
93505
  :type MachineStatus: str
93262
93506
  :param _ModifyTime: 处理时间
93263
93507
  :type ModifyTime: str
93508
+ :param _CmdLineQuote: 命令详情的转义后内容,供正则加白全字符串匹配使用
93509
+ :type CmdLineQuote: str
93510
+ :param _RiskLevel: 风险等级
93511
+ :type RiskLevel: int
93264
93512
  """
93265
93513
  self._Id = None
93266
93514
  self._Uuid = None
@@ -93289,6 +93537,8 @@ class ReverseShellEventInfo(AbstractModel):
93289
93537
  self._MachineWanIp = None
93290
93538
  self._MachineStatus = None
93291
93539
  self._ModifyTime = None
93540
+ self._CmdLineQuote = None
93541
+ self._RiskLevel = None
93292
93542
 
93293
93543
  @property
93294
93544
  def Id(self):
@@ -93587,6 +93837,28 @@ class ReverseShellEventInfo(AbstractModel):
93587
93837
  def ModifyTime(self, ModifyTime):
93588
93838
  self._ModifyTime = ModifyTime
93589
93839
 
93840
+ @property
93841
+ def CmdLineQuote(self):
93842
+ """命令详情的转义后内容,供正则加白全字符串匹配使用
93843
+ :rtype: str
93844
+ """
93845
+ return self._CmdLineQuote
93846
+
93847
+ @CmdLineQuote.setter
93848
+ def CmdLineQuote(self, CmdLineQuote):
93849
+ self._CmdLineQuote = CmdLineQuote
93850
+
93851
+ @property
93852
+ def RiskLevel(self):
93853
+ """风险等级
93854
+ :rtype: int
93855
+ """
93856
+ return self._RiskLevel
93857
+
93858
+ @RiskLevel.setter
93859
+ def RiskLevel(self, RiskLevel):
93860
+ self._RiskLevel = RiskLevel
93861
+
93590
93862
 
93591
93863
  def _deserialize(self, params):
93592
93864
  self._Id = params.get("Id")
@@ -93616,6 +93888,8 @@ class ReverseShellEventInfo(AbstractModel):
93616
93888
  self._MachineWanIp = params.get("MachineWanIp")
93617
93889
  self._MachineStatus = params.get("MachineStatus")
93618
93890
  self._ModifyTime = params.get("ModifyTime")
93891
+ self._CmdLineQuote = params.get("CmdLineQuote")
93892
+ self._RiskLevel = params.get("RiskLevel")
93619
93893
  memeber_set = set(params.keys())
93620
93894
  for name, value in vars(self).items():
93621
93895
  property_name = name[1:]
@@ -95493,11 +95767,39 @@ class ScanTaskAgainResponse(AbstractModel):
95493
95767
 
95494
95768
  def __init__(self):
95495
95769
  r"""
95770
+ :param _SuccessCount: 下发成功的主机数
95771
+ :type SuccessCount: int
95772
+ :param _BasicVersionCount: 基础版(不支持扫描)主机数
95773
+ :type BasicVersionCount: int
95496
95774
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
95497
95775
  :type RequestId: str
95498
95776
  """
95777
+ self._SuccessCount = None
95778
+ self._BasicVersionCount = None
95499
95779
  self._RequestId = None
95500
95780
 
95781
+ @property
95782
+ def SuccessCount(self):
95783
+ """下发成功的主机数
95784
+ :rtype: int
95785
+ """
95786
+ return self._SuccessCount
95787
+
95788
+ @SuccessCount.setter
95789
+ def SuccessCount(self, SuccessCount):
95790
+ self._SuccessCount = SuccessCount
95791
+
95792
+ @property
95793
+ def BasicVersionCount(self):
95794
+ """基础版(不支持扫描)主机数
95795
+ :rtype: int
95796
+ """
95797
+ return self._BasicVersionCount
95798
+
95799
+ @BasicVersionCount.setter
95800
+ def BasicVersionCount(self, BasicVersionCount):
95801
+ self._BasicVersionCount = BasicVersionCount
95802
+
95501
95803
  @property
95502
95804
  def RequestId(self):
95503
95805
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -95511,6 +95813,8 @@ class ScanTaskAgainResponse(AbstractModel):
95511
95813
 
95512
95814
 
95513
95815
  def _deserialize(self, params):
95816
+ self._SuccessCount = params.get("SuccessCount")
95817
+ self._BasicVersionCount = params.get("BasicVersionCount")
95514
95818
  self._RequestId = params.get("RequestId")
95515
95819
 
95516
95820
 
@@ -96033,7 +96337,7 @@ class ScanVulSettingRequest(AbstractModel):
96033
96337
  :type EndTime: str
96034
96338
  :param _EnableScan: 是否开启扫描 1开启 0不开启
96035
96339
  :type EnableScan: int
96036
- :param _Uuids: 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
96340
+ :param _Uuids: 为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
96037
96341
  :type Uuids: list of str
96038
96342
  :param _ScanMethod: 0版本比对,2版本比对+poc
96039
96343
  :type ScanMethod: int
@@ -96139,7 +96443,7 @@ class ScanVulSettingRequest(AbstractModel):
96139
96443
 
96140
96444
  @property
96141
96445
  def Uuids(self):
96142
- """为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
96446
+ """为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
96143
96447
  :rtype: list of str
96144
96448
  """
96145
96449
  return self._Uuids
@@ -101831,7 +102135,7 @@ class VulDefenceEvent(AbstractModel):
101831
102135
  :type Count: int
101832
102136
  :param _Status: 状态 0: 待处理 1:已防御 2:已处理 3: 已忽略 4: 已删除
101833
102137
  :type Status: int
101834
- :param _UpgradeType: 0 专业版,1 旗舰版,2 LH普惠版(仅限LH使用),3 CVM普惠版(仅限CVM使用)
102138
+ :param _UpgradeType: 0 专业版,1 旗舰版,2 LH轻量版(仅限LH使用),3 CVM轻量版(仅限CVM使用)
101835
102139
  :type UpgradeType: int
101836
102140
  :param _FixType: 0 不支持修复,1 支持修复
101837
102141
  :type FixType: int
@@ -102039,7 +102343,7 @@ class VulDefenceEvent(AbstractModel):
102039
102343
 
102040
102344
  @property
102041
102345
  def UpgradeType(self):
102042
- """0 专业版,1 旗舰版,2 LH普惠版(仅限LH使用),3 CVM普惠版(仅限CVM使用)
102346
+ """0 专业版,1 旗舰版,2 LH轻量版(仅限LH使用),3 CVM轻量版(仅限CVM使用)
102043
102347
  :rtype: int
102044
102348
  """
102045
102349
  return self._UpgradeType
@@ -103200,7 +103504,7 @@ class VulEffectHostList(AbstractModel):
103200
103504
  :type Tags: list of str
103201
103505
  :param _Description: 说明
103202
103506
  :type Description: str
103203
- :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
103507
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
103204
103508
  :type HostVersion: int
103205
103509
  :param _IsSupportAutoFix: 是否能自动修复 0 :漏洞不可自动修复, 1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中 9:修复失败,10:已忽略 11:漏洞只支持linux不支持Windows 12:漏洞只支持Windows不支持linux,13:修复失败但此时主机已离线,14:修复失败但此时主机不是旗舰版, 15:已手动修复
103206
103510
  :type IsSupportAutoFix: int
@@ -103348,7 +103652,7 @@ class VulEffectHostList(AbstractModel):
103348
103652
 
103349
103653
  @property
103350
103654
  def HostVersion(self):
103351
- """版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
103655
+ """版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
103352
103656
  :rtype: int
103353
103657
  """
103354
103658
  return self._HostVersion