tencentcloud-sdk-gaap 3.0.456 → 3.0.458

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 497f3b6d4f6e0de7226a61b698756672251ce51a
4
- data.tar.gz: 23f40ed869714c2a5aee7f9e2d4c1edadba71c7b
3
+ metadata.gz: 31a16177d5cc377f243aef85cf48efaa4af73fd5
4
+ data.tar.gz: d18787477aee406c48ad4f488641c72576f7cf09
5
5
  SHA512:
6
- metadata.gz: 58a1f5104b939bd601295d752dfa3943928f7382790198f2d7a6fcac00c7d46544695fce02a23c74b6f0997ffcd18351a1f2fed5ab88aeffca67d031fba6a199
7
- data.tar.gz: f6ecd091896f5df0774717289e7e48a25ad7031b097c591f6449ad932ce41e8bddb312486af497eaa6bd899e7d776e868a7153c29ab5fbb0144184986ef4b061
6
+ metadata.gz: d84bfcaa96cb9fddde5fd7f23bebc4c872df40b92728ff257515f95ac79a20d8acbc98a68c094b9cae6cbf29ebfba41c0432247b47c1c97cc5afa0700736dc8f
7
+ data.tar.gz: 435d86e7f76ab48bd826e4336d15a755a7e3fedf2f8f87e61d42bf1a749f69a7c857a547e297d394f397d28434c4b8e1019a3731945ff378589ce4aee3e9cbac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.456
1
+ 3.0.458
@@ -1536,7 +1536,7 @@ module TencentCloud
1536
1536
  # @type Path: String
1537
1537
  # @param RealServerType: 转发规则对应源站的类型,支持IP和DOMAIN类型。
1538
1538
  # @type RealServerType: String
1539
- # @param Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。
1539
+ # @param Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。
1540
1540
  # @type Scheduler: String
1541
1541
  # @param HealthCheck: 规则是否开启健康检查,1开启,0关闭。
1542
1542
  # @type HealthCheck: Integer
@@ -1547,7 +1547,7 @@ module TencentCloud
1547
1547
  # @type ForwardProtocol: String
1548
1548
  # @param ForwardHost: 回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。
1549
1549
  # @type ForwardHost: String
1550
- # @param ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
1550
+ # @param ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。
1551
1551
  # @type ServerNameIndicationSwitch: String
1552
1552
  # @param ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
1553
1553
  # @type ServerNameIndication: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.456
4
+ version: 3.0.458
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-22 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common