tencentcloud-sdk-clb 1.0.355 → 1.0.358
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/v20180317/models.rb +6 -2
- 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: e97f3db28e7b6953cc55f552362392c1f43d12ec
|
|
4
|
+
data.tar.gz: 36d4bfcf3e57015d61696e0227d9a723e7b68ab0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b88c72584b851724051fb53fcec9c134e9eca277424717d57eb2c5309572c75a2994fbd30860323235a4585ffe761e77a943cb3b6ca97f0c681d72b0e0eb9f40
|
|
7
|
+
data.tar.gz: a450722a312be90bd0a7789a7c5d139a79dab69102e0569da0f5a99fcc6ec8cecd2198cf55c59cad3ddfaeb0fa56f80767f5153fd7460a88ff8ed1a5b396c8de
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.358
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -5220,6 +5220,8 @@ module TencentCloud
|
|
|
5220
5220
|
# @type Scheduler: String
|
|
5221
5221
|
# @param SniSwitch: 是否开启SNI特性,此参数仅适用于HTTPS监听器。注意:未开启SNI的监听器可以开启SNI;已开启SNI的监听器不能关闭SNI。
|
|
5222
5222
|
# @type SniSwitch: Integer
|
|
5223
|
+
# @param TargetType: 后端目标类型,NODE表示绑定普通节点,TARGETGROUP表示绑定目标组。
|
|
5224
|
+
# @type TargetType: String
|
|
5223
5225
|
# @param KeepaliveEnable: 是否开启长连接,此参数仅适用于HTTP/HTTPS监听器。
|
|
5224
5226
|
# @type KeepaliveEnable: Integer
|
|
5225
5227
|
# @param DeregisterTargetRst: 解绑后端目标时,是否发RST给客户端,此参数仅适用于TCP监听器。
|
|
@@ -5227,9 +5229,9 @@ module TencentCloud
|
|
|
5227
5229
|
# @param SessionType: 会话保持类型。NORMAL表示默认会话保持类型。QUIC_CID表示根据Quic Connection ID做会话保持。QUIC_CID只支持UDP协议。
|
|
5228
5230
|
# @type SessionType: String
|
|
5229
5231
|
|
|
5230
|
-
attr_accessor :LoadBalancerId, :ListenerId, :ListenerName, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :SniSwitch, :KeepaliveEnable, :DeregisterTargetRst, :SessionType
|
|
5232
|
+
attr_accessor :LoadBalancerId, :ListenerId, :ListenerName, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :SniSwitch, :TargetType, :KeepaliveEnable, :DeregisterTargetRst, :SessionType
|
|
5231
5233
|
|
|
5232
|
-
def initialize(loadbalancerid=nil, listenerid=nil, listenername=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, sniswitch=nil, keepaliveenable=nil, deregistertargetrst=nil, sessiontype=nil)
|
|
5234
|
+
def initialize(loadbalancerid=nil, listenerid=nil, listenername=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, sniswitch=nil, targettype=nil, keepaliveenable=nil, deregistertargetrst=nil, sessiontype=nil)
|
|
5233
5235
|
@LoadBalancerId = loadbalancerid
|
|
5234
5236
|
@ListenerId = listenerid
|
|
5235
5237
|
@ListenerName = listenername
|
|
@@ -5238,6 +5240,7 @@ module TencentCloud
|
|
|
5238
5240
|
@Certificate = certificate
|
|
5239
5241
|
@Scheduler = scheduler
|
|
5240
5242
|
@SniSwitch = sniswitch
|
|
5243
|
+
@TargetType = targettype
|
|
5241
5244
|
@KeepaliveEnable = keepaliveenable
|
|
5242
5245
|
@DeregisterTargetRst = deregistertargetrst
|
|
5243
5246
|
@SessionType = sessiontype
|
|
@@ -5258,6 +5261,7 @@ module TencentCloud
|
|
|
5258
5261
|
end
|
|
5259
5262
|
@Scheduler = params['Scheduler']
|
|
5260
5263
|
@SniSwitch = params['SniSwitch']
|
|
5264
|
+
@TargetType = params['TargetType']
|
|
5261
5265
|
@KeepaliveEnable = params['KeepaliveEnable']
|
|
5262
5266
|
@DeregisterTargetRst = params['DeregisterTargetRst']
|
|
5263
5267
|
@SessionType = params['SessionType']
|
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: 1.0.
|
|
4
|
+
version: 1.0.358
|
|
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-07-
|
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|