tencentcloud-sdk-waf 3.0.750 → 3.0.751
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180125/models.rb +10 -10
- 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: 2b9c561ebe2df53a7a1ef65137ffe34e433373d9
|
4
|
+
data.tar.gz: 7100846464613c0688a2c6bedee686e38d23e286
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 166625576d7cac8704c62736c199933f3eae417d6b5b3b4f0548d936a5e0a1537309de754da5590690bb6d5eae17e9663a0458d2896a0c74e92edb3888ac416b
|
7
|
+
data.tar.gz: 8ae09a56de17a69e74cab327e5de59e613430d403a2357cf32f983d0ffece5e0dfda2a8abff28add211d4febc5cd4df8b4ac7ffd624bcf23ba7b4c1fe25c957f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.751
|
data/lib/v20180125/models.rb
CHANGED
@@ -56,8 +56,8 @@ module TencentCloud
|
|
56
56
|
|
57
57
|
attr_accessor :BTime, :Count, :BeginTime
|
58
58
|
extend Gem::Deprecate
|
59
|
-
deprecate :BTime, :none,
|
60
|
-
deprecate :BTime=, :none,
|
59
|
+
deprecate :BTime, :none, 2024, 1
|
60
|
+
deprecate :BTime=, :none, 2024, 1
|
61
61
|
|
62
62
|
def initialize(btime=nil, count=nil, begintime=nil)
|
63
63
|
@BTime = btime
|
@@ -4775,10 +4775,10 @@ module TencentCloud
|
|
4775
4775
|
|
4776
4776
|
attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax
|
4777
4777
|
extend Gem::Deprecate
|
4778
|
-
deprecate :VtsMin, :none,
|
4779
|
-
deprecate :VtsMin=, :none,
|
4780
|
-
deprecate :VtsMax, :none,
|
4781
|
-
deprecate :VtsMax=, :none,
|
4778
|
+
deprecate :VtsMin, :none, 2024, 1
|
4779
|
+
deprecate :VtsMin=, :none, 2024, 1
|
4780
|
+
deprecate :VtsMax, :none, 2024, 1
|
4781
|
+
deprecate :VtsMax=, :none, 2024, 1
|
4782
4782
|
|
4783
4783
|
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)
|
4784
4784
|
@Domain = domain
|
@@ -4874,10 +4874,10 @@ module TencentCloud
|
|
4874
4874
|
|
4875
4875
|
attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
|
4876
4876
|
extend Gem::Deprecate
|
4877
|
-
deprecate :VtsMin, :none,
|
4878
|
-
deprecate :VtsMin=, :none,
|
4879
|
-
deprecate :VtsMax, :none,
|
4880
|
-
deprecate :VtsMax=, :none,
|
4877
|
+
deprecate :VtsMin, :none, 2024, 1
|
4878
|
+
deprecate :VtsMin=, :none, 2024, 1
|
4879
|
+
deprecate :VtsMax, :none, 2024, 1
|
4880
|
+
deprecate :VtsMax=, :none, 2024, 1
|
4881
4881
|
|
4882
4882
|
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)
|
4883
4883
|
@Domain = domain
|
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.751
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|