tencentcloud-sdk-waf 3.0.714 → 3.0.716
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 +6 -5
- 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: de5808af9c1e55d30fdd98b8a2bfc9426f89ff1a
|
|
4
|
+
data.tar.gz: 4cd457cbe27cb00c3e4fa7cbfe7a0bfaccbe8cac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c130ca42ec1ee50f381584a47e4ca69f888eec4b19d554e8b758de4f04ff14cbf7075f50a4e23110b28ef56cc19ce1608de4b223a854251586e1fdabec9ddc7
|
|
7
|
+
data.tar.gz: 4c8d36dfc62d8ba3e960406846f168d7a4f163cedd0f66f66c41a11e27a1d5d3eb923c03cb3aeb5492fdd79d4d0b55bda038fa7272146382e1f66e609aa91a59
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.716
|
data/lib/v20180125/models.rb
CHANGED
|
@@ -791,10 +791,10 @@ module TencentCloud
|
|
|
791
791
|
# @param TLSVersion: TLS版本信息
|
|
792
792
|
# @type TLSVersion: Integer
|
|
793
793
|
# @param CipherTemplate: 加密套件模板。
|
|
794
|
-
# 0
|
|
795
|
-
# 1
|
|
796
|
-
# 2
|
|
797
|
-
# 3
|
|
794
|
+
# 0:不支持选择,使用默认模板
|
|
795
|
+
# 1:通用型模板
|
|
796
|
+
# 2:安全型模板
|
|
797
|
+
# 3:自定义模板
|
|
798
798
|
# @type CipherTemplate: Integer
|
|
799
799
|
# @param Ciphers: 自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。
|
|
800
800
|
# @type Ciphers: Array
|
|
@@ -11218,7 +11218,8 @@ module TencentCloud
|
|
|
11218
11218
|
|
|
11219
11219
|
# UpsertIpAccessControl请求参数结构体
|
|
11220
11220
|
class UpsertIpAccessControlRequest < TencentCloud::Common::AbstractModel
|
|
11221
|
-
# @param Domain:
|
|
11221
|
+
# @param Domain: 具体域名如:test.qcloudwaf.com
|
|
11222
|
+
# 全局域名为:global
|
|
11222
11223
|
# @type Domain: String
|
|
11223
11224
|
# @param Items: ip 参数列表,json数组由ip,source,note,action,valid_ts组成。ip对应配置的ip地址,source固定为custom值,note为注释,action值42为黑名单,40为白名单,valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
|
11224
11225
|
# @type Items: Array
|
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.716
|
|
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-
|
|
11
|
+
date: 2023-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|