tencentcloud-sdk-cwp 3.0.740 → 3.0.742

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +13 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ba0119777e3c0ab7fecb08e3b4f4ef65810ed61
4
- data.tar.gz: 150cc40de8935a954a5da731e6a5b4dfac78429f
3
+ metadata.gz: 78e9bf65e68171d4937765f8c8981fa750d7aae0
4
+ data.tar.gz: 314654fe92fd0ed318fe7287e4d58a79e07579ec
5
5
  SHA512:
6
- metadata.gz: e8ae8d04c14f1ae820632f2cbd3504a10d61021b1b39922223be4610a288bba00814bc04af811bfbb7e21d21aac6585256a11e5a3b24d6e9fa234025deffbd8b
7
- data.tar.gz: 474bbde776bd56fadec1785eea825e84e8cf7c11ebc82a55958bf93b905f730571115157649b8a23c5888e3f133572f1cbc5e33f9c57cd9ce51e2a6cc32d6703
6
+ metadata.gz: 9fab19d58eb2991016d0e4b5ad7917e64b371a02df83e25f5b77e18b6c5607d2feda58bb35bd0a830c29e37e95a2950802b03627d2423985b677457f192499bb
7
+ data.tar.gz: f6fe46cbc4985c64779adf4ce2122d63379238cdfc94bb0a76614b8fc8e8bb7484c9e4fa2f436c41507fdaaa136b77566fa08220b02ba80e61c47b1d5d4f3346
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.740
1
+ 3.0.742
@@ -4906,10 +4906,13 @@ module TencentCloud
4906
4906
  # @param RiskLevel: 威胁等级:0低危,1中危,2高危
4907
4907
  # 注意:此字段可能返回 null,表示取不到有效值。
4908
4908
  # @type RiskLevel: Integer
4909
+ # @param DataFrom: 事件来源:0--阻断规则,1--威胁情报
4910
+ # 注意:此字段可能返回 null,表示取不到有效值。
4911
+ # @type DataFrom: Integer
4909
4912
 
4910
- attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location, :RiskLevel
4913
+ attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location, :RiskLevel, :DataFrom
4911
4914
 
4912
- def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, createtime=nil, banstatus=nil, eventtype=nil, count=nil, quuid=nil, isproversion=nil, protocol=nil, port=nil, modifytime=nil, instanceid=nil, datastatus=nil, machineextrainfo=nil, location=nil, risklevel=nil)
4915
+ def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, createtime=nil, banstatus=nil, eventtype=nil, count=nil, quuid=nil, isproversion=nil, protocol=nil, port=nil, modifytime=nil, instanceid=nil, datastatus=nil, machineextrainfo=nil, location=nil, risklevel=nil, datafrom=nil)
4913
4916
  @Id = id
4914
4917
  @Uuid = uuid
4915
4918
  @MachineIp = machineip
@@ -4934,6 +4937,7 @@ module TencentCloud
4934
4937
  @MachineExtraInfo = machineextrainfo
4935
4938
  @Location = location
4936
4939
  @RiskLevel = risklevel
4940
+ @DataFrom = datafrom
4937
4941
  end
4938
4942
 
4939
4943
  def deserialize(params)
@@ -4964,6 +4968,7 @@ module TencentCloud
4964
4968
  end
4965
4969
  @Location = params['Location']
4966
4970
  @RiskLevel = params['RiskLevel']
4971
+ @DataFrom = params['DataFrom']
4967
4972
  end
4968
4973
  end
4969
4974
 
@@ -12276,7 +12281,10 @@ module TencentCloud
12276
12281
 
12277
12282
  # DescribeBanStatus返回参数结构体
12278
12283
  class DescribeBanStatusResponse < TencentCloud::Common::AbstractModel
12279
- # @param Status: 阻断开关状态 0:关闭 1:开启
12284
+ # @param Status: 阻断开关状态:
12285
+ # 0 -- 关闭
12286
+ # 1 -- 高级阻断
12287
+ # 2 -- 基础阻断(只阻断情报库黑ip)
12280
12288
  # @type Status: Integer
12281
12289
  # @param ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
12282
12290
  # @type ShowTips: Boolean
@@ -18880,7 +18888,7 @@ module TencentCloud
18880
18888
  # <li>VirusName - String - 是否必填:否 - 描述筛选</li>
18881
18889
  # <li>CreateBeginTime - String - 是否必填:否 - 创建时间筛选-开始时间</li>
18882
18890
  # <li>CreateEndTime - String - 是否必填:否 - 创建时间筛选-结束时间</li>
18883
- # <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中</li>
18891
+ # <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中,14 已处理</li>
18884
18892
  # @type Filters: Array
18885
18893
  # @param By: 检测排序 CreateTime
18886
18894
  # @type By: String
@@ -28780,7 +28788,7 @@ module TencentCloud
28780
28788
 
28781
28789
  # ExportJavaMemShells返回参数结构体
28782
28790
  class ExportJavaMemShellsResponse < TencentCloud::Common::AbstractModel
28783
- # @param TaskId: 任务ID,需要到接口“异步导出任务”https://cloud.tencent.com/document/product/296/52508 获取DownloadUrl下载地址
28791
+ # @param TaskId: 任务ID,需要到接口 <a href="https://cloud.tencent.com/document/product/296/52508" target="_blank" >异步导出任务</a>获取DownloadUrl下载地址
28784
28792
  # @type TaskId: String
28785
28793
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
28786
28794
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.740
4
+ version: 3.0.742
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-03 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common