tencentcloud-sdk-cfw 3.0.561 → 3.0.563
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190904/models.rb +9 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c986885f2578784c433eef1a9f51a00783af436
|
|
4
|
+
data.tar.gz: 7cbbaf5f49373a32bdf148df6c874a04ac1134bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d4b5ec122f4799563e1a608990d82c8b82e02572e26b3090d9041a422a4548fbc8fe02f278d4ad06d3c68ee9ecc6f2ef24cbaa7946e6358545f40a547130e17
|
|
7
|
+
data.tar.gz: 58a8a539b5d0820d19e9a28364ec55beda499cf558cae59833304740d177588b7794452f1d5ba56d2527f5caa78ffb3aa2efd83bdfbd3ae307f3d0b10832f0c0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.563
|
data/lib/v20190904/models.rb
CHANGED
|
@@ -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:
|
|
1734
|
+
# @param Order: 排序类型:desc降序,asc正序
|
|
1730
1735
|
# @type Order: String
|
|
1731
|
-
# @param By:
|
|
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.
|
|
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-
|
|
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
|