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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180125/models.rb +4 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f7acde5991f377f9bb152c4dd40d22a392ff6a0
4
- data.tar.gz: e70bdafcf44f9fbb70fd0eabc77c38f2bafb78de
3
+ metadata.gz: 79e49096ab89da33e051d2f1910870cb1f70698e
4
+ data.tar.gz: 19622adc344baa253ddc4a38732e76e0750185b7
5
5
  SHA512:
6
- metadata.gz: d43765e5e426a0cb438b3be8beb3a15ae76b87ddfcab165ef347acc2f4daccea536ccb989012dca76e9e83f0bce7bfcb0c73818f607a8eac3ef25f80da65ddb0
7
- data.tar.gz: c167656ded34d4851c89774cb39047ee8a0f494eb147664129129ac385688072d353964a96ec53761c618f00ac0789b024b6edd23008daecd40cfbb99b6b64c9
6
+ metadata.gz: 594a8284472a09470c9035c4a2764b7fb82d7e4465cfb9581d15f3108de319c0fbd7aba02e0cd5194b02b2070450bae61a927c141f3d5aa6b071f8f91aa3259b
7
+ data.tar.gz: 734b6506024f7258272796995564beb5448b7fb8018ad04845a77c9473bc9f9a71001c31f1dc2fb26741253b22ee72072350a97b0753053d16e1e2dcf30f017c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1146
1
+ 3.0.1147
@@ -858,23 +858,13 @@ module TencentCloud
858
858
  # @type IsKeepAlive: String
859
859
  # @param InstanceID: 必填项,域名所属实例id
860
860
  # @type InstanceID: String
861
- # @param HttpsRewrite: 必填项,是否开启HTTP强制跳转到HTTPS。
862
- # 0:不强制跳转
863
- # 1:开启强制跳转
861
+ # @param HttpsRewrite: 是否开启HTTP强制跳转到HTTPS。0:不强制跳转1:开启强制跳转
864
862
  # @type HttpsRewrite: Integer
865
- # @param IsHttp2: 必填项,是否开启HTTP2,需要开启HTTPS协议支持。
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.1146
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-24 00:00:00.000000000 Z
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