tencentcloud-sdk-clb 3.0.485 → 3.0.486
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/models.rb +34 -8
- 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: c0f8325187dca1cdb53d98ba36a5e301ee74c94a
|
4
|
+
data.tar.gz: f36db925bf075bede75858fc886ccba092abee4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0453fdd1e179b561da1ff89d690b3aee44f1a4e310cbdf6c42cd436013547bf7a8eaf048f0eda321152457a2808fff0a0e78933c06780c15b79d1300d41b7d90
|
7
|
+
data.tar.gz: ffdb5ed9f2269e9f30615e450375f2d3fd7fac68fb12cdad3557b784067f04fc6cac18cebb085011db3f8dd2edc3d779200905f5db0bf835a99f26cccdd9eedc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.486
|
data/lib/v20180317/models.rb
CHANGED
@@ -517,9 +517,9 @@ module TencentCloud
|
|
517
517
|
# @type CertId: String
|
518
518
|
# @param CertName: 上传证书的名称,如果没有 CertId,则此项必传。
|
519
519
|
# @type CertName: String
|
520
|
-
# @param CertContent:
|
520
|
+
# @param CertContent: 上传证书的公钥;如果没有 CertId,则此项必传。
|
521
521
|
# @type CertContent: String
|
522
|
-
# @param CertKey:
|
522
|
+
# @param CertKey: 上传服务端证书的私钥;如果没有 CertId,则此项必传。
|
523
523
|
# @type CertKey: String
|
524
524
|
|
525
525
|
attr_accessor :CertId, :CertName, :CertContent, :CertKey
|
@@ -1275,10 +1275,14 @@ module TencentCloud
|
|
1275
1275
|
# @type DeregisterTargetRst: Boolean
|
1276
1276
|
# @param MultiCertInfo: 证书信息,支持同时传入不同算法类型的多本服务端证书;此参数仅适用于未开启SNI特性的HTTPS监听器。此参数和Certificate不能同时传入。
|
1277
1277
|
# @type MultiCertInfo: :class:`Tencentcloud::Clb.v20180317.models.MultiCertInfo`
|
1278
|
+
# @param MaxConn: 监听器最大连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
|
1279
|
+
# @type MaxConn: Integer
|
1280
|
+
# @param MaxCps: 监听器最大新增连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
|
1281
|
+
# @type MaxCps: Integer
|
1278
1282
|
|
1279
|
-
attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo
|
1283
|
+
attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps
|
1280
1284
|
|
1281
|
-
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)
|
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)
|
1282
1286
|
@LoadBalancerId = loadbalancerid
|
1283
1287
|
@Ports = ports
|
1284
1288
|
@Protocol = protocol
|
@@ -1294,6 +1298,8 @@ module TencentCloud
|
|
1294
1298
|
@EndPort = endport
|
1295
1299
|
@DeregisterTargetRst = deregistertargetrst
|
1296
1300
|
@MultiCertInfo = multicertinfo
|
1301
|
+
@MaxConn = maxconn
|
1302
|
+
@MaxCps = maxcps
|
1297
1303
|
end
|
1298
1304
|
|
1299
1305
|
def deserialize(params)
|
@@ -1321,6 +1327,8 @@ module TencentCloud
|
|
1321
1327
|
@MultiCertInfo = MultiCertInfo.new
|
1322
1328
|
@MultiCertInfo.deserialize(params['MultiCertInfo'])
|
1323
1329
|
end
|
1330
|
+
@MaxConn = params['MaxConn']
|
1331
|
+
@MaxCps = params['MaxCps']
|
1324
1332
|
end
|
1325
1333
|
end
|
1326
1334
|
|
@@ -4420,10 +4428,16 @@ module TencentCloud
|
|
4420
4428
|
# @param TargetGroupList: 绑定的目标组列表
|
4421
4429
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4422
4430
|
# @type TargetGroupList: Array
|
4431
|
+
# @param MaxConn: 监听器最大连接数,-1表示监听器维度不限速。
|
4432
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4433
|
+
# @type MaxConn: Integer
|
4434
|
+
# @param MaxCps: 监听器最大新增连接数,-1表示监听器维度不限速。
|
4435
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4436
|
+
# @type MaxCps: Integer
|
4423
4437
|
|
4424
|
-
attr_accessor :ListenerId, :Protocol, :Port, :Certificate, :HealthCheck, :Scheduler, :SessionExpireTime, :SniSwitch, :Rules, :ListenerName, :CreateTime, :EndPort, :TargetType, :TargetGroup, :SessionType, :KeepaliveEnable, :Toa, :DeregisterTargetRst, :AttrFlags, :TargetGroupList
|
4438
|
+
attr_accessor :ListenerId, :Protocol, :Port, :Certificate, :HealthCheck, :Scheduler, :SessionExpireTime, :SniSwitch, :Rules, :ListenerName, :CreateTime, :EndPort, :TargetType, :TargetGroup, :SessionType, :KeepaliveEnable, :Toa, :DeregisterTargetRst, :AttrFlags, :TargetGroupList, :MaxConn, :MaxCps
|
4425
4439
|
|
4426
|
-
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)
|
4440
|
+
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)
|
4427
4441
|
@ListenerId = listenerid
|
4428
4442
|
@Protocol = protocol
|
4429
4443
|
@Port = port
|
@@ -4444,6 +4458,8 @@ module TencentCloud
|
|
4444
4458
|
@DeregisterTargetRst = deregistertargetrst
|
4445
4459
|
@AttrFlags = attrflags
|
4446
4460
|
@TargetGroupList = targetgrouplist
|
4461
|
+
@MaxConn = maxconn
|
4462
|
+
@MaxCps = maxcps
|
4447
4463
|
end
|
4448
4464
|
|
4449
4465
|
def deserialize(params)
|
@@ -4490,6 +4506,8 @@ module TencentCloud
|
|
4490
4506
|
@TargetGroupList << basictargetgroupinfo_tmp
|
4491
4507
|
end
|
4492
4508
|
end
|
4509
|
+
@MaxConn = params['MaxConn']
|
4510
|
+
@MaxCps = params['MaxCps']
|
4493
4511
|
end
|
4494
4512
|
end
|
4495
4513
|
|
@@ -5530,10 +5548,14 @@ module TencentCloud
|
|
5530
5548
|
# @type SessionType: String
|
5531
5549
|
# @param MultiCertInfo: 证书信息,支持同时传入不同算法类型的多本服务端证书;此参数仅适用于未开启SNI特性的HTTPS监听器。此参数和Certificate不能同时传入。
|
5532
5550
|
# @type MultiCertInfo: :class:`Tencentcloud::Clb.v20180317.models.MultiCertInfo`
|
5551
|
+
# @param MaxConn: 监听器最大连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
|
5552
|
+
# @type MaxConn: Integer
|
5553
|
+
# @param MaxCps: 监听器最大连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
|
5554
|
+
# @type MaxCps: Integer
|
5533
5555
|
|
5534
|
-
attr_accessor :LoadBalancerId, :ListenerId, :ListenerName, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :SniSwitch, :TargetType, :KeepaliveEnable, :DeregisterTargetRst, :SessionType, :MultiCertInfo
|
5556
|
+
attr_accessor :LoadBalancerId, :ListenerId, :ListenerName, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :SniSwitch, :TargetType, :KeepaliveEnable, :DeregisterTargetRst, :SessionType, :MultiCertInfo, :MaxConn, :MaxCps
|
5535
5557
|
|
5536
|
-
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)
|
5558
|
+
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)
|
5537
5559
|
@LoadBalancerId = loadbalancerid
|
5538
5560
|
@ListenerId = listenerid
|
5539
5561
|
@ListenerName = listenername
|
@@ -5547,6 +5569,8 @@ module TencentCloud
|
|
5547
5569
|
@DeregisterTargetRst = deregistertargetrst
|
5548
5570
|
@SessionType = sessiontype
|
5549
5571
|
@MultiCertInfo = multicertinfo
|
5572
|
+
@MaxConn = maxconn
|
5573
|
+
@MaxCps = maxcps
|
5550
5574
|
end
|
5551
5575
|
|
5552
5576
|
def deserialize(params)
|
@@ -5572,6 +5596,8 @@ module TencentCloud
|
|
5572
5596
|
@MultiCertInfo = MultiCertInfo.new
|
5573
5597
|
@MultiCertInfo.deserialize(params['MultiCertInfo'])
|
5574
5598
|
end
|
5599
|
+
@MaxConn = params['MaxConn']
|
5600
|
+
@MaxCps = params['MaxCps']
|
5575
5601
|
end
|
5576
5602
|
end
|
5577
5603
|
|
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.
|
4
|
+
version: 3.0.486
|
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-01-
|
11
|
+
date: 2023-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|