tencentcloud-sdk-clb 3.0.546 → 3.0.547

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180317/models.rb +19 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21b543dcb65148aa1345a6c20ae41f2a7c35bb44
4
- data.tar.gz: 422d34e8660b4e52dfb2f8b2bfd6ae18748f6e9a
3
+ metadata.gz: f7b5a3e89d4447f9d6e949e681208ef5226385e8
4
+ data.tar.gz: eb66e405ea8d2a9c5c50b958f91fb7108e910304
5
5
  SHA512:
6
- metadata.gz: db84e28d37c30a7bc68b8d2ef0ad2110d8d155658e86786778beff70c6d30afff7c52b1a16c5c739b1ce2faae83b81a783eefc183efdf242e9bafd3bd2a7290d
7
- data.tar.gz: 4f7fbe5c4215e5e17c1d5e158690dc849d826d00141f0d2ad64a81c0f6387960848b6b76657eac21f53e97cdab6c54ee7da7f58b3038f732b9648205459a2482
6
+ metadata.gz: a89bbdd7157336f5480f115e27bd350725b2486756ac1b425e187eeeb72ade7082df56b130cd88d9387c8ff7351dca2881c4f5d827f0fad8d8de738643b61e04
7
+ data.tar.gz: 57c38f06004618dc31121f7cf576fd2de1c407d47e217373ce2c3eac9ccd02bbae9cb8cae45f7e3212989ab8358fb87e0f440133e9e07237d48ab173b2aa64d0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.546
1
+ 3.0.547
@@ -1279,10 +1279,12 @@ module TencentCloud
1279
1279
  # @type MaxConn: Integer
1280
1280
  # @param MaxCps: 监听器最大新增连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
1281
1281
  # @type MaxCps: Integer
1282
+ # @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
1283
+ # @type IdleConnectTimeout: Integer
1282
1284
 
1283
- attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps
1285
+ attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout
1284
1286
 
1285
- def initialize(loadbalancerid=nil, ports=nil, protocol=nil, listenernames=nil, healthcheck=nil, certificate=nil, sessionexpiretime=nil, scheduler=nil, sniswitch=nil, targettype=nil, sessiontype=nil, keepaliveenable=nil, endport=nil, deregistertargetrst=nil, multicertinfo=nil, maxconn=nil, maxcps=nil)
1287
+ def initialize(loadbalancerid=nil, ports=nil, protocol=nil, listenernames=nil, healthcheck=nil, certificate=nil, sessionexpiretime=nil, scheduler=nil, sniswitch=nil, targettype=nil, sessiontype=nil, keepaliveenable=nil, endport=nil, deregistertargetrst=nil, multicertinfo=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil)
1286
1288
  @LoadBalancerId = loadbalancerid
1287
1289
  @Ports = ports
1288
1290
  @Protocol = protocol
@@ -1300,6 +1302,7 @@ module TencentCloud
1300
1302
  @MultiCertInfo = multicertinfo
1301
1303
  @MaxConn = maxconn
1302
1304
  @MaxCps = maxcps
1305
+ @IdleConnectTimeout = idleconnecttimeout
1303
1306
  end
1304
1307
 
1305
1308
  def deserialize(params)
@@ -1329,6 +1332,7 @@ module TencentCloud
1329
1332
  end
1330
1333
  @MaxConn = params['MaxConn']
1331
1334
  @MaxCps = params['MaxCps']
1335
+ @IdleConnectTimeout = params['IdleConnectTimeout']
1332
1336
  end
1333
1337
  end
1334
1338
 
@@ -4451,10 +4455,13 @@ module TencentCloud
4451
4455
  # @param MaxCps: 监听器最大新增连接数,-1表示监听器维度不限速。
4452
4456
  # 注意:此字段可能返回 null,表示取不到有效值。
4453
4457
  # @type MaxCps: Integer
4458
+ # @param IdleConnectTimeout: 空闲连接超时时间,仅支持TCP监听器。默认值:900;共享型实例和独占型实例取值范围:300~900,性能容量型实例取值范围:300~1980。
4459
+ # 注意:此字段可能返回 null,表示取不到有效值。
4460
+ # @type IdleConnectTimeout: Integer
4454
4461
 
4455
- attr_accessor :ListenerId, :Protocol, :Port, :Certificate, :HealthCheck, :Scheduler, :SessionExpireTime, :SniSwitch, :Rules, :ListenerName, :CreateTime, :EndPort, :TargetType, :TargetGroup, :SessionType, :KeepaliveEnable, :Toa, :DeregisterTargetRst, :AttrFlags, :TargetGroupList, :MaxConn, :MaxCps
4462
+ attr_accessor :ListenerId, :Protocol, :Port, :Certificate, :HealthCheck, :Scheduler, :SessionExpireTime, :SniSwitch, :Rules, :ListenerName, :CreateTime, :EndPort, :TargetType, :TargetGroup, :SessionType, :KeepaliveEnable, :Toa, :DeregisterTargetRst, :AttrFlags, :TargetGroupList, :MaxConn, :MaxCps, :IdleConnectTimeout
4456
4463
 
4457
- def initialize(listenerid=nil, protocol=nil, port=nil, certificate=nil, healthcheck=nil, scheduler=nil, sessionexpiretime=nil, sniswitch=nil, rules=nil, listenername=nil, createtime=nil, endport=nil, targettype=nil, targetgroup=nil, sessiontype=nil, keepaliveenable=nil, toa=nil, deregistertargetrst=nil, attrflags=nil, targetgrouplist=nil, maxconn=nil, maxcps=nil)
4464
+ def initialize(listenerid=nil, protocol=nil, port=nil, certificate=nil, healthcheck=nil, scheduler=nil, sessionexpiretime=nil, sniswitch=nil, rules=nil, listenername=nil, createtime=nil, endport=nil, targettype=nil, targetgroup=nil, sessiontype=nil, keepaliveenable=nil, toa=nil, deregistertargetrst=nil, attrflags=nil, targetgrouplist=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil)
4458
4465
  @ListenerId = listenerid
4459
4466
  @Protocol = protocol
4460
4467
  @Port = port
@@ -4477,6 +4484,7 @@ module TencentCloud
4477
4484
  @TargetGroupList = targetgrouplist
4478
4485
  @MaxConn = maxconn
4479
4486
  @MaxCps = maxcps
4487
+ @IdleConnectTimeout = idleconnecttimeout
4480
4488
  end
4481
4489
 
4482
4490
  def deserialize(params)
@@ -4525,6 +4533,7 @@ module TencentCloud
4525
4533
  end
4526
4534
  @MaxConn = params['MaxConn']
4527
4535
  @MaxCps = params['MaxCps']
4536
+ @IdleConnectTimeout = params['IdleConnectTimeout']
4528
4537
  end
4529
4538
  end
4530
4539
 
@@ -5647,10 +5656,12 @@ module TencentCloud
5647
5656
  # @type MaxConn: Integer
5648
5657
  # @param MaxCps: 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。
5649
5658
  # @type MaxCps: Integer
5659
+ # @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
5660
+ # @type IdleConnectTimeout: Integer
5650
5661
 
5651
- attr_accessor :LoadBalancerId, :ListenerId, :ListenerName, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :SniSwitch, :TargetType, :KeepaliveEnable, :DeregisterTargetRst, :SessionType, :MultiCertInfo, :MaxConn, :MaxCps
5662
+ attr_accessor :LoadBalancerId, :ListenerId, :ListenerName, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :SniSwitch, :TargetType, :KeepaliveEnable, :DeregisterTargetRst, :SessionType, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout
5652
5663
 
5653
- 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, multicertinfo=nil, maxconn=nil, maxcps=nil)
5664
+ 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, multicertinfo=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil)
5654
5665
  @LoadBalancerId = loadbalancerid
5655
5666
  @ListenerId = listenerid
5656
5667
  @ListenerName = listenername
@@ -5666,6 +5677,7 @@ module TencentCloud
5666
5677
  @MultiCertInfo = multicertinfo
5667
5678
  @MaxConn = maxconn
5668
5679
  @MaxCps = maxcps
5680
+ @IdleConnectTimeout = idleconnecttimeout
5669
5681
  end
5670
5682
 
5671
5683
  def deserialize(params)
@@ -5693,6 +5705,7 @@ module TencentCloud
5693
5705
  end
5694
5706
  @MaxConn = params['MaxConn']
5695
5707
  @MaxCps = params['MaxCps']
5708
+ @IdleConnectTimeout = params['IdleConnectTimeout']
5696
5709
  end
5697
5710
  end
5698
5711
 
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.546
4
+ version: 3.0.547
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-07 00:00:00.000000000 Z
11
+ date: 2023-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common