tencentcloud-sdk-clb 3.0.558 → 3.0.560

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: 20f0c0c88fe7b2478dfec52c627ebb78db7fd3d3
4
- data.tar.gz: b3c37848fb91a4c31376c05ce779cc247a686dea
3
+ metadata.gz: 157e34de27d74b2367c740ed8cf9cacbdc085f20
4
+ data.tar.gz: 1a7b41944731a06d3afb9b21c694e8b8ced46aa7
5
5
  SHA512:
6
- metadata.gz: ff10baf8516ca9840c5772c66cf254db96c5db1df0ceb82e9d1d4bec0893c160c2231aad66be3fdea7829953cb58fa278810072c1ba8adc9256808359298913a
7
- data.tar.gz: dc8443964ccb1de4f7739645b4b218071bf213f37347f9d5d62c15d112c82eedfa1fd92fabe1167ee16b233c41b7572020f2e37ba444287b106ebfa51a08b072
6
+ metadata.gz: c2ee696bc26eaac5a6d59a412a6903c8c98d7369554fe62c1bd25b86a5a1cadfd6f00ec2977409f0319bbe32b5ab42233186648df78c2e6ccc8584531d6ef1d0
7
+ data.tar.gz: e0adf0335cec82a2035ff82a9b1fd25ac0afe9eef620ec40a7cd7641c9543941fb4fdb58c7fba2175e65d44228094c97806028bc5c43c7ee346661ab07f75c00
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.558
1
+ 3.0.560
@@ -5890,9 +5890,9 @@ module TencentCloud
5890
5890
  # @type SessionExpireTime: Integer
5891
5891
  # @param ForwardType: 负载均衡实例与后端服务之间的转发协议,默认HTTP,可取值:HTTP、HTTPS、TRPC。
5892
5892
  # @type ForwardType: String
5893
- # @param TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时必填。
5893
+ # @param TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时必填。目前暂未对外开放。
5894
5894
  # @type TrpcCallee: String
5895
- # @param TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时必填。
5895
+ # @param TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时必填。目前暂未对外开放。
5896
5896
  # @type TrpcFunc: String
5897
5897
 
5898
5898
  attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Url, :HealthCheck, :Scheduler, :SessionExpireTime, :ForwardType, :TrpcCallee, :TrpcFunc
@@ -6716,7 +6716,7 @@ module TencentCloud
6716
6716
  # @param Scheduler: 规则的请求转发方式,可选值:WRR、LEAST_CONN、IP_HASH
6717
6717
  # 分别表示按权重轮询、最小连接数、按IP哈希, 默认为 WRR。
6718
6718
  # @type Scheduler: String
6719
- # @param ForwardType: 负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/TRPC
6719
+ # @param ForwardType: 负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/TRPC,TRPC暂未对外开放。
6720
6720
  # @type ForwardType: String
6721
6721
  # @param DefaultServer: 是否将该域名设为默认域名,注意,一个监听器下只能设置一个默认域名。
6722
6722
  # @type DefaultServer: Boolean
@@ -6724,9 +6724,9 @@ module TencentCloud
6724
6724
  # @type Http2: Boolean
6725
6725
  # @param TargetType: 后端目标类型,NODE表示绑定普通节点,TARGETGROUP表示绑定目标组
6726
6726
  # @type TargetType: String
6727
- # @param TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时必填
6727
+ # @param TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时必填。目前暂未对外开放。
6728
6728
  # @type TrpcCallee: String
6729
- # @param TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时必填
6729
+ # @param TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时必填。目前暂未对外开放
6730
6730
  # @type TrpcFunc: String
6731
6731
  # @param Quic: 是否开启QUIC,注意,只有HTTPS域名才能开启QUIC
6732
6732
  # @type Quic: Boolean
@@ -6828,10 +6828,10 @@ module TencentCloud
6828
6828
  # @param WafDomainId: WAF实例ID
6829
6829
  # 注意:此字段可能返回 null,表示取不到有效值。
6830
6830
  # @type WafDomainId: String
6831
- # @param TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时有效
6831
+ # @param TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC时有效。目前暂未对外开放。
6832
6832
  # 注意:此字段可能返回 null,表示取不到有效值。
6833
6833
  # @type TrpcCallee: String
6834
- # @param TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时有效
6834
+ # @param TrpcFunc: TRPC调用服务接口,ForwardType为TRPC时有效。目前暂未对外开放。
6835
6835
  # 注意:此字段可能返回 null,表示取不到有效值。
6836
6836
  # @type TrpcFunc: String
6837
6837
  # @param QuicStatus: QUIC状态
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.558
4
+ version: 3.0.560
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-04-24 00:00:00.000000000 Z
11
+ date: 2023-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common