tencentcloud-sdk-clb 3.0.1112 → 3.0.1114

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 +17 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05b640791e437628a9facaede8c4aac514941fa1
4
- data.tar.gz: a126ca803ffc218ca7a41348d0760365bf770b86
3
+ metadata.gz: d80df98f88d547ed66b53ebeb55adbbabdf4ec37
4
+ data.tar.gz: 7232afa1918f0e4170111fa4e2cad899117e5fda
5
5
  SHA512:
6
- metadata.gz: 5de649d750728148191886b871e1e82743676954f504136caf40e24969f1a8bae3c313834433cc47806f67a75362fe814c43021c5d8f11b512553551d62eb7e9
7
- data.tar.gz: 9f630c3357cf266299f01eeb70d7f8c80906b9632ac05a66eb9f191e7e1a9b066380e9dae3fafbb3e220aaf4f2127874f1a7f0c42ef503c10989cbd1c66a3e93
6
+ metadata.gz: d6d4053b8ab8a2846f5a83edd13f78f797d48c79ad8fbe2c675bb7073a6c667b0d6195638d5af0474b947bcf17f159ecb5ba4e32467984c28124e42750f2c924
7
+ data.tar.gz: a2bc5db54b4ac5477971a57c9d0ce107e60604359967c3d497eb0364221356a523d4447a17ec0aceab05ea0dfde588c023f99ff593b3df27f8c5fe8bbfa40e3c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1112
1
+ 3.0.1114
@@ -1886,7 +1886,7 @@ module TencentCloud
1886
1886
  # @type TargetGroupInstances: Array
1887
1887
  # @param Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
1888
1888
  # @type Type: String
1889
- # @param Protocol: 目标组后端转发协议。v2新版目标组该项必填。目前支持tcpudp
1889
+ # @param Protocol: 目标组后端转发协议。v2新版目标组该项必填。目前支持TCPUDP、HTTP、HTTPS、GRPC
1890
1890
  # @type Protocol: String
1891
1891
  # @param Tags: 标签。
1892
1892
  # @type Tags: Array
@@ -1897,11 +1897,11 @@ module TencentCloud
1897
1897
  # </ul>
1898
1898
  # v1 目标组类型不支持设置 Weight 参数。
1899
1899
  # @type Weight: Integer
1900
- # @param FullListenSwitch: 全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
1900
+ # @param FullListenSwitch: 全监听目标组标识,true表示是全监听目标组,false表示不是全监听目标组。仅V2新版类型目标组支持该参数。
1901
1901
  # @type FullListenSwitch: Boolean
1902
1902
  # @param KeepaliveEnable: 是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,0:关闭;1:开启, 默认关闭。
1903
1903
  # @type KeepaliveEnable: Boolean
1904
- # @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。TCP/UDP目标组不支持该参数。
1904
+ # @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。仅V2新版且后端转发协议为HTTP/HTTPS/GRPC目标组支持该参数。
1905
1905
  # @type SessionExpireTime: Integer
1906
1906
 
1907
1907
  attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Type, :Protocol, :Tags, :Weight, :FullListenSwitch, :KeepaliveEnable, :SessionExpireTime
@@ -8559,11 +8559,10 @@ module TencentCloud
8559
8559
  # @param AssociatedRule: 关联到的规则数组。在DescribeTargetGroupList接口调用时无法获取到该参数。
8560
8560
  # 注意:此字段可能返回 null,表示取不到有效值。
8561
8561
  # @type AssociatedRule: Array
8562
- # @param Protocol: 后端转发协议类型,支持类型TCP, UDP。仅V2新版目标组支持返回该参数。
8563
-
8562
+ # @param Protocol: 目标组后端转发协议, 仅v2新版目标组返回有效值。
8564
8563
  # 注意:此字段可能返回 null,表示取不到有效值。
8565
8564
  # @type Protocol: String
8566
- # @param TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
8565
+ # @param TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组)。默认为v1旧版目标组。
8567
8566
  # @type TargetGroupType: String
8568
8567
  # @param AssociatedRuleCount: 目标组已关联的规则数。
8569
8568
  # @type AssociatedRuleCount: Integer
@@ -8572,13 +8571,18 @@ module TencentCloud
8572
8571
  # @param Tag: 标签。
8573
8572
  # @type Tag: Array
8574
8573
  # @param Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
8574
+ # 注意:此字段可能返回 null,表示取不到有效值。
8575
8575
  # @type Weight: Integer
8576
- # @param FullListenSwitch: 是否全监听目标组
8576
+ # @param FullListenSwitch: 是否全监听目标组。
8577
8577
  # @type FullListenSwitch: Boolean
8578
+ # @param KeepaliveEnable: 是否开启长连接, 仅后端转发协议为HTTP/HTTPS/GRPC目标组返回有效值。
8579
+ # @type KeepaliveEnable: Boolean
8580
+ # @param SessionExpireTime: 会话保持时间,仅后端转发协议为HTTP/HTTPS/GRPC目标组返回有效值。
8581
+ # @type SessionExpireTime: Integer
8578
8582
 
8579
- attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :TargetGroupType, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :Weight, :FullListenSwitch
8583
+ attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :TargetGroupType, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :Weight, :FullListenSwitch, :KeepaliveEnable, :SessionExpireTime
8580
8584
 
8581
- def initialize(targetgroupid=nil, vpcid=nil, targetgroupname=nil, port=nil, createdtime=nil, updatedtime=nil, associatedrule=nil, protocol=nil, targetgrouptype=nil, associatedrulecount=nil, registeredinstancescount=nil, tag=nil, weight=nil, fulllistenswitch=nil)
8585
+ def initialize(targetgroupid=nil, vpcid=nil, targetgroupname=nil, port=nil, createdtime=nil, updatedtime=nil, associatedrule=nil, protocol=nil, targetgrouptype=nil, associatedrulecount=nil, registeredinstancescount=nil, tag=nil, weight=nil, fulllistenswitch=nil, keepaliveenable=nil, sessionexpiretime=nil)
8582
8586
  @TargetGroupId = targetgroupid
8583
8587
  @VpcId = vpcid
8584
8588
  @TargetGroupName = targetgroupname
@@ -8593,6 +8597,8 @@ module TencentCloud
8593
8597
  @Tag = tag
8594
8598
  @Weight = weight
8595
8599
  @FullListenSwitch = fulllistenswitch
8600
+ @KeepaliveEnable = keepaliveenable
8601
+ @SessionExpireTime = sessionexpiretime
8596
8602
  end
8597
8603
 
8598
8604
  def deserialize(params)
@@ -8624,6 +8630,8 @@ module TencentCloud
8624
8630
  end
8625
8631
  @Weight = params['Weight']
8626
8632
  @FullListenSwitch = params['FullListenSwitch']
8633
+ @KeepaliveEnable = params['KeepaliveEnable']
8634
+ @SessionExpireTime = params['SessionExpireTime']
8627
8635
  end
8628
8636
  end
8629
8637
 
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.1112
4
+ version: 3.0.1114
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-29 00:00:00.000000000 Z
11
+ date: 2025-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common