tencentcloud-sdk-clb 3.0.505 → 3.0.506

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: ed110db94932581c7c06c18094faf259b3ce8ae1
4
- data.tar.gz: d996ce74bc2748aaa763cef69bb6aabbebb0ba1e
3
+ metadata.gz: 86a499dcf089cf3679809de587374ad8712dec26
4
+ data.tar.gz: 8df8ca65074a09418db1e2460a633957248e2077
5
5
  SHA512:
6
- metadata.gz: db6bbdcd5cc9127ae112ccad07b7c436cb7032c3f89e83da3afbc7a21bc60cc89d4a6e99382eaa9de47ffb9352a4a74b9b96ad5888cccb9e4771de614b93a663
7
- data.tar.gz: f1ffb43c48732832a4823cfd23af4cdef94a4a92534f16308c7c01680a0d06f1eead4589ecd64db36a434da2904b96aeabf5ff658cb5a4e72d25c7bfff45b6c5
6
+ metadata.gz: b28ba8165d1ab9593f528a256b0728e666fbea4928fb6c4f48f1a163d586207500c74030acd09306cf6fe64f1c0f906b31d18f6c73b3b832a1fb1a984c13c7ea
7
+ data.tar.gz: c43bd2720e4416bbfc68edd41e05ff0725d2ec58e727e1bfa6fa110cd8975d03a59b7d6cfc951e3153a2b84cc04d9ed39207fdd5c48f04e4cf0262ec51ae2a89
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.505
1
+ 3.0.506
@@ -1248,7 +1248,7 @@ module TencentCloud
1248
1248
  # @type LoadBalancerId: String
1249
1249
  # @param Ports: 要将监听器创建到哪些端口,每个端口对应一个新的监听器。
1250
1250
  # @type Ports: Array
1251
- # @param Protocol: 监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL(TCP_SSL 正在内测中,如需使用请通过工单申请)。
1251
+ # @param Protocol: 监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL | QUIC。
1252
1252
  # @type Protocol: String
1253
1253
  # @param ListenerNames: 要创建的监听器名称列表,名称与Ports数组按序一一对应,如不需立即命名,则无需提供此参数。
1254
1254
  # @type ListenerNames: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-clb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.505
4
+ version: 3.0.506
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-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common