tencentcloud-sdk-gwlb 3.0.1141 → 3.0.1143
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/v20240906/models.rb +33 -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: cc1a9617b13825d9785737cc3b0db3730aa871ab
|
4
|
+
data.tar.gz: e7d77b18dc86fe1a092853b10882f528999d169b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5559b380605e78cdb5bce467a0c159b5c390b02c06fcca316347149188ccc02ba20adac3236ead1e3b8c99b74416deb651f603598a9eec6504e3e3bfcc51b95d
|
7
|
+
data.tar.gz: 5442b7f579b4982839817f264cd411ab71965214a1ef670279ff916116070a8e8678a455ca84db15a352ad2471fc4f5de71be629f77cc1b360db662dfd57cbaf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
data/lib/v20240906/models.rb
CHANGED
@@ -1359,10 +1359,27 @@ module TencentCloud
|
|
1359
1359
|
# @type RegisteredInstancesCount: Integer
|
1360
1360
|
# @param Tag: 目标组的标签。
|
1361
1361
|
# @type Tag: Array
|
1362
|
+
# @param ForwardingMode: 流量分发方式
|
1362
1363
|
|
1363
|
-
|
1364
|
+
# - STATELESS:无状态
|
1365
|
+
# - STATEFUL: 有状态
|
1366
|
+
# @type ForwardingMode: String
|
1367
|
+
# @param TcpIdleConnectTimeout: TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。
|
1368
|
+
# @type TcpIdleConnectTimeout: Integer
|
1369
|
+
# @param OthersIdleConnectTimeout: 其他协议连接空闲超时时间,可配置5s-180s,默认120s
|
1370
|
+
# @type OthersIdleConnectTimeout: Integer
|
1371
|
+
# @param RescheduleUnbindRs: 重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。
|
1372
|
+
# @type RescheduleUnbindRs: Boolean
|
1373
|
+
# @param RescheduleUnbindRsStartTime: 解绑RS后开启重调度的时间,可配置0s-3600s,默认0s
|
1374
|
+
# @type RescheduleUnbindRsStartTime: Integer
|
1375
|
+
# @param RescheduleUnhealthy: 重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。
|
1376
|
+
# @type RescheduleUnhealthy: Boolean
|
1377
|
+
# @param RescheduleUnhealthyStartTime: 后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s
|
1378
|
+
# @type RescheduleUnhealthyStartTime: Integer
|
1364
1379
|
|
1365
|
-
|
1380
|
+
attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :ScheduleAlgorithm, :HealthCheck, :AllDeadToAlive, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :ForwardingMode, :TcpIdleConnectTimeout, :OthersIdleConnectTimeout, :RescheduleUnbindRs, :RescheduleUnbindRsStartTime, :RescheduleUnhealthy, :RescheduleUnhealthyStartTime
|
1381
|
+
|
1382
|
+
def initialize(targetgroupid=nil, vpcid=nil, targetgroupname=nil, port=nil, createdtime=nil, updatedtime=nil, associatedrule=nil, protocol=nil, schedulealgorithm=nil, healthcheck=nil, alldeadtoalive=nil, associatedrulecount=nil, registeredinstancescount=nil, tag=nil, forwardingmode=nil, tcpidleconnecttimeout=nil, othersidleconnecttimeout=nil, rescheduleunbindrs=nil, rescheduleunbindrsstarttime=nil, rescheduleunhealthy=nil, rescheduleunhealthystarttime=nil)
|
1366
1383
|
@TargetGroupId = targetgroupid
|
1367
1384
|
@VpcId = vpcid
|
1368
1385
|
@TargetGroupName = targetgroupname
|
@@ -1377,6 +1394,13 @@ module TencentCloud
|
|
1377
1394
|
@AssociatedRuleCount = associatedrulecount
|
1378
1395
|
@RegisteredInstancesCount = registeredinstancescount
|
1379
1396
|
@Tag = tag
|
1397
|
+
@ForwardingMode = forwardingmode
|
1398
|
+
@TcpIdleConnectTimeout = tcpidleconnecttimeout
|
1399
|
+
@OthersIdleConnectTimeout = othersidleconnecttimeout
|
1400
|
+
@RescheduleUnbindRs = rescheduleunbindrs
|
1401
|
+
@RescheduleUnbindRsStartTime = rescheduleunbindrsstarttime
|
1402
|
+
@RescheduleUnhealthy = rescheduleunhealthy
|
1403
|
+
@RescheduleUnhealthyStartTime = rescheduleunhealthystarttime
|
1380
1404
|
end
|
1381
1405
|
|
1382
1406
|
def deserialize(params)
|
@@ -1411,6 +1435,13 @@ module TencentCloud
|
|
1411
1435
|
@Tag << taginfo_tmp
|
1412
1436
|
end
|
1413
1437
|
end
|
1438
|
+
@ForwardingMode = params['ForwardingMode']
|
1439
|
+
@TcpIdleConnectTimeout = params['TcpIdleConnectTimeout']
|
1440
|
+
@OthersIdleConnectTimeout = params['OthersIdleConnectTimeout']
|
1441
|
+
@RescheduleUnbindRs = params['RescheduleUnbindRs']
|
1442
|
+
@RescheduleUnbindRsStartTime = params['RescheduleUnbindRsStartTime']
|
1443
|
+
@RescheduleUnhealthy = params['RescheduleUnhealthy']
|
1444
|
+
@RescheduleUnhealthyStartTime = params['RescheduleUnhealthyStartTime']
|
1414
1445
|
end
|
1415
1446
|
end
|
1416
1447
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gwlb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1143
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|