tencentcloud-sdk-waf 3.0.498 → 3.0.499
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 +8 -8
- 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: bb10b0dd08f8314f59fe6e2a5b7359823cb2052d
|
|
4
|
+
data.tar.gz: dc4c04f6e8646cd8c06087a7860c1083953e682b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5579a81a24d251633f6138885992b9622dba937b876feb9d710f3cc48f7abd5010b719a3c25238687c39b73a774b037a512f4f69a6fe33f63800b7d59336434c
|
|
7
|
+
data.tar.gz: 9dd9980dee68aa317212205ff6e574f8b897f84e7de8ac8482fe59ec640086a23652bb83f679d99d68f479a45e0217423d7e4a415f567ec46fa4095911b5167c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.499
|
data/lib/v20180125/models.rb
CHANGED
|
@@ -997,7 +997,7 @@ module TencentCloud
|
|
|
997
997
|
# @type Domain: String
|
|
998
998
|
# @param Items: 删除的ip数组
|
|
999
999
|
# @type Items: Array
|
|
1000
|
-
# @param DeleteAll:
|
|
1000
|
+
# @param DeleteAll: 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
|
1001
1001
|
# @type DeleteAll: Boolean
|
|
1002
1002
|
# @param SourceType: 是否为多域名黑白名单
|
|
1003
1003
|
# @type SourceType: String
|
|
@@ -1613,19 +1613,19 @@ module TencentCloud
|
|
|
1613
1613
|
# @type Domain: String
|
|
1614
1614
|
# @param Count: 计数标识
|
|
1615
1615
|
# @type Count: Integer
|
|
1616
|
-
# @param ActionType:
|
|
1616
|
+
# @param ActionType: 动作,40表示查询白名单,42表示查询黑名单
|
|
1617
1617
|
# @type ActionType: Integer
|
|
1618
|
-
# @param VtsMin:
|
|
1618
|
+
# @param VtsMin: 最小有效时间的时间戳
|
|
1619
1619
|
# @type VtsMin: Integer
|
|
1620
|
-
# @param VtsMax:
|
|
1620
|
+
# @param VtsMax: 最大有效时间的时间戳
|
|
1621
1621
|
# @type VtsMax: Integer
|
|
1622
|
-
# @param CtsMin:
|
|
1622
|
+
# @param CtsMin: 最小创建时间的时间戳
|
|
1623
1623
|
# @type CtsMin: Integer
|
|
1624
|
-
# @param CtsMax:
|
|
1624
|
+
# @param CtsMax: 最大创建时间的时间戳
|
|
1625
1625
|
# @type CtsMax: Integer
|
|
1626
|
-
# @param OffSet:
|
|
1626
|
+
# @param OffSet: 分页开始条数
|
|
1627
1627
|
# @type OffSet: Integer
|
|
1628
|
-
# @param Limit:
|
|
1628
|
+
# @param Limit: 每页的条数
|
|
1629
1629
|
# @type Limit: Integer
|
|
1630
1630
|
# @param Source: 来源
|
|
1631
1631
|
# @type Source: String
|
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.499
|
|
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-01
|
|
11
|
+
date: 2023-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|