tencentcloud-sdk-cfw 3.0.560 → 3.0.563

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190904/models.rb +14 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c21144bd13ac2098e982c98fc4ab21511b8d7f8a
4
- data.tar.gz: 28bd6371be837f3d56c172401458db5723ca7b6b
3
+ metadata.gz: 7c986885f2578784c433eef1a9f51a00783af436
4
+ data.tar.gz: 7cbbaf5f49373a32bdf148df6c874a04ac1134bc
5
5
  SHA512:
6
- metadata.gz: 4222ac6894b19411d58f378b0d48ec2f6c98f3a3d766bd339a442eafc8c12ca58362534fbc5318e16c4f7aa9d02884d55d5fb3e08893a6a2feb7fca55be80753
7
- data.tar.gz: 9ea0fe44ed5acc86224cc31c9831acf7f69c5d5bcb034f5ad0dc7817474d6619f7e1dc1ff9a0f474f013a65bc1fa70cac081fd444bfda00676b3a890f036943e
6
+ metadata.gz: 4d4b5ec122f4799563e1a608990d82c8b82e02572e26b3090d9041a422a4548fbc8fe02f278d4ad06d3c68ee9ecc6f2ef24cbaa7946e6358545f40a547130e17
7
+ data.tar.gz: 58a8a539b5d0820d19e9a28364ec55beda499cf558cae59833304740d177588b7794452f1d5ba56d2527f5caa78ffb3aa2efd83bdfbd3ae307f3d0b10832f0c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.560
1
+ 3.0.563
@@ -462,10 +462,13 @@ module TencentCloud
462
462
  # @param Country: 国家
463
463
  # 注意:此字段可能返回 null,表示取不到有效值。
464
464
  # @type Country: String
465
+ # @param Comment: 备注
466
+ # 注意:此字段可能返回 null,表示取不到有效值。
467
+ # @type Comment: String
465
468
 
466
- attr_accessor :Domain, :Ioc, :Level, :EventName, :Direction, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country
469
+ attr_accessor :Domain, :Ioc, :Level, :EventName, :Direction, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country, :Comment
467
470
 
468
- def initialize(domain=nil, ioc=nil, level=nil, eventname=nil, direction=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil)
471
+ def initialize(domain=nil, ioc=nil, level=nil, eventname=nil, direction=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil, comment=nil)
469
472
  @Domain = domain
470
473
  @Ioc = ioc
471
474
  @Level = level
@@ -481,6 +484,7 @@ module TencentCloud
481
484
  @UniqueId = uniqueid
482
485
  @MatchTimes = matchtimes
483
486
  @Country = country
487
+ @Comment = comment
484
488
  end
485
489
 
486
490
  def deserialize(params)
@@ -499,6 +503,7 @@ module TencentCloud
499
503
  @UniqueId = params['UniqueId']
500
504
  @MatchTimes = params['MatchTimes']
501
505
  @Country = params['Country']
506
+ @Comment = params['Comment']
502
507
  end
503
508
  end
504
509
 
@@ -1726,9 +1731,9 @@ module TencentCloud
1726
1731
  # @type Direction: String
1727
1732
  # @param RuleType: 规则类型:1封禁,2放通
1728
1733
  # @type RuleType: Integer
1729
- # @param Order: 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
1734
+ # @param Order: 排序类型:desc降序,asc正序
1730
1735
  # @type Order: String
1731
- # @param By: 排序类型:desc降序,asc正序
1736
+ # @param By: 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
1732
1737
  # @type By: String
1733
1738
  # @param SearchValue: 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
1734
1739
  # @type SearchValue: String
@@ -3741,7 +3746,11 @@ module TencentCloud
3741
3746
 
3742
3747
  # ModifyEnterpriseSecurityDispatchStatus请求参数结构体
3743
3748
  class ModifyEnterpriseSecurityDispatchStatusRequest < TencentCloud::Common::AbstractModel
3744
- # @param Status: 状态,0:立即下发,1:停止下发
3749
+ # @param Status: 0:打开立即下发开关;
3750
+
3751
+ # 1:关闭立即下发开关;
3752
+
3753
+ # 2:关闭立即下发开关下,触发开始下发
3745
3754
  # @type Status: Integer
3746
3755
 
3747
3756
  attr_accessor :Status
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.560
4
+ version: 3.0.563
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-26 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common