tencentcloud-sdk-python 3.0.1360__py2.py3-none-any.whl → 3.0.1362__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 (51) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/bh_client.py +23 -0
  3. tencentcloud/bh/v20230418/models.py +139 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  5. tencentcloud/cdb/v20170320/models.py +6 -6
  6. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  7. tencentcloud/cdwpg/v20201230/models.py +22 -334
  8. tencentcloud/cvm/v20170312/models.py +20 -10
  9. tencentcloud/cwp/v20180228/models.py +138 -12
  10. tencentcloud/cynosdb/v20190107/models.py +45 -0
  11. tencentcloud/dlc/v20210125/models.py +107 -566
  12. tencentcloud/dsgc/v20190723/models.py +30 -0
  13. tencentcloud/emr/v20190103/emr_client.py +23 -0
  14. tencentcloud/emr/v20190103/models.py +214 -0
  15. tencentcloud/es/v20250101/es_client.py +23 -0
  16. tencentcloud/es/v20250101/models.py +356 -1
  17. tencentcloud/ess/v20201111/models.py +256 -0
  18. tencentcloud/essbasic/v20210526/models.py +281 -13
  19. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  20. tencentcloud/gaap/v20180529/models.py +2 -186
  21. tencentcloud/gs/v20191118/gs_client.py +46 -0
  22. tencentcloud/gs/v20191118/models.py +385 -8
  23. tencentcloud/ioa/v20220601/ioa_client.py +46 -0
  24. tencentcloud/ioa/v20220601/models.py +358 -0
  25. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
  26. tencentcloud/iotexplorer/v20190423/models.py +1228 -50
  27. tencentcloud/kms/v20190118/models.py +71 -0
  28. tencentcloud/lcic/v20220817/models.py +64 -0
  29. tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
  30. tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -57
  31. tencentcloud/lighthouse/v20200324/models.py +14 -168
  32. tencentcloud/monitor/v20180724/models.py +2 -2
  33. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  34. tencentcloud/mps/v20190612/models.py +168 -17
  35. tencentcloud/oceanus/v20190422/models.py +2 -2
  36. tencentcloud/privatedns/v20201028/models.py +6 -6
  37. tencentcloud/tan/v20220420/tan_client.py +3 -1
  38. tencentcloud/tcbr/v20220217/models.py +15 -0
  39. tencentcloud/tione/v20211111/models.py +91 -0
  40. tencentcloud/trocket/v20230308/models.py +1451 -66
  41. tencentcloud/trocket/v20230308/trocket_client.py +215 -0
  42. tencentcloud/vcube/v20220410/models.py +15 -0
  43. tencentcloud/vdb/v20230616/models.py +15 -0
  44. tencentcloud/vpc/v20170312/models.py +307 -78
  45. tencentcloud/vpc/v20170312/vpc_client.py +31 -3
  46. tencentcloud/wedata/v20210820/models.py +6 -6
  47. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/METADATA +1 -1
  48. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/RECORD +51 -51
  49. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/LICENSE +0 -0
  50. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/WHEEL +0 -0
  51. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/top_level.txt +0 -0
@@ -1776,13 +1776,18 @@ class ConvertOperatingSystemsRequest(AbstractModel):
1776
1776
 
1777
1777
  def __init__(self):
1778
1778
  r"""
1779
- :param _InstanceIds: 执行操作系统转换的实例 ID
1779
+ :param _InstanceIds: 执行操作系统转换的实例 ID
1780
+ 可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
1781
+ 仅支持操作系统为 CentOS 7、CentOS 8 的实例执行转换。
1780
1782
  :type InstanceIds: list of str
1781
- :param _MinimalConversion: 是否最小规模转换
1783
+ :param _MinimalConversion: 是否最小规模转换。
1784
+ 默认值:false
1782
1785
  :type MinimalConversion: bool
1783
- :param _DryRun: 是否只预检
1786
+ :param _DryRun: 是否只预检。
1787
+ 默认值:false
1784
1788
  :type DryRun: bool
1785
1789
  :param _TargetOSType: 转换的目标操作系统类型。仅支持 TencentOS。
1790
+ 默认值:TencentOS
1786
1791
  :type TargetOSType: str
1787
1792
  """
1788
1793
  self._InstanceIds = None
@@ -1792,7 +1797,9 @@ class ConvertOperatingSystemsRequest(AbstractModel):
1792
1797
 
1793
1798
  @property
1794
1799
  def InstanceIds(self):
1795
- """执行操作系统转换的实例 ID
1800
+ """执行操作系统转换的实例 ID
1801
+ 可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
1802
+ 仅支持操作系统为 CentOS 7、CentOS 8 的实例执行转换。
1796
1803
  :rtype: list of str
1797
1804
  """
1798
1805
  return self._InstanceIds
@@ -1803,7 +1810,8 @@ class ConvertOperatingSystemsRequest(AbstractModel):
1803
1810
 
1804
1811
  @property
1805
1812
  def MinimalConversion(self):
1806
- """是否最小规模转换
1813
+ """是否最小规模转换。
1814
+ 默认值:false
1807
1815
  :rtype: bool
1808
1816
  """
1809
1817
  return self._MinimalConversion
@@ -1814,7 +1822,8 @@ class ConvertOperatingSystemsRequest(AbstractModel):
1814
1822
 
1815
1823
  @property
1816
1824
  def DryRun(self):
1817
- """是否只预检
1825
+ """是否只预检。
1826
+ 默认值:false
1818
1827
  :rtype: bool
1819
1828
  """
1820
1829
  return self._DryRun
@@ -1826,6 +1835,7 @@ class ConvertOperatingSystemsRequest(AbstractModel):
1826
1835
  @property
1827
1836
  def TargetOSType(self):
1828
1837
  """转换的目标操作系统类型。仅支持 TencentOS。
1838
+ 默认值:TencentOS
1829
1839
  :rtype: str
1830
1840
  """
1831
1841
  return self._TargetOSType
@@ -4328,14 +4338,14 @@ class DeleteLaunchTemplateRequest(AbstractModel):
4328
4338
 
4329
4339
  def __init__(self):
4330
4340
  r"""
4331
- :param _LaunchTemplateId: 启动模板ID
4341
+ :param _LaunchTemplateId: 启动模板ID。可通过 [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322) 接口返回值中的`LaunchTemplateId`获取。
4332
4342
  :type LaunchTemplateId: str
4333
4343
  """
4334
4344
  self._LaunchTemplateId = None
4335
4345
 
4336
4346
  @property
4337
4347
  def LaunchTemplateId(self):
4338
- """启动模板ID
4348
+ """启动模板ID。可通过 [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322) 接口返回值中的`LaunchTemplateId`获取。
4339
4349
  :rtype: str
4340
4350
  """
4341
4351
  return self._LaunchTemplateId
@@ -14536,7 +14546,7 @@ class InternetChargeTypeConfig(AbstractModel):
14536
14546
 
14537
14547
  def __init__(self):
14538
14548
  r"""
14539
- :param _InternetChargeType: 网络计费模式。
14549
+ :param _InternetChargeType: 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。
14540
14550
  :type InternetChargeType: str
14541
14551
  :param _Description: 网络计费模式描述信息。
14542
14552
  :type Description: str
@@ -14546,7 +14556,7 @@ class InternetChargeTypeConfig(AbstractModel):
14546
14556
 
14547
14557
  @property
14548
14558
  def InternetChargeType(self):
14549
- """网络计费模式。
14559
+ """网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。
14550
14560
  :rtype: str
14551
14561
  """
14552
14562
  return self._InternetChargeType
@@ -45117,7 +45117,6 @@ Other 混合云专区
45117
45117
  <li>Ips - String - 是否必填:否 - 通过ip查询 </li>
45118
45118
  <li>Names - String - 是否必填:否 - 通过实例名查询 </li>
45119
45119
  <li>InstanceIds - String - 是否必填:否 - 通过实例id查询 </li>
45120
- <li>Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线/关机 | ONLINE: 在线 | UNINSTALLED:未安装 | AGENT_OFFLINE 离线| AGENT_SHUTDOWN 已关机)</li>
45121
45120
  <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
45122
45121
  <li>Risk - String 是否必填: 否 - 风险主机( yes ) </li>
45123
45122
  <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
@@ -45125,6 +45124,8 @@ Other 混合云专区
45125
45124
  <li>Quuid - String - 是否必填: 否 - 云服务器uuid 最大100条.</li>
45126
45125
  <li>AddedOnTheFifteen- String 是否必填: 否 - 是否只查询15天内新增的主机( 1:是) </li>
45127
45126
  <li> TagId- String 是否必填: 否 - 查询指定标签关联的主机列表 </li>
45127
+ <li> AgentStatus- String 是否必填: 否 - ALL 全部; ONLINE 防护中; OFFLINE 已离线;UNINSTALLED 未安装</li>
45128
+ <li> MachineStatus- String 是否必填: 否 - ALL 全部; RUNNING 运行中; STOPPED 已关机; EXPIRED 待回收</li>
45128
45129
  :type Filters: list of Filter
45129
45130
  :param _ProjectIds: 机器所属业务ID列表
45130
45131
  :type ProjectIds: list of int non-negative
@@ -45191,7 +45192,6 @@ Other 混合云专区
45191
45192
  <li>Ips - String - 是否必填:否 - 通过ip查询 </li>
45192
45193
  <li>Names - String - 是否必填:否 - 通过实例名查询 </li>
45193
45194
  <li>InstanceIds - String - 是否必填:否 - 通过实例id查询 </li>
45194
- <li>Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线/关机 | ONLINE: 在线 | UNINSTALLED:未安装 | AGENT_OFFLINE 离线| AGENT_SHUTDOWN 已关机)</li>
45195
45195
  <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
45196
45196
  <li>Risk - String 是否必填: 否 - 风险主机( yes ) </li>
45197
45197
  <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
@@ -45199,6 +45199,8 @@ Other 混合云专区
45199
45199
  <li>Quuid - String - 是否必填: 否 - 云服务器uuid 最大100条.</li>
45200
45200
  <li>AddedOnTheFifteen- String 是否必填: 否 - 是否只查询15天内新增的主机( 1:是) </li>
45201
45201
  <li> TagId- String 是否必填: 否 - 查询指定标签关联的主机列表 </li>
45202
+ <li> AgentStatus- String 是否必填: 否 - ALL 全部; ONLINE 防护中; OFFLINE 已离线;UNINSTALLED 未安装</li>
45203
+ <li> MachineStatus- String 是否必填: 否 - ALL 全部; RUNNING 运行中; STOPPED 已关机; EXPIRED 待回收</li>
45202
45204
  :rtype: list of Filter
45203
45205
  """
45204
45206
  return self._Filters
@@ -67213,10 +67215,13 @@ class ExportFileTamperEventsRequest(AbstractModel):
67213
67215
  :type Fileds: list of str
67214
67216
  :param _Fields: 需要导出的字段
67215
67217
  :type Fields: str
67218
+ :param _Where: 需要导出的字段
67219
+ :type Where: list of str
67216
67220
  """
67217
67221
  self._Filters = None
67218
67222
  self._Fileds = None
67219
67223
  self._Fields = None
67224
+ self._Where = None
67220
67225
 
67221
67226
  @property
67222
67227
  def Filters(self):
@@ -67250,6 +67255,8 @@ class ExportFileTamperEventsRequest(AbstractModel):
67250
67255
 
67251
67256
  @property
67252
67257
  def Fields(self):
67258
+ warnings.warn("parameter `Fields` is deprecated", DeprecationWarning)
67259
+
67253
67260
  """需要导出的字段
67254
67261
  :rtype: str
67255
67262
  """
@@ -67257,8 +67264,21 @@ class ExportFileTamperEventsRequest(AbstractModel):
67257
67264
 
67258
67265
  @Fields.setter
67259
67266
  def Fields(self, Fields):
67267
+ warnings.warn("parameter `Fields` is deprecated", DeprecationWarning)
67268
+
67260
67269
  self._Fields = Fields
67261
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
+
67262
67282
 
67263
67283
  def _deserialize(self, params):
67264
67284
  if params.get("Filters") is not None:
@@ -67269,6 +67289,7 @@ class ExportFileTamperEventsRequest(AbstractModel):
67269
67289
  self._Filters.append(obj)
67270
67290
  self._Fileds = params.get("Fileds")
67271
67291
  self._Fields = params.get("Fields")
67292
+ self._Where = params.get("Where")
67272
67293
  memeber_set = set(params.keys())
67273
67294
  for name, value in vars(self).items():
67274
67295
  property_name = name[1:]
@@ -75509,6 +75530,14 @@ class LicenseBindDetail(AbstractModel):
75509
75530
  :type IsSwitchBind: bool
75510
75531
  :param _MachineExtraInfo: 主机额外信息
75511
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
75512
75541
  """
75513
75542
  self._MachineName = None
75514
75543
  self._MachineWanIp = None
@@ -75520,6 +75549,8 @@ class LicenseBindDetail(AbstractModel):
75520
75549
  self._IsUnBind = None
75521
75550
  self._IsSwitchBind = None
75522
75551
  self._MachineExtraInfo = None
75552
+ self._InstanceState = None
75553
+ self._AgentState = None
75523
75554
 
75524
75555
  @property
75525
75556
  def MachineName(self):
@@ -75631,6 +75662,32 @@ class LicenseBindDetail(AbstractModel):
75631
75662
  def MachineExtraInfo(self, MachineExtraInfo):
75632
75663
  self._MachineExtraInfo = MachineExtraInfo
75633
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
+
75634
75691
 
75635
75692
  def _deserialize(self, params):
75636
75693
  self._MachineName = params.get("MachineName")
@@ -75645,6 +75702,8 @@ class LicenseBindDetail(AbstractModel):
75645
75702
  if params.get("MachineExtraInfo") is not None:
75646
75703
  self._MachineExtraInfo = MachineExtraInfo()
75647
75704
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
75705
+ self._InstanceState = params.get("InstanceState")
75706
+ self._AgentState = params.get("AgentState")
75648
75707
  memeber_set = set(params.keys())
75649
75708
  for name, value in vars(self).items():
75650
75709
  property_name = name[1:]
@@ -76832,12 +76891,12 @@ class Machine(AbstractModel):
76832
76891
  :type MachineName: str
76833
76892
  :param _MachineOs: 主机系统。
76834
76893
  :type MachineOs: str
76835
- :param _MachineStatus: 主机状态。
76836
- <li>OFFLINE: 离线 </li>
76837
- <li>ONLINE: 在线</li>
76838
- <li>SHUTDOWN: 已关机</li>
76839
- <li>UNINSTALLED: 未防护</li>
76894
+ :param _MachineStatus: 主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li>
76840
76895
  :type MachineStatus: str
76896
+ :param _AgentStatus: ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装
76897
+ :type AgentStatus: str
76898
+ :param _InstanceStatus: RUNNING 运行中; STOPED 已关机; EXPIRED 待回收
76899
+ :type InstanceStatus: str
76841
76900
  :param _Uuid: 主机安全Uuid,若客户端长时间不在线将返回空字符。
76842
76901
  :type Uuid: str
76843
76902
  :param _Quuid: CVM或BM机器唯一Uuid。
@@ -76905,6 +76964,8 @@ class Machine(AbstractModel):
76905
76964
  self._MachineName = None
76906
76965
  self._MachineOs = None
76907
76966
  self._MachineStatus = None
76967
+ self._AgentStatus = None
76968
+ self._InstanceStatus = None
76908
76969
  self._Uuid = None
76909
76970
  self._Quuid = None
76910
76971
  self._VulNum = None
@@ -76958,11 +77019,7 @@ class Machine(AbstractModel):
76958
77019
 
76959
77020
  @property
76960
77021
  def MachineStatus(self):
76961
- """主机状态。
76962
- <li>OFFLINE: 离线 </li>
76963
- <li>ONLINE: 在线</li>
76964
- <li>SHUTDOWN: 已关机</li>
76965
- <li>UNINSTALLED: 未防护</li>
77022
+ """主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li>
76966
77023
  :rtype: str
76967
77024
  """
76968
77025
  return self._MachineStatus
@@ -76971,6 +77028,28 @@ class Machine(AbstractModel):
76971
77028
  def MachineStatus(self, MachineStatus):
76972
77029
  self._MachineStatus = MachineStatus
76973
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
+
76974
77053
  @property
76975
77054
  def Uuid(self):
76976
77055
  """主机安全Uuid,若客户端长时间不在线将返回空字符。
@@ -77291,6 +77370,8 @@ class Machine(AbstractModel):
77291
77370
  self._MachineName = params.get("MachineName")
77292
77371
  self._MachineOs = params.get("MachineOs")
77293
77372
  self._MachineStatus = params.get("MachineStatus")
77373
+ self._AgentStatus = params.get("AgentStatus")
77374
+ self._InstanceStatus = params.get("InstanceStatus")
77294
77375
  self._Uuid = params.get("Uuid")
77295
77376
  self._Quuid = params.get("Quuid")
77296
77377
  self._VulNum = params.get("VulNum")
@@ -78847,6 +78928,10 @@ class MalwareInfo(AbstractModel):
78847
78928
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
78848
78929
  :param _References: 参考链接
78849
78930
  :type References: list of str
78931
+ :param _FileExists: 木马文件是否存在
78932
+ :type FileExists: bool
78933
+ :param _ProcessExists: 木马进程是否存在
78934
+ :type ProcessExists: bool
78850
78935
  """
78851
78936
  self._VirusName = None
78852
78937
  self._FileSize = None
@@ -78879,6 +78964,8 @@ class MalwareInfo(AbstractModel):
78879
78964
  self._StrFileAccessTime = None
78880
78965
  self._MachineExtraInfo = None
78881
78966
  self._References = None
78967
+ self._FileExists = None
78968
+ self._ProcessExists = None
78882
78969
 
78883
78970
  @property
78884
78971
  def VirusName(self):
@@ -79221,6 +79308,28 @@ class MalwareInfo(AbstractModel):
79221
79308
  def References(self, References):
79222
79309
  self._References = References
79223
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
+
79224
79333
 
79225
79334
  def _deserialize(self, params):
79226
79335
  self._VirusName = params.get("VirusName")
@@ -79256,6 +79365,8 @@ class MalwareInfo(AbstractModel):
79256
79365
  self._MachineExtraInfo = MachineExtraInfo()
79257
79366
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
79258
79367
  self._References = params.get("References")
79368
+ self._FileExists = params.get("FileExists")
79369
+ self._ProcessExists = params.get("ProcessExists")
79259
79370
  memeber_set = set(params.keys())
79260
79371
  for name, value in vars(self).items():
79261
79372
  property_name = name[1:]
@@ -93396,6 +93507,8 @@ class ReverseShellEventInfo(AbstractModel):
93396
93507
  :type ModifyTime: str
93397
93508
  :param _CmdLineQuote: 命令详情的转义后内容,供正则加白全字符串匹配使用
93398
93509
  :type CmdLineQuote: str
93510
+ :param _RiskLevel: 风险等级
93511
+ :type RiskLevel: int
93399
93512
  """
93400
93513
  self._Id = None
93401
93514
  self._Uuid = None
@@ -93425,6 +93538,7 @@ class ReverseShellEventInfo(AbstractModel):
93425
93538
  self._MachineStatus = None
93426
93539
  self._ModifyTime = None
93427
93540
  self._CmdLineQuote = None
93541
+ self._RiskLevel = None
93428
93542
 
93429
93543
  @property
93430
93544
  def Id(self):
@@ -93734,6 +93848,17 @@ class ReverseShellEventInfo(AbstractModel):
93734
93848
  def CmdLineQuote(self, CmdLineQuote):
93735
93849
  self._CmdLineQuote = CmdLineQuote
93736
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
+
93737
93862
 
93738
93863
  def _deserialize(self, params):
93739
93864
  self._Id = params.get("Id")
@@ -93764,6 +93889,7 @@ class ReverseShellEventInfo(AbstractModel):
93764
93889
  self._MachineStatus = params.get("MachineStatus")
93765
93890
  self._ModifyTime = params.get("ModifyTime")
93766
93891
  self._CmdLineQuote = params.get("CmdLineQuote")
93892
+ self._RiskLevel = params.get("RiskLevel")
93767
93893
  memeber_set = set(params.keys())
93768
93894
  for name, value in vars(self).items():
93769
93895
  property_name = name[1:]
@@ -26211,6 +26211,10 @@ class ModifyInstanceData(AbstractModel):
26211
26211
  :type DeviceType: str
26212
26212
  :param _UpgradeType: 升级方式。升级完成后切换或维护时间内切换
26213
26213
  :type UpgradeType: str
26214
+ :param _LibraNodeCount: libra节点数量
26215
+ :type LibraNodeCount: int
26216
+ :param _OldLibraNodeCount: 原libra节点数量
26217
+ :type OldLibraNodeCount: int
26214
26218
  """
26215
26219
  self._Cpu = None
26216
26220
  self._Memory = None
@@ -26221,6 +26225,8 @@ class ModifyInstanceData(AbstractModel):
26221
26225
  self._OldDeviceType = None
26222
26226
  self._DeviceType = None
26223
26227
  self._UpgradeType = None
26228
+ self._LibraNodeCount = None
26229
+ self._OldLibraNodeCount = None
26224
26230
 
26225
26231
  @property
26226
26232
  def Cpu(self):
@@ -26321,6 +26327,28 @@ class ModifyInstanceData(AbstractModel):
26321
26327
  def UpgradeType(self, UpgradeType):
26322
26328
  self._UpgradeType = UpgradeType
26323
26329
 
26330
+ @property
26331
+ def LibraNodeCount(self):
26332
+ """libra节点数量
26333
+ :rtype: int
26334
+ """
26335
+ return self._LibraNodeCount
26336
+
26337
+ @LibraNodeCount.setter
26338
+ def LibraNodeCount(self, LibraNodeCount):
26339
+ self._LibraNodeCount = LibraNodeCount
26340
+
26341
+ @property
26342
+ def OldLibraNodeCount(self):
26343
+ """原libra节点数量
26344
+ :rtype: int
26345
+ """
26346
+ return self._OldLibraNodeCount
26347
+
26348
+ @OldLibraNodeCount.setter
26349
+ def OldLibraNodeCount(self, OldLibraNodeCount):
26350
+ self._OldLibraNodeCount = OldLibraNodeCount
26351
+
26324
26352
 
26325
26353
  def _deserialize(self, params):
26326
26354
  self._Cpu = params.get("Cpu")
@@ -26332,6 +26360,8 @@ class ModifyInstanceData(AbstractModel):
26332
26360
  self._OldDeviceType = params.get("OldDeviceType")
26333
26361
  self._DeviceType = params.get("DeviceType")
26334
26362
  self._UpgradeType = params.get("UpgradeType")
26363
+ self._LibraNodeCount = params.get("LibraNodeCount")
26364
+ self._OldLibraNodeCount = params.get("OldLibraNodeCount")
26335
26365
  memeber_set = set(params.keys())
26336
26366
  for name, value in vars(self).items():
26337
26367
  property_name = name[1:]
@@ -26786,10 +26816,13 @@ class ModifyParamItem(AbstractModel):
26786
26816
  :type CurrentValue: str
26787
26817
  :param _OldValue: 参数旧值(只在出参时有用)
26788
26818
  :type OldValue: str
26819
+ :param _Component: libra组件类型
26820
+ :type Component: str
26789
26821
  """
26790
26822
  self._ParamName = None
26791
26823
  self._CurrentValue = None
26792
26824
  self._OldValue = None
26825
+ self._Component = None
26793
26826
 
26794
26827
  @property
26795
26828
  def ParamName(self):
@@ -26824,11 +26857,23 @@ class ModifyParamItem(AbstractModel):
26824
26857
  def OldValue(self, OldValue):
26825
26858
  self._OldValue = OldValue
26826
26859
 
26860
+ @property
26861
+ def Component(self):
26862
+ """libra组件类型
26863
+ :rtype: str
26864
+ """
26865
+ return self._Component
26866
+
26867
+ @Component.setter
26868
+ def Component(self, Component):
26869
+ self._Component = Component
26870
+
26827
26871
 
26828
26872
  def _deserialize(self, params):
26829
26873
  self._ParamName = params.get("ParamName")
26830
26874
  self._CurrentValue = params.get("CurrentValue")
26831
26875
  self._OldValue = params.get("OldValue")
26876
+ self._Component = params.get("Component")
26832
26877
  memeber_set = set(params.keys())
26833
26878
  for name, value in vars(self).items():
26834
26879
  property_name = name[1:]