tencentcloud-sdk-cwp 3.0.741 → 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 +12 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f6928b5fb8ef03dba9279e90494f9fc27e026f9
4
- data.tar.gz: 19586a35396f6fe1d9e66db1c77b78d50bcfe6e2
3
+ metadata.gz: 78e9bf65e68171d4937765f8c8981fa750d7aae0
4
+ data.tar.gz: 314654fe92fd0ed318fe7287e4d58a79e07579ec
5
5
  SHA512:
6
- metadata.gz: 99aea12424aa13a8b2641cfa9635368f2d18b99ba566262c60a5ccb29414f2325f99d466cf267f7d7c2cf34f0f326d15ffc6b4987a2dfcdf029742498f5aaa3f
7
- data.tar.gz: f0fe6d10429cf88c99a6dc9f9ff845f36ab260fcae9868252b45e6588fbb68e872f20dda0fd29494c6e930020878950afb34a37013ac8b5fb3144344716afc6b
6
+ metadata.gz: 9fab19d58eb2991016d0e4b5ad7917e64b371a02df83e25f5b77e18b6c5607d2feda58bb35bd0a830c29e37e95a2950802b03627d2423985b677457f192499bb
7
+ data.tar.gz: f6fe46cbc4985c64779adf4ce2122d63379238cdfc94bb0a76614b8fc8e8bb7484c9e4fa2f436c41507fdaaa136b77566fa08220b02ba80e61c47b1d5d4f3346
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.741
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.741
4
+ version: 3.0.742
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud