tencentcloud-sdk-cfw 3.0.561 → 3.0.563

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd94b8a14a18ed5b5e44b5248027f528b0c192c6
4
- data.tar.gz: 785b042f45b02af0c2d35db48043e91128907fb5
3
+ metadata.gz: 7c986885f2578784c433eef1a9f51a00783af436
4
+ data.tar.gz: 7cbbaf5f49373a32bdf148df6c874a04ac1134bc
5
5
  SHA512:
6
- metadata.gz: 88c2151b554968b85569db6bd86acfa21aedfd47bc1e5d64d19bc4b0eb29d6ff898f111777918f152f9985a5dac93f1d763a8e41de0dcd91ae5dd5b5efba04b3
7
- data.tar.gz: b168551c01ab1d2d39f6f3cb8f09d2a97ffebf7759460bfe1907b16b0a0557cb6b22c545e33d3cabab36114dc53c05016d01dd3b1d226e6efa5ba32e2eb2a105
6
+ metadata.gz: 4d4b5ec122f4799563e1a608990d82c8b82e02572e26b3090d9041a422a4548fbc8fe02f278d4ad06d3c68ee9ecc6f2ef24cbaa7946e6358545f40a547130e17
7
+ data.tar.gz: 58a8a539b5d0820d19e9a28364ec55beda499cf558cae59833304740d177588b7794452f1d5ba56d2527f5caa78ffb3aa2efd83bdfbd3ae307f3d0b10832f0c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
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
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.561
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-27 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