tencentcloud-sdk-waf 3.0.871 → 3.0.872
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 +13 -41
- 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: cc51a62156fc482c20644cbf1432e3e3a603a90d
|
|
4
|
+
data.tar.gz: 25bf267c550bd0b9a51fa0648aeef34b51186e97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a2c5f1e3bf72731c39e1431bbca487f6d36a912b746351a503bb8d9a80a875299a391b67811f22c003ea36eab15590179020429661cb20b2b471f0e6f41d122
|
|
7
|
+
data.tar.gz: 4c451ac1017b791df22724ef991bf0089ff1eb950ef63869216b6400d5a35371cc6466d055b314ad715df65b2e0b9c7def68d2ff4bc5bdec631404634f18fd71
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.872
|
data/lib/v20180125/models.rb
CHANGED
|
@@ -11190,10 +11190,7 @@ module TencentCloud
|
|
|
11190
11190
|
# @type DomainId: String
|
|
11191
11191
|
# @param InstanceID: 必填项。域名所属实例id
|
|
11192
11192
|
# @type InstanceID: String
|
|
11193
|
-
# @param CertType:
|
|
11194
|
-
# 0:仅配置HTTP监听端口,没有证书
|
|
11195
|
-
# 1:证书来源为自有证书
|
|
11196
|
-
# 2:证书来源为托管证书
|
|
11193
|
+
# @param CertType: 证书类型。0:仅配置HTTP监听端口,没有证书1:证书来源为自有证书2:证书来源为托管证书
|
|
11197
11194
|
# @type CertType: Integer
|
|
11198
11195
|
# @param Cert: CertType为1时,需要填充此参数,表示自有证书的证书链
|
|
11199
11196
|
# @type Cert: String
|
|
@@ -11201,11 +11198,7 @@ module TencentCloud
|
|
|
11201
11198
|
# @type PrivateKey: String
|
|
11202
11199
|
# @param SSLId: CertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id
|
|
11203
11200
|
# @type SSLId: String
|
|
11204
|
-
# @param IsCdn:
|
|
11205
|
-
# 0:没有部署代理服务
|
|
11206
|
-
# 1:有部署代理服务,waf将使用XFF获取客户端IP
|
|
11207
|
-
# 2:有部署代理服务,waf将使用remote_addr获取客户端IP
|
|
11208
|
-
# 3:有部署代理服务,waf将使用ip_headers中的自定义header获取客户端IP
|
|
11201
|
+
# @param IsCdn: waf前是否部署有七层代理服务。0:没有部署代理服务1:有部署代理服务,waf将使用XFF获取客户端IP2:有部署代理服务,waf将使用remote_addr获取客户端IP3:有部署代理服务,waf将使用ip_headers中的自定义header获取客户端IP
|
|
11209
11202
|
# @type IsCdn: Integer
|
|
11210
11203
|
# @param UpstreamScheme: 服务配置有HTTPS端口时,HTTPS的回源协议。
|
|
11211
11204
|
# http:使用http协议回源,和HttpsUpstreamPort配合使用
|
|
@@ -11213,58 +11206,39 @@ module TencentCloud
|
|
|
11213
11206
|
# @type UpstreamScheme: String
|
|
11214
11207
|
# @param HttpsUpstreamPort: HTTPS回源端口,仅UpstreamScheme为http时需要填当前字段
|
|
11215
11208
|
# @type HttpsUpstreamPort: String
|
|
11216
|
-
# @param HttpsRewrite:
|
|
11217
|
-
# 0:不强制跳转
|
|
11218
|
-
# 1:开启强制跳转
|
|
11209
|
+
# @param HttpsRewrite: 是否开启HTTP强制跳转到HTTPS。0:不强制跳转1:开启强制跳转
|
|
11219
11210
|
# @type HttpsRewrite: Integer
|
|
11220
|
-
# @param UpstreamType:
|
|
11221
|
-
# 0:通过IP回源
|
|
11222
|
-
# 1:通过域名回源
|
|
11211
|
+
# @param UpstreamType: 回源类型。0:通过IP回源1:通过域名回源
|
|
11223
11212
|
# @type UpstreamType: Integer
|
|
11224
11213
|
# @param UpstreamDomain: 域名回源时的回源域名。UpstreamType为1时,需要填充此字段
|
|
11225
11214
|
# @type UpstreamDomain: String
|
|
11226
11215
|
# @param SrcList: IP回源时的回源IP列表。UpstreamType为0时,需要填充此字段
|
|
11227
11216
|
# @type SrcList: Array
|
|
11228
|
-
# @param IsHttp2:
|
|
11229
|
-
# 0:关闭
|
|
11230
|
-
# 1:开启
|
|
11217
|
+
# @param IsHttp2: 是否开启HTTP2,需要开启HTTPS协议支持。0:关闭1:开启
|
|
11231
11218
|
# @type IsHttp2: Integer
|
|
11232
|
-
# @param IsWebsocket:
|
|
11233
|
-
# 0:关闭
|
|
11234
|
-
# 1:开启
|
|
11219
|
+
# @param IsWebsocket: 是否开启WebSocket支持。0:关闭1:开启
|
|
11235
11220
|
# @type IsWebsocket: Integer
|
|
11236
|
-
# @param LoadBalance:
|
|
11237
|
-
# 0:轮询
|
|
11238
|
-
# 1:IP hash
|
|
11239
|
-
# 2:加权轮询
|
|
11221
|
+
# @param LoadBalance: 回源负载均衡策略。0:轮询1:IP hash2:加权轮询
|
|
11240
11222
|
# @type LoadBalance: Integer
|
|
11241
11223
|
# @param IsGray: 待废弃,可不填。是否开启灰度,0表示不开启灰度。
|
|
11242
11224
|
# @type IsGray: Integer
|
|
11243
11225
|
# @param Edition: 域名所属实例类型
|
|
11244
11226
|
# @type Edition: String
|
|
11245
|
-
# @param Ports:
|
|
11227
|
+
# @param Ports: 端口信息,可通过DescribeDomains接口获取具体参数信息。
|
|
11246
11228
|
# @type Ports: Array
|
|
11247
|
-
# @param IsKeepAlive:
|
|
11248
|
-
# 0: 短连接
|
|
11249
|
-
# 1: 长连接
|
|
11229
|
+
# @param IsKeepAlive: 是否开启长连接。0: 短连接1: 长连接
|
|
11250
11230
|
# @type IsKeepAlive: String
|
|
11251
|
-
# @param Anycast:
|
|
11231
|
+
# @param Anycast: 待废弃。目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP
|
|
11252
11232
|
# @type Anycast: Integer
|
|
11253
11233
|
# @param Weights: 回源IP列表各IP的权重,和SrcList一一对应。当且仅当UpstreamType为0,并且SrcList有多个IP,并且LoadBalance为2时需要填写,否则填 []
|
|
11254
11234
|
# @type Weights: Array
|
|
11255
|
-
# @param ActiveCheck:
|
|
11256
|
-
# 0:不开启
|
|
11257
|
-
# 1:开启
|
|
11235
|
+
# @param ActiveCheck: 是否开启主动健康检测。0:不开启1:开启
|
|
11258
11236
|
# @type ActiveCheck: Integer
|
|
11259
11237
|
# @param TLSVersion: TLS版本信息
|
|
11260
11238
|
# @type TLSVersion: Integer
|
|
11261
11239
|
# @param Ciphers: 加密套件信息
|
|
11262
11240
|
# @type Ciphers: Array
|
|
11263
|
-
# @param CipherTemplate:
|
|
11264
|
-
# 0:不支持选择,使用默认模板
|
|
11265
|
-
# 1:通用型模板
|
|
11266
|
-
# 2:安全型模板
|
|
11267
|
-
# 3:自定义模板
|
|
11241
|
+
# @param CipherTemplate: 加密套件模板。0:不支持选择,使用默认模板 1:通用型模板 2:安全型模板3:自定义模板
|
|
11268
11242
|
# @type CipherTemplate: Integer
|
|
11269
11243
|
# @param ProxyReadTimeout: WAF与源站的读超时时间,默认300s。
|
|
11270
11244
|
# @type ProxyReadTimeout: Integer
|
|
@@ -11280,9 +11254,7 @@ module TencentCloud
|
|
|
11280
11254
|
# @type SniHost: String
|
|
11281
11255
|
# @param IpHeaders: IsCdn=3时,需要填此参数,表示自定义header
|
|
11282
11256
|
# @type IpHeaders: Array
|
|
11283
|
-
# @param XFFReset:
|
|
11284
|
-
# 0:关闭
|
|
11285
|
-
# 1:开启
|
|
11257
|
+
# @param XFFReset: 是否开启XFF重置。0:关闭1:开启
|
|
11286
11258
|
# @type XFFReset: Integer
|
|
11287
11259
|
# @param Note: 域名备注信息
|
|
11288
11260
|
# @type Note: 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.872
|
|
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-07-
|
|
11
|
+
date: 2024-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|