tencentcloud-sdk-clb 3.0.1108 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/models.rb +35 -15
- 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: d80df98f88d547ed66b53ebeb55adbbabdf4ec37
|
4
|
+
data.tar.gz: 7232afa1918f0e4170111fa4e2cad899117e5fda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6d4053b8ab8a2846f5a83edd13f78f797d48c79ad8fbe2c675bb7073a6c667b0d6195638d5af0474b947bcf17f159ecb5ba4e32467984c28124e42750f2c924
|
7
|
+
data.tar.gz: a2bc5db54b4ac5477971a57c9d0ce107e60604359967c3d497eb0364221356a523d4447a17ec0aceab05ea0dfde588c023f99ff593b3df27f8c5fe8bbfa40e3c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1114
|
data/lib/v20180317/models.rb
CHANGED
@@ -169,10 +169,12 @@ module TencentCloud
|
|
169
169
|
# @type ListenerName: String
|
170
170
|
# @param Weight: 关联目标组的权重, 该参数只有v2新版目标组生效。
|
171
171
|
# @type Weight: Integer
|
172
|
+
# @param RuleId: 高级路由规则ID
|
173
|
+
# @type RuleId: String
|
172
174
|
|
173
|
-
attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Protocol, :Port, :Domain, :Url, :LoadBalancerName, :ListenerName, :Weight
|
175
|
+
attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Protocol, :Port, :Domain, :Url, :LoadBalancerName, :ListenerName, :Weight, :RuleId
|
174
176
|
|
175
|
-
def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, protocol=nil, port=nil, domain=nil, url=nil, loadbalancername=nil, listenername=nil, weight=nil)
|
177
|
+
def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, protocol=nil, port=nil, domain=nil, url=nil, loadbalancername=nil, listenername=nil, weight=nil, ruleid=nil)
|
176
178
|
@LoadBalancerId = loadbalancerid
|
177
179
|
@ListenerId = listenerid
|
178
180
|
@LocationId = locationid
|
@@ -183,6 +185,7 @@ module TencentCloud
|
|
183
185
|
@LoadBalancerName = loadbalancername
|
184
186
|
@ListenerName = listenername
|
185
187
|
@Weight = weight
|
188
|
+
@RuleId = ruleid
|
186
189
|
end
|
187
190
|
|
188
191
|
def deserialize(params)
|
@@ -196,6 +199,7 @@ module TencentCloud
|
|
196
199
|
@LoadBalancerName = params['LoadBalancerName']
|
197
200
|
@ListenerName = params['ListenerName']
|
198
201
|
@Weight = params['Weight']
|
202
|
+
@RuleId = params['RuleId']
|
199
203
|
end
|
200
204
|
end
|
201
205
|
|
@@ -1648,10 +1652,12 @@ module TencentCloud
|
|
1648
1652
|
# @type LBChargeType: String
|
1649
1653
|
# @param AccessLogTopicId: 七层访问日志主题ID
|
1650
1654
|
# @type AccessLogTopicId: String
|
1655
|
+
# @param AdvancedRoute: 是否开启七层高级路由
|
1656
|
+
# @type AdvancedRoute: Boolean
|
1651
1657
|
|
1652
|
-
attr_accessor :LoadBalancerType, :Forward, :LoadBalancerName, :VpcId, :SubnetId, :ProjectId, :AddressIPVersion, :Number, :MasterZoneId, :ZoneId, :InternetAccessible, :VipIsp, :Tags, :Vip, :BandwidthPackageId, :ExclusiveCluster, :SlaType, :ClusterIds, :ClientToken, :SnatPro, :SnatIps, :ClusterTag, :SlaveZoneId, :EipAddressId, :LoadBalancerPassToTarget, :DynamicVip, :Egress, :LBChargePrepaid, :LBChargeType, :AccessLogTopicId
|
1658
|
+
attr_accessor :LoadBalancerType, :Forward, :LoadBalancerName, :VpcId, :SubnetId, :ProjectId, :AddressIPVersion, :Number, :MasterZoneId, :ZoneId, :InternetAccessible, :VipIsp, :Tags, :Vip, :BandwidthPackageId, :ExclusiveCluster, :SlaType, :ClusterIds, :ClientToken, :SnatPro, :SnatIps, :ClusterTag, :SlaveZoneId, :EipAddressId, :LoadBalancerPassToTarget, :DynamicVip, :Egress, :LBChargePrepaid, :LBChargeType, :AccessLogTopicId, :AdvancedRoute
|
1653
1659
|
|
1654
|
-
def initialize(loadbalancertype=nil, forward=nil, loadbalancername=nil, vpcid=nil, subnetid=nil, projectid=nil, addressipversion=nil, number=nil, masterzoneid=nil, zoneid=nil, internetaccessible=nil, vipisp=nil, tags=nil, vip=nil, bandwidthpackageid=nil, exclusivecluster=nil, slatype=nil, clusterids=nil, clienttoken=nil, snatpro=nil, snatips=nil, clustertag=nil, slavezoneid=nil, eipaddressid=nil, loadbalancerpasstotarget=nil, dynamicvip=nil, egress=nil, lbchargeprepaid=nil, lbchargetype=nil, accesslogtopicid=nil)
|
1660
|
+
def initialize(loadbalancertype=nil, forward=nil, loadbalancername=nil, vpcid=nil, subnetid=nil, projectid=nil, addressipversion=nil, number=nil, masterzoneid=nil, zoneid=nil, internetaccessible=nil, vipisp=nil, tags=nil, vip=nil, bandwidthpackageid=nil, exclusivecluster=nil, slatype=nil, clusterids=nil, clienttoken=nil, snatpro=nil, snatips=nil, clustertag=nil, slavezoneid=nil, eipaddressid=nil, loadbalancerpasstotarget=nil, dynamicvip=nil, egress=nil, lbchargeprepaid=nil, lbchargetype=nil, accesslogtopicid=nil, advancedroute=nil)
|
1655
1661
|
@LoadBalancerType = loadbalancertype
|
1656
1662
|
@Forward = forward
|
1657
1663
|
@LoadBalancerName = loadbalancername
|
@@ -1682,6 +1688,7 @@ module TencentCloud
|
|
1682
1688
|
@LBChargePrepaid = lbchargeprepaid
|
1683
1689
|
@LBChargeType = lbchargetype
|
1684
1690
|
@AccessLogTopicId = accesslogtopicid
|
1691
|
+
@AdvancedRoute = advancedroute
|
1685
1692
|
end
|
1686
1693
|
|
1687
1694
|
def deserialize(params)
|
@@ -1738,6 +1745,7 @@ module TencentCloud
|
|
1738
1745
|
end
|
1739
1746
|
@LBChargeType = params['LBChargeType']
|
1740
1747
|
@AccessLogTopicId = params['AccessLogTopicId']
|
1748
|
+
@AdvancedRoute = params['AdvancedRoute']
|
1741
1749
|
end
|
1742
1750
|
end
|
1743
1751
|
|
@@ -1878,7 +1886,7 @@ module TencentCloud
|
|
1878
1886
|
# @type TargetGroupInstances: Array
|
1879
1887
|
# @param Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
|
1880
1888
|
# @type Type: String
|
1881
|
-
# @param Protocol: 目标组后端转发协议。v2新版目标组该项必填。目前支持
|
1889
|
+
# @param Protocol: 目标组后端转发协议。v2新版目标组该项必填。目前支持TCP、UDP、HTTP、HTTPS、GRPC。
|
1882
1890
|
# @type Protocol: String
|
1883
1891
|
# @param Tags: 标签。
|
1884
1892
|
# @type Tags: Array
|
@@ -1889,11 +1897,11 @@ module TencentCloud
|
|
1889
1897
|
# </ul>
|
1890
1898
|
# v1 目标组类型不支持设置 Weight 参数。
|
1891
1899
|
# @type Weight: Integer
|
1892
|
-
# @param FullListenSwitch:
|
1900
|
+
# @param FullListenSwitch: 全监听目标组标识,true表示是全监听目标组,false表示不是全监听目标组。仅V2新版类型目标组支持该参数。
|
1893
1901
|
# @type FullListenSwitch: Boolean
|
1894
1902
|
# @param KeepaliveEnable: 是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,0:关闭;1:开启, 默认关闭。
|
1895
1903
|
# @type KeepaliveEnable: Boolean
|
1896
|
-
# @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0
|
1904
|
+
# @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。仅V2新版且后端转发协议为HTTP/HTTPS/GRPC目标组支持该参数。
|
1897
1905
|
# @type SessionExpireTime: Integer
|
1898
1906
|
|
1899
1907
|
attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Type, :Protocol, :Tags, :Weight, :FullListenSwitch, :KeepaliveEnable, :SessionExpireTime
|
@@ -7758,15 +7766,18 @@ module TencentCloud
|
|
7758
7766
|
# @param Url: 转发规则的Url
|
7759
7767
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7760
7768
|
# @type Url: String
|
7769
|
+
# @param RuleId: 高级路由规则ID
|
7770
|
+
# @type RuleId: String
|
7761
7771
|
# @param Targets: 本规则上绑定的后端服务的健康检查状态
|
7762
7772
|
# @type Targets: Array
|
7763
7773
|
|
7764
|
-
attr_accessor :LocationId, :Domain, :Url, :Targets
|
7774
|
+
attr_accessor :LocationId, :Domain, :Url, :RuleId, :Targets
|
7765
7775
|
|
7766
|
-
def initialize(locationid=nil, domain=nil, url=nil, targets=nil)
|
7776
|
+
def initialize(locationid=nil, domain=nil, url=nil, ruleid=nil, targets=nil)
|
7767
7777
|
@LocationId = locationid
|
7768
7778
|
@Domain = domain
|
7769
7779
|
@Url = url
|
7780
|
+
@RuleId = ruleid
|
7770
7781
|
@Targets = targets
|
7771
7782
|
end
|
7772
7783
|
|
@@ -7774,6 +7785,7 @@ module TencentCloud
|
|
7774
7785
|
@LocationId = params['LocationId']
|
7775
7786
|
@Domain = params['Domain']
|
7776
7787
|
@Url = params['Url']
|
7788
|
+
@RuleId = params['RuleId']
|
7777
7789
|
unless params['Targets'].nil?
|
7778
7790
|
@Targets = []
|
7779
7791
|
params['Targets'].each do |i|
|
@@ -8547,11 +8559,10 @@ module TencentCloud
|
|
8547
8559
|
# @param AssociatedRule: 关联到的规则数组。在DescribeTargetGroupList接口调用时无法获取到该参数。
|
8548
8560
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8549
8561
|
# @type AssociatedRule: Array
|
8550
|
-
# @param Protocol:
|
8551
|
-
|
8562
|
+
# @param Protocol: 目标组后端转发协议, 仅v2新版目标组返回有效值。
|
8552
8563
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8553
8564
|
# @type Protocol: String
|
8554
|
-
# @param TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组)
|
8565
|
+
# @param TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组)。默认为v1旧版目标组。
|
8555
8566
|
# @type TargetGroupType: String
|
8556
8567
|
# @param AssociatedRuleCount: 目标组已关联的规则数。
|
8557
8568
|
# @type AssociatedRuleCount: Integer
|
@@ -8560,13 +8571,18 @@ module TencentCloud
|
|
8560
8571
|
# @param Tag: 标签。
|
8561
8572
|
# @type Tag: Array
|
8562
8573
|
# @param Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
|
8574
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8563
8575
|
# @type Weight: Integer
|
8564
|
-
# @param FullListenSwitch:
|
8576
|
+
# @param FullListenSwitch: 是否全监听目标组。
|
8565
8577
|
# @type FullListenSwitch: Boolean
|
8578
|
+
# @param KeepaliveEnable: 是否开启长连接, 仅后端转发协议为HTTP/HTTPS/GRPC目标组返回有效值。
|
8579
|
+
# @type KeepaliveEnable: Boolean
|
8580
|
+
# @param SessionExpireTime: 会话保持时间,仅后端转发协议为HTTP/HTTPS/GRPC目标组返回有效值。
|
8581
|
+
# @type SessionExpireTime: Integer
|
8566
8582
|
|
8567
|
-
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
|
8568
8584
|
|
8569
|
-
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)
|
8570
8586
|
@TargetGroupId = targetgroupid
|
8571
8587
|
@VpcId = vpcid
|
8572
8588
|
@TargetGroupName = targetgroupname
|
@@ -8581,6 +8597,8 @@ module TencentCloud
|
|
8581
8597
|
@Tag = tag
|
8582
8598
|
@Weight = weight
|
8583
8599
|
@FullListenSwitch = fulllistenswitch
|
8600
|
+
@KeepaliveEnable = keepaliveenable
|
8601
|
+
@SessionExpireTime = sessionexpiretime
|
8584
8602
|
end
|
8585
8603
|
|
8586
8604
|
def deserialize(params)
|
@@ -8612,6 +8630,8 @@ module TencentCloud
|
|
8612
8630
|
end
|
8613
8631
|
@Weight = params['Weight']
|
8614
8632
|
@FullListenSwitch = params['FullListenSwitch']
|
8633
|
+
@KeepaliveEnable = params['KeepaliveEnable']
|
8634
|
+
@SessionExpireTime = params['SessionExpireTime']
|
8615
8635
|
end
|
8616
8636
|
end
|
8617
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.
|
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-
|
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
|