tencentcloud-sdk-gwlb 3.0.1094 → 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 +98 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d0e0c91cd1b09760b1f44122e4ae89fb34a31a4
4
- data.tar.gz: d9947005b685a368081adc5bf34e675567f90537
3
+ metadata.gz: cc1a9617b13825d9785737cc3b0db3730aa871ab
4
+ data.tar.gz: e7d77b18dc86fe1a092853b10882f528999d169b
5
5
  SHA512:
6
- metadata.gz: 9e88a3ec83f0c6df1a29ef974eb8a41cc6792f0efa1d163a4ff10d9b07d33258baefa9f6989b64b5f5cb772f48d2474b2810d146a0448b973eac154bf5017714
7
- data.tar.gz: f46d86676f74d2fac876e5bd3e73ae13c51aa57810c75078f5eb35f8177c7a3b1c1f85ed3cdac45177c83fe43071d776dcf31022025f274e6614bfbb83de3301
6
+ metadata.gz: 5559b380605e78cdb5bce467a0c159b5c390b02c06fcca316347149188ccc02ba20adac3236ead1e3b8c99b74416deb651f603598a9eec6504e3e3bfcc51b95d
7
+ data.tar.gz: 5442b7f579b4982839817f264cd411ab71965214a1ef670279ff916116070a8e8678a455ca84db15a352ad2471fc4f5de71be629f77cc1b360db662dfd57cbaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1143
@@ -167,10 +167,27 @@ module TencentCloud
167
167
  # @type AllDeadToAlive: Boolean
168
168
  # @param Tags: 标签。
169
169
  # @type Tags: Array
170
-
171
- attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Protocol, :HealthCheck, :ScheduleAlgorithm, :AllDeadToAlive, :Tags
172
-
173
- def initialize(targetgroupname=nil, vpcid=nil, port=nil, targetgroupinstances=nil, protocol=nil, healthcheck=nil, schedulealgorithm=nil, alldeadtoalive=nil, tags=nil)
170
+ # @param ForwardingMode: 流量分发方式
171
+
172
+ # - STATELESS:无状态
173
+ # - STATEFUL: 有状态
174
+ # @type ForwardingMode: String
175
+ # @param TcpIdleConnectTimeout: TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。
176
+ # @type TcpIdleConnectTimeout: Integer
177
+ # @param OthersIdleConnectTimeout: 其他协议连接空闲超时时间,可配置5s-180s,默认120s
178
+ # @type OthersIdleConnectTimeout: Integer
179
+ # @param RescheduleUnbindRs: 重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。
180
+ # @type RescheduleUnbindRs: Boolean
181
+ # @param RescheduleUnbindRsStartTime: 解绑RS后开启重调度的时间,可配置0s-3600s,默认0s
182
+ # @type RescheduleUnbindRsStartTime: Integer
183
+ # @param RescheduleUnhealthy: 重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。
184
+ # @type RescheduleUnhealthy: Boolean
185
+ # @param RescheduleUnhealthyStartTime: 后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s
186
+ # @type RescheduleUnhealthyStartTime: Integer
187
+
188
+ attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Protocol, :HealthCheck, :ScheduleAlgorithm, :AllDeadToAlive, :Tags, :ForwardingMode, :TcpIdleConnectTimeout, :OthersIdleConnectTimeout, :RescheduleUnbindRs, :RescheduleUnbindRsStartTime, :RescheduleUnhealthy, :RescheduleUnhealthyStartTime
189
+
190
+ def initialize(targetgroupname=nil, vpcid=nil, port=nil, targetgroupinstances=nil, protocol=nil, healthcheck=nil, schedulealgorithm=nil, alldeadtoalive=nil, tags=nil, forwardingmode=nil, tcpidleconnecttimeout=nil, othersidleconnecttimeout=nil, rescheduleunbindrs=nil, rescheduleunbindrsstarttime=nil, rescheduleunhealthy=nil, rescheduleunhealthystarttime=nil)
174
191
  @TargetGroupName = targetgroupname
175
192
  @VpcId = vpcid
176
193
  @Port = port
@@ -180,6 +197,13 @@ module TencentCloud
180
197
  @ScheduleAlgorithm = schedulealgorithm
181
198
  @AllDeadToAlive = alldeadtoalive
182
199
  @Tags = tags
200
+ @ForwardingMode = forwardingmode
201
+ @TcpIdleConnectTimeout = tcpidleconnecttimeout
202
+ @OthersIdleConnectTimeout = othersidleconnecttimeout
203
+ @RescheduleUnbindRs = rescheduleunbindrs
204
+ @RescheduleUnbindRsStartTime = rescheduleunbindrsstarttime
205
+ @RescheduleUnhealthy = rescheduleunhealthy
206
+ @RescheduleUnhealthyStartTime = rescheduleunhealthystarttime
183
207
  end
184
208
 
185
209
  def deserialize(params)
@@ -209,6 +233,13 @@ module TencentCloud
209
233
  @Tags << taginfo_tmp
210
234
  end
211
235
  end
236
+ @ForwardingMode = params['ForwardingMode']
237
+ @TcpIdleConnectTimeout = params['TcpIdleConnectTimeout']
238
+ @OthersIdleConnectTimeout = params['OthersIdleConnectTimeout']
239
+ @RescheduleUnbindRs = params['RescheduleUnbindRs']
240
+ @RescheduleUnbindRsStartTime = params['RescheduleUnbindRsStartTime']
241
+ @RescheduleUnhealthy = params['RescheduleUnhealthy']
242
+ @RescheduleUnhealthyStartTime = params['RescheduleUnhealthyStartTime']
212
243
  end
213
244
  end
214
245
 
@@ -975,14 +1006,32 @@ module TencentCloud
975
1006
  # @type HealthCheck: :class:`Tencentcloud::Gwlb.v20240906.models.TargetGroupHealthCheck`
976
1007
  # @param AllDeadToAlive: 是否支持全死全活。
977
1008
  # @type AllDeadToAlive: Boolean
978
-
979
- attr_accessor :TargetGroupId, :TargetGroupName, :HealthCheck, :AllDeadToAlive
980
-
981
- def initialize(targetgroupid=nil, targetgroupname=nil, healthcheck=nil, alldeadtoalive=nil)
1009
+ # @param TcpIdleConnectTimeout: TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。
1010
+ # @type TcpIdleConnectTimeout: Integer
1011
+ # @param OthersIdleConnectTimeout: 其他协议连接空闲超时时间,可配置5s-180s,默认120s
1012
+ # @type OthersIdleConnectTimeout: Integer
1013
+ # @param RescheduleUnbindRs: 重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。
1014
+ # @type RescheduleUnbindRs: Boolean
1015
+ # @param RescheduleUnbindRsStartTime: 解绑RS后开启重调度的时间,可配置0s-3600s,默认0s
1016
+ # @type RescheduleUnbindRsStartTime: Integer
1017
+ # @param RescheduleUnhealthy: 重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。
1018
+ # @type RescheduleUnhealthy: Boolean
1019
+ # @param RescheduleUnhealthyStartTime: 后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s
1020
+ # @type RescheduleUnhealthyStartTime: Integer
1021
+
1022
+ attr_accessor :TargetGroupId, :TargetGroupName, :HealthCheck, :AllDeadToAlive, :TcpIdleConnectTimeout, :OthersIdleConnectTimeout, :RescheduleUnbindRs, :RescheduleUnbindRsStartTime, :RescheduleUnhealthy, :RescheduleUnhealthyStartTime
1023
+
1024
+ def initialize(targetgroupid=nil, targetgroupname=nil, healthcheck=nil, alldeadtoalive=nil, tcpidleconnecttimeout=nil, othersidleconnecttimeout=nil, rescheduleunbindrs=nil, rescheduleunbindrsstarttime=nil, rescheduleunhealthy=nil, rescheduleunhealthystarttime=nil)
982
1025
  @TargetGroupId = targetgroupid
983
1026
  @TargetGroupName = targetgroupname
984
1027
  @HealthCheck = healthcheck
985
1028
  @AllDeadToAlive = alldeadtoalive
1029
+ @TcpIdleConnectTimeout = tcpidleconnecttimeout
1030
+ @OthersIdleConnectTimeout = othersidleconnecttimeout
1031
+ @RescheduleUnbindRs = rescheduleunbindrs
1032
+ @RescheduleUnbindRsStartTime = rescheduleunbindrsstarttime
1033
+ @RescheduleUnhealthy = rescheduleunhealthy
1034
+ @RescheduleUnhealthyStartTime = rescheduleunhealthystarttime
986
1035
  end
987
1036
 
988
1037
  def deserialize(params)
@@ -993,6 +1042,12 @@ module TencentCloud
993
1042
  @HealthCheck.deserialize(params['HealthCheck'])
994
1043
  end
995
1044
  @AllDeadToAlive = params['AllDeadToAlive']
1045
+ @TcpIdleConnectTimeout = params['TcpIdleConnectTimeout']
1046
+ @OthersIdleConnectTimeout = params['OthersIdleConnectTimeout']
1047
+ @RescheduleUnbindRs = params['RescheduleUnbindRs']
1048
+ @RescheduleUnbindRsStartTime = params['RescheduleUnbindRsStartTime']
1049
+ @RescheduleUnhealthy = params['RescheduleUnhealthy']
1050
+ @RescheduleUnhealthyStartTime = params['RescheduleUnhealthyStartTime']
996
1051
  end
997
1052
  end
998
1053
 
@@ -1304,10 +1359,27 @@ module TencentCloud
1304
1359
  # @type RegisteredInstancesCount: Integer
1305
1360
  # @param Tag: 目标组的标签。
1306
1361
  # @type Tag: Array
1307
-
1308
- attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :ScheduleAlgorithm, :HealthCheck, :AllDeadToAlive, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag
1309
-
1310
- 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)
1362
+ # @param ForwardingMode: 流量分发方式
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
1379
+
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)
1311
1383
  @TargetGroupId = targetgroupid
1312
1384
  @VpcId = vpcid
1313
1385
  @TargetGroupName = targetgroupname
@@ -1322,6 +1394,13 @@ module TencentCloud
1322
1394
  @AssociatedRuleCount = associatedrulecount
1323
1395
  @RegisteredInstancesCount = registeredinstancescount
1324
1396
  @Tag = tag
1397
+ @ForwardingMode = forwardingmode
1398
+ @TcpIdleConnectTimeout = tcpidleconnecttimeout
1399
+ @OthersIdleConnectTimeout = othersidleconnecttimeout
1400
+ @RescheduleUnbindRs = rescheduleunbindrs
1401
+ @RescheduleUnbindRsStartTime = rescheduleunbindrsstarttime
1402
+ @RescheduleUnhealthy = rescheduleunhealthy
1403
+ @RescheduleUnhealthyStartTime = rescheduleunhealthystarttime
1325
1404
  end
1326
1405
 
1327
1406
  def deserialize(params)
@@ -1356,6 +1435,13 @@ module TencentCloud
1356
1435
  @Tag << taginfo_tmp
1357
1436
  end
1358
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']
1359
1445
  end
1360
1446
  end
1361
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.1094
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-07-05 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