tencentcloud-sdk-waf 3.0.974 → 3.0.975
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/v20180125/models.rb +21 -21
- 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: 2c33fefd098143c2138277d4070ce6550be5d155
|
|
4
|
+
data.tar.gz: 9fd51dbbd79b05c344f8ddf091fd7364e5e999a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b053aef289213d3eeb428ef7432a4918326372c17f0ae39bfbd89d9050616e2537c92bac2f46a4d2f5d99fc582eb94197500b8d49ea983f9ebf9e886d96d8fce
|
|
7
|
+
data.tar.gz: ae5ce56451fd7c4e01f956e889fdf76d24b07b3f6281ff32ae633e123c6528e23074dc08e6266a2ea8687d4a38b4561c35dc0a0becfa57d8dad9c08e4ed2a986
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.975
|
data/lib/v20180125/models.rb
CHANGED
|
@@ -77,8 +77,8 @@ module TencentCloud
|
|
|
77
77
|
|
|
78
78
|
attr_accessor :BTime, :Count, :BeginTime
|
|
79
79
|
extend Gem::Deprecate
|
|
80
|
-
deprecate :BTime, :none,
|
|
81
|
-
deprecate :BTime=, :none,
|
|
80
|
+
deprecate :BTime, :none, 2025, 1
|
|
81
|
+
deprecate :BTime=, :none, 2025, 1
|
|
82
82
|
|
|
83
83
|
def initialize(btime=nil, count=nil, begintime=nil)
|
|
84
84
|
@BTime = btime
|
|
@@ -2651,8 +2651,8 @@ module TencentCloud
|
|
|
2651
2651
|
|
|
2652
2652
|
attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
|
2653
2653
|
extend Gem::Deprecate
|
|
2654
|
-
deprecate :ValidTS, :none,
|
|
2655
|
-
deprecate :ValidTS=, :none,
|
|
2654
|
+
deprecate :ValidTS, :none, 2025, 1
|
|
2655
|
+
deprecate :ValidTS=, :none, 2025, 1
|
|
2656
2656
|
|
|
2657
2657
|
def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
|
2658
2658
|
@Domain = domain
|
|
@@ -3441,8 +3441,8 @@ module TencentCloud
|
|
|
3441
3441
|
|
|
3442
3442
|
attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
|
|
3443
3443
|
extend Gem::Deprecate
|
|
3444
|
-
deprecate :TopicId, :none,
|
|
3445
|
-
deprecate :TopicId=, :none,
|
|
3444
|
+
deprecate :TopicId, :none, 2025, 1
|
|
3445
|
+
deprecate :TopicId=, :none, 2025, 1
|
|
3446
3446
|
|
|
3447
3447
|
def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
|
|
3448
3448
|
@From = from
|
|
@@ -5895,10 +5895,10 @@ module TencentCloud
|
|
|
5895
5895
|
|
|
5896
5896
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
|
|
5897
5897
|
extend Gem::Deprecate
|
|
5898
|
-
deprecate :VtsMin, :none,
|
|
5899
|
-
deprecate :VtsMin=, :none,
|
|
5900
|
-
deprecate :VtsMax, :none,
|
|
5901
|
-
deprecate :VtsMax=, :none,
|
|
5898
|
+
deprecate :VtsMin, :none, 2025, 1
|
|
5899
|
+
deprecate :VtsMin=, :none, 2025, 1
|
|
5900
|
+
deprecate :VtsMax, :none, 2025, 1
|
|
5901
|
+
deprecate :VtsMax=, :none, 2025, 1
|
|
5902
5902
|
|
|
5903
5903
|
def initialize(domain=nil, count=nil, actiontype=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, offset=nil, limit=nil, source=nil, sort=nil, ip=nil, validstatus=nil, validtimestampmin=nil, validtimestampmax=nil, ruleid=nil, timertype=nil)
|
|
5904
5904
|
@Domain = domain
|
|
@@ -6001,10 +6001,10 @@ module TencentCloud
|
|
|
6001
6001
|
|
|
6002
6002
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
|
6003
6003
|
extend Gem::Deprecate
|
|
6004
|
-
deprecate :VtsMin, :none,
|
|
6005
|
-
deprecate :VtsMin=, :none,
|
|
6006
|
-
deprecate :VtsMax, :none,
|
|
6007
|
-
deprecate :VtsMax=, :none,
|
|
6004
|
+
deprecate :VtsMin, :none, 2025, 1
|
|
6005
|
+
deprecate :VtsMin=, :none, 2025, 1
|
|
6006
|
+
deprecate :VtsMax, :none, 2025, 1
|
|
6007
|
+
deprecate :VtsMax=, :none, 2025, 1
|
|
6008
6008
|
|
|
6009
6009
|
def initialize(domain=nil, count=nil, category=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, skip=nil, limit=nil, name=nil, sort=nil, ip=nil, validtimestampmin=nil, validtimestampmax=nil)
|
|
6010
6010
|
@Domain = domain
|
|
@@ -11400,8 +11400,8 @@ module TencentCloud
|
|
|
11400
11400
|
|
|
11401
11401
|
attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
|
|
11402
11402
|
extend Gem::Deprecate
|
|
11403
|
-
deprecate :ValidTS, :none,
|
|
11404
|
-
deprecate :ValidTS=, :none,
|
|
11403
|
+
deprecate :ValidTS, :none, 2025, 1
|
|
11404
|
+
deprecate :ValidTS=, :none, 2025, 1
|
|
11405
11405
|
|
|
11406
11406
|
def initialize(domain=nil, iplist=nil, actiontype=nil, ruleid=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
|
|
11407
11407
|
@Domain = domain
|
|
@@ -12785,10 +12785,10 @@ module TencentCloud
|
|
|
12785
12785
|
|
|
12786
12786
|
attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
|
|
12787
12787
|
extend Gem::Deprecate
|
|
12788
|
-
deprecate :ColNames, :none,
|
|
12789
|
-
deprecate :ColNames=, :none,
|
|
12790
|
-
deprecate :AnalysisResults, :none,
|
|
12791
|
-
deprecate :AnalysisResults=, :none,
|
|
12788
|
+
deprecate :ColNames, :none, 2025, 1
|
|
12789
|
+
deprecate :ColNames=, :none, 2025, 1
|
|
12790
|
+
deprecate :AnalysisResults, :none, 2025, 1
|
|
12791
|
+
deprecate :AnalysisResults=, :none, 2025, 1
|
|
12792
12792
|
|
|
12793
12793
|
def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
|
|
12794
12794
|
@Context = context
|
|
@@ -13047,7 +13047,7 @@ module TencentCloud
|
|
|
13047
13047
|
end
|
|
13048
13048
|
end
|
|
13049
13049
|
|
|
13050
|
-
#
|
|
13050
|
+
# 规则的匹配条件结构体
|
|
13051
13051
|
class Strategy < TencentCloud::Common::AbstractModel
|
|
13052
13052
|
# @param Field: 匹配字段
|
|
13053
13053
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-waf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.975
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|