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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20240906/models.rb +33 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec61f3c6d652cbf7cc7e35102483b34c57c37acd
4
- data.tar.gz: d4725ca641ba9adbc27f818f8aec4b1aacf5efcd
3
+ metadata.gz: cc1a9617b13825d9785737cc3b0db3730aa871ab
4
+ data.tar.gz: e7d77b18dc86fe1a092853b10882f528999d169b
5
5
  SHA512:
6
- metadata.gz: b2e599f38b0bd680c0a8a385437be901ae6da9ca75c2a8f42391fc80f60cae8960b4bbe4caa3f666f2347c61576c7308a26f951597e7e5cc2bc0b842da6791c5
7
- data.tar.gz: f7d47cba477998fe13fd68db9d664e7e3ab96d7d36ac4b73b73527ea8a8ff3e898cfa9c6aa1d2a6d491847371baaae1f7e6bb500cf5693ca831599949e8850fd
6
+ metadata.gz: 5559b380605e78cdb5bce467a0c159b5c390b02c06fcca316347149188ccc02ba20adac3236ead1e3b8c99b74416deb651f603598a9eec6504e3e3bfcc51b95d
7
+ data.tar.gz: 5442b7f579b4982839817f264cd411ab71965214a1ef670279ff916116070a8e8678a455ca84db15a352ad2471fc4f5de71be629f77cc1b360db662dfd57cbaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1141
1
+ 3.0.1143
@@ -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
- attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :ScheduleAlgorithm, :HealthCheck, :AllDeadToAlive, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag
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
- 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)
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.1141
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-16 00:00:00.000000000 Z
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