tencentcloud-sdk-waf 3.0.1146 → 3.0.1147
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 +4 -14
- 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: 79e49096ab89da33e051d2f1910870cb1f70698e
|
4
|
+
data.tar.gz: 19622adc344baa253ddc4a38732e76e0750185b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 594a8284472a09470c9035c4a2764b7fb82d7e4465cfb9581d15f3108de319c0fbd7aba02e0cd5194b02b2070450bae61a927c141f3d5aa6b071f8f91aa3259b
|
7
|
+
data.tar.gz: 734b6506024f7258272796995564beb5448b7fb8018ad04845a77c9473bc9f9a71001c31f1dc2fb26741253b22ee72072350a97b0753053d16e1e2dcf30f017c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1147
|
data/lib/v20180125/models.rb
CHANGED
@@ -858,23 +858,13 @@ module TencentCloud
|
|
858
858
|
# @type IsKeepAlive: String
|
859
859
|
# @param InstanceID: 必填项,域名所属实例id
|
860
860
|
# @type InstanceID: String
|
861
|
-
# @param HttpsRewrite:
|
862
|
-
# 0:不强制跳转
|
863
|
-
# 1:开启强制跳转
|
861
|
+
# @param HttpsRewrite: 是否开启HTTP强制跳转到HTTPS。0:不强制跳转1:开启强制跳转
|
864
862
|
# @type HttpsRewrite: Integer
|
865
|
-
# @param IsHttp2:
|
866
|
-
# 0:关闭
|
867
|
-
# 1:开启
|
863
|
+
# @param IsHttp2: 是否开启HTTP2,需要开启HTTPS协议支持。0:关闭1:开启
|
868
864
|
# @type IsHttp2: Integer
|
869
|
-
# @param ActiveCheck:
|
870
|
-
# 0:不开启
|
871
|
-
# 1:开启
|
865
|
+
# @param ActiveCheck: 是否开启主动健康检测。0:不开启1:开启
|
872
866
|
# @type ActiveCheck: Integer
|
873
|
-
# @param CipherTemplate:
|
874
|
-
# 0:不支持选择,使用默认模板
|
875
|
-
# 1:通用型模板
|
876
|
-
# 2:安全型模板
|
877
|
-
# 3:自定义模板
|
867
|
+
# @param CipherTemplate: 加密套件模板。0:不支持选择,使用默认模板 1:通用型模板 2:安全型模板3:自定义模板
|
878
868
|
# @type CipherTemplate: Integer
|
879
869
|
# @param Cert: CertType为1时,需要填充此参数,表示自有证书的证书链
|
880
870
|
# @type Cert: 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.1147
|
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-09-
|
11
|
+
date: 2025-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|