tencentcloud-sdk-clb 3.0.1161 → 3.0.1167
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 -19
- 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: b8f0412c77e414e6d4617b9091d929b6212c507e
|
|
4
|
+
data.tar.gz: 9ff062c07c2d478b356cdb562c2f29dab6dcd936
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b20aafb319e27fe9fed25390307a543c74e30aadaa7accb9fef0021832de23e89f750633d885b21da2d835b86a3f5c3e71314eb48ea926c82a57f869ee7b3efa
|
|
7
|
+
data.tar.gz: e4d58823abfa01ecb7df249bcd732dd1b0db0bc021ee1f5f81e2adde55e10670412591da3682fcd40d24ab1271e1079dc98d972d1097146614716d0e9e0f583b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1167
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -1286,8 +1286,8 @@ module TencentCloud
|
|
|
1286
1286
|
|
|
1287
1287
|
attr_accessor :LogsetName, :Period, :LogsetType
|
|
1288
1288
|
extend Gem::Deprecate
|
|
1289
|
-
deprecate :Period, :none, 2025,
|
|
1290
|
-
deprecate :Period=, :none, 2025,
|
|
1289
|
+
deprecate :Period, :none, 2025, 11
|
|
1290
|
+
deprecate :Period=, :none, 2025, 11
|
|
1291
1291
|
|
|
1292
1292
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
|
1293
1293
|
@LogsetName = logsetname
|
|
@@ -5113,14 +5113,16 @@ module TencentCloud
|
|
|
5113
5113
|
# @param IdleConnectTimeout: 空闲连接超时时间,仅支持TCP监听器。默认值:900;共享型实例和独占型实例取值范围:300~900,性能容量型实例取值范围:300~1980。
|
|
5114
5114
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5115
5115
|
# @type IdleConnectTimeout: Integer
|
|
5116
|
-
# @param RescheduleInterval:
|
|
5116
|
+
# @param RescheduleInterval: 重新调度触发持续时间,取值0~3600s。仅TCP/UDP监听器支持。触发重新调度后,长连接将会在设置的调度时间内断开并完成重新分配。
|
|
5117
5117
|
# @type RescheduleInterval: Integer
|
|
5118
5118
|
# @param DataCompressMode: 数据压缩模式
|
|
5119
5119
|
# @type DataCompressMode: String
|
|
5120
|
+
# @param RescheduleStartTime: 重新调度启动时间,配置了重新调度启动时间后,会在启动时间到达时触发重新调度。
|
|
5121
|
+
# @type RescheduleStartTime: Integer
|
|
5120
5122
|
|
|
5121
|
-
attr_accessor :ListenerId, :Protocol, :Port, :Certificate, :HealthCheck, :Scheduler, :SessionExpireTime, :SniSwitch, :Rules, :ListenerName, :CreateTime, :EndPort, :TargetType, :TargetGroup, :SessionType, :KeepaliveEnable, :Toa, :DeregisterTargetRst, :AttrFlags, :TargetGroupList, :MaxConn, :MaxCps, :IdleConnectTimeout, :RescheduleInterval, :DataCompressMode
|
|
5123
|
+
attr_accessor :ListenerId, :Protocol, :Port, :Certificate, :HealthCheck, :Scheduler, :SessionExpireTime, :SniSwitch, :Rules, :ListenerName, :CreateTime, :EndPort, :TargetType, :TargetGroup, :SessionType, :KeepaliveEnable, :Toa, :DeregisterTargetRst, :AttrFlags, :TargetGroupList, :MaxConn, :MaxCps, :IdleConnectTimeout, :RescheduleInterval, :DataCompressMode, :RescheduleStartTime
|
|
5122
5124
|
|
|
5123
|
-
def initialize(listenerid=nil, protocol=nil, port=nil, certificate=nil, healthcheck=nil, scheduler=nil, sessionexpiretime=nil, sniswitch=nil, rules=nil, listenername=nil, createtime=nil, endport=nil, targettype=nil, targetgroup=nil, sessiontype=nil, keepaliveenable=nil, toa=nil, deregistertargetrst=nil, attrflags=nil, targetgrouplist=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil, rescheduleinterval=nil, datacompressmode=nil)
|
|
5125
|
+
def initialize(listenerid=nil, protocol=nil, port=nil, certificate=nil, healthcheck=nil, scheduler=nil, sessionexpiretime=nil, sniswitch=nil, rules=nil, listenername=nil, createtime=nil, endport=nil, targettype=nil, targetgroup=nil, sessiontype=nil, keepaliveenable=nil, toa=nil, deregistertargetrst=nil, attrflags=nil, targetgrouplist=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil, rescheduleinterval=nil, datacompressmode=nil, reschedulestarttime=nil)
|
|
5124
5126
|
@ListenerId = listenerid
|
|
5125
5127
|
@Protocol = protocol
|
|
5126
5128
|
@Port = port
|
|
@@ -5146,6 +5148,7 @@ module TencentCloud
|
|
|
5146
5148
|
@IdleConnectTimeout = idleconnecttimeout
|
|
5147
5149
|
@RescheduleInterval = rescheduleinterval
|
|
5148
5150
|
@DataCompressMode = datacompressmode
|
|
5151
|
+
@RescheduleStartTime = reschedulestarttime
|
|
5149
5152
|
end
|
|
5150
5153
|
|
|
5151
5154
|
def deserialize(params)
|
|
@@ -5197,6 +5200,7 @@ module TencentCloud
|
|
|
5197
5200
|
@IdleConnectTimeout = params['IdleConnectTimeout']
|
|
5198
5201
|
@RescheduleInterval = params['RescheduleInterval']
|
|
5199
5202
|
@DataCompressMode = params['DataCompressMode']
|
|
5203
|
+
@RescheduleStartTime = params['RescheduleStartTime']
|
|
5200
5204
|
end
|
|
5201
5205
|
end
|
|
5202
5206
|
|
|
@@ -5514,8 +5518,8 @@ module TencentCloud
|
|
|
5514
5518
|
|
|
5515
5519
|
attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Forward, :Domain, :LoadBalancerVips, :Status, :CreateTime, :StatusTime, :ProjectId, :VpcId, :OpenBgp, :Snat, :Isolation, :Log, :SubnetId, :Tags, :SecureGroups, :TargetRegionInfo, :AnycastZone, :AddressIPVersion, :NumericalVpcId, :VipIsp, :MasterZone, :BackupZoneSet, :IsolatedTime, :ExpireTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :LogSetId, :LogTopicId, :AddressIPv6, :ExtraInfo, :IsDDos, :ConfigId, :LoadBalancerPassToTarget, :ExclusiveCluster, :IPv6Mode, :SnatPro, :SnatIps, :SlaType, :IsBlock, :IsBlockTime, :LocalBgp, :ClusterTag, :MixIpTarget, :Zones, :NfvInfo, :HealthLogSetId, :HealthLogTopicId, :ClusterIds, :AttributeFlags, :LoadBalancerDomain, :Egress, :Exclusive, :TargetCount, :AssociateEndpoint
|
|
5516
5520
|
extend Gem::Deprecate
|
|
5517
|
-
deprecate :Log, :none, 2025,
|
|
5518
|
-
deprecate :Log=, :none, 2025,
|
|
5521
|
+
deprecate :Log, :none, 2025, 11
|
|
5522
|
+
deprecate :Log=, :none, 2025, 11
|
|
5519
5523
|
|
|
5520
5524
|
def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, forward=nil, domain=nil, loadbalancervips=nil, status=nil, createtime=nil, statustime=nil, projectid=nil, vpcid=nil, openbgp=nil, snat=nil, isolation=nil, log=nil, subnetid=nil, tags=nil, securegroups=nil, targetregioninfo=nil, anycastzone=nil, addressipversion=nil, numericalvpcid=nil, vipisp=nil, masterzone=nil, backupzoneset=nil, isolatedtime=nil, expiretime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, logsetid=nil, logtopicid=nil, addressipv6=nil, extrainfo=nil, isddos=nil, configid=nil, loadbalancerpasstotarget=nil, exclusivecluster=nil, ipv6mode=nil, snatpro=nil, snatips=nil, slatype=nil, isblock=nil, isblocktime=nil, localbgp=nil, clustertag=nil, mixiptarget=nil, zones=nil, nfvinfo=nil, healthlogsetid=nil, healthlogtopicid=nil, clusterids=nil, attributeflags=nil, loadbalancerdomain=nil, egress=nil, exclusive=nil, targetcount=nil, associateendpoint=nil)
|
|
5521
5525
|
@LoadBalancerId = loadbalancerid
|
|
@@ -6684,10 +6688,12 @@ module TencentCloud
|
|
|
6684
6688
|
# @type TrpcFunc: String
|
|
6685
6689
|
# @param OAuth: OAuth配置信息。
|
|
6686
6690
|
# @type OAuth: :class:`Tencentcloud::Clb.v20180317.models.OAuth`
|
|
6691
|
+
# @param CookieName: 自定义cookie名
|
|
6692
|
+
# @type CookieName: String
|
|
6687
6693
|
|
|
6688
|
-
attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Url, :HealthCheck, :Scheduler, :SessionExpireTime, :ForwardType, :TrpcCallee, :TrpcFunc, :OAuth
|
|
6694
|
+
attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Url, :HealthCheck, :Scheduler, :SessionExpireTime, :ForwardType, :TrpcCallee, :TrpcFunc, :OAuth, :CookieName
|
|
6689
6695
|
|
|
6690
|
-
def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, url=nil, healthcheck=nil, scheduler=nil, sessionexpiretime=nil, forwardtype=nil, trpccallee=nil, trpcfunc=nil, oauth=nil)
|
|
6696
|
+
def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, url=nil, healthcheck=nil, scheduler=nil, sessionexpiretime=nil, forwardtype=nil, trpccallee=nil, trpcfunc=nil, oauth=nil, cookiename=nil)
|
|
6691
6697
|
@LoadBalancerId = loadbalancerid
|
|
6692
6698
|
@ListenerId = listenerid
|
|
6693
6699
|
@LocationId = locationid
|
|
@@ -6699,6 +6705,7 @@ module TencentCloud
|
|
|
6699
6705
|
@TrpcCallee = trpccallee
|
|
6700
6706
|
@TrpcFunc = trpcfunc
|
|
6701
6707
|
@OAuth = oauth
|
|
6708
|
+
@CookieName = cookiename
|
|
6702
6709
|
end
|
|
6703
6710
|
|
|
6704
6711
|
def deserialize(params)
|
|
@@ -6719,6 +6726,7 @@ module TencentCloud
|
|
|
6719
6726
|
@OAuth = OAuth.new
|
|
6720
6727
|
@OAuth.deserialize(params['OAuth'])
|
|
6721
6728
|
end
|
|
6729
|
+
@CookieName = params['CookieName']
|
|
6722
6730
|
end
|
|
6723
6731
|
end
|
|
6724
6732
|
|
|
@@ -7562,10 +7570,10 @@ module TencentCloud
|
|
|
7562
7570
|
|
|
7563
7571
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
|
7564
7572
|
extend Gem::Deprecate
|
|
7565
|
-
deprecate :Domain, :none, 2025,
|
|
7566
|
-
deprecate :Domain=, :none, 2025,
|
|
7567
|
-
deprecate :Url, :none, 2025,
|
|
7568
|
-
deprecate :Url=, :none, 2025,
|
|
7573
|
+
deprecate :Domain, :none, 2025, 11
|
|
7574
|
+
deprecate :Domain=, :none, 2025, 11
|
|
7575
|
+
deprecate :Url, :none, 2025, 11
|
|
7576
|
+
deprecate :Url=, :none, 2025, 11
|
|
7569
7577
|
|
|
7570
7578
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
|
7571
7579
|
@ListenerId = listenerid
|
|
@@ -7667,10 +7675,12 @@ module TencentCloud
|
|
|
7667
7675
|
# @type Domains: Array
|
|
7668
7676
|
# @param MultiCertInfo: 证书信息,支持同时传入不同算法类型的多本服务端证书;此参数和Certificate不能同时传入。
|
|
7669
7677
|
# @type MultiCertInfo: :class:`Tencentcloud::Clb.v20180317.models.MultiCertInfo`
|
|
7678
|
+
# @param CookieName: 自定义cookie名
|
|
7679
|
+
# @type CookieName: String
|
|
7670
7680
|
|
|
7671
|
-
attr_accessor :Url, :Domain, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ForwardType, :DefaultServer, :Http2, :TargetType, :TrpcCallee, :TrpcFunc, :Quic, :Domains, :MultiCertInfo
|
|
7681
|
+
attr_accessor :Url, :Domain, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ForwardType, :DefaultServer, :Http2, :TargetType, :TrpcCallee, :TrpcFunc, :Quic, :Domains, :MultiCertInfo, :CookieName
|
|
7672
7682
|
|
|
7673
|
-
def initialize(url=nil, domain=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, forwardtype=nil, defaultserver=nil, http2=nil, targettype=nil, trpccallee=nil, trpcfunc=nil, quic=nil, domains=nil, multicertinfo=nil)
|
|
7683
|
+
def initialize(url=nil, domain=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, forwardtype=nil, defaultserver=nil, http2=nil, targettype=nil, trpccallee=nil, trpcfunc=nil, quic=nil, domains=nil, multicertinfo=nil, cookiename=nil)
|
|
7674
7684
|
@Url = url
|
|
7675
7685
|
@Domain = domain
|
|
7676
7686
|
@SessionExpireTime = sessionexpiretime
|
|
@@ -7686,6 +7696,7 @@ module TencentCloud
|
|
|
7686
7696
|
@Quic = quic
|
|
7687
7697
|
@Domains = domains
|
|
7688
7698
|
@MultiCertInfo = multicertinfo
|
|
7699
|
+
@CookieName = cookiename
|
|
7689
7700
|
end
|
|
7690
7701
|
|
|
7691
7702
|
def deserialize(params)
|
|
@@ -7713,6 +7724,7 @@ module TencentCloud
|
|
|
7713
7724
|
@MultiCertInfo = MultiCertInfo.new
|
|
7714
7725
|
@MultiCertInfo.deserialize(params['MultiCertInfo'])
|
|
7715
7726
|
end
|
|
7727
|
+
@CookieName = params['CookieName']
|
|
7716
7728
|
end
|
|
7717
7729
|
end
|
|
7718
7730
|
|
|
@@ -7770,10 +7782,12 @@ module TencentCloud
|
|
|
7770
7782
|
# @type TargetGroupList: Array
|
|
7771
7783
|
# @param OAuth: OAuth配置状态信息。
|
|
7772
7784
|
# @type OAuth: :class:`Tencentcloud::Clb.v20180317.models.OAuth`
|
|
7785
|
+
# @param CookieName: 自定义cookie名。
|
|
7786
|
+
# @type CookieName: String
|
|
7773
7787
|
|
|
7774
|
-
attr_accessor :LocationId, :Domain, :Url, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ListenerId, :RewriteTarget, :HttpGzip, :BeAutoCreated, :DefaultServer, :Http2, :ForwardType, :CreateTime, :TargetType, :TargetGroup, :WafDomainId, :TrpcCallee, :TrpcFunc, :QuicStatus, :Domains, :TargetGroupList, :OAuth
|
|
7788
|
+
attr_accessor :LocationId, :Domain, :Url, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ListenerId, :RewriteTarget, :HttpGzip, :BeAutoCreated, :DefaultServer, :Http2, :ForwardType, :CreateTime, :TargetType, :TargetGroup, :WafDomainId, :TrpcCallee, :TrpcFunc, :QuicStatus, :Domains, :TargetGroupList, :OAuth, :CookieName
|
|
7775
7789
|
|
|
7776
|
-
def initialize(locationid=nil, domain=nil, url=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, listenerid=nil, rewritetarget=nil, httpgzip=nil, beautocreated=nil, defaultserver=nil, http2=nil, forwardtype=nil, createtime=nil, targettype=nil, targetgroup=nil, wafdomainid=nil, trpccallee=nil, trpcfunc=nil, quicstatus=nil, domains=nil, targetgrouplist=nil, oauth=nil)
|
|
7790
|
+
def initialize(locationid=nil, domain=nil, url=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, listenerid=nil, rewritetarget=nil, httpgzip=nil, beautocreated=nil, defaultserver=nil, http2=nil, forwardtype=nil, createtime=nil, targettype=nil, targetgroup=nil, wafdomainid=nil, trpccallee=nil, trpcfunc=nil, quicstatus=nil, domains=nil, targetgrouplist=nil, oauth=nil, cookiename=nil)
|
|
7777
7791
|
@LocationId = locationid
|
|
7778
7792
|
@Domain = domain
|
|
7779
7793
|
@Url = url
|
|
@@ -7798,6 +7812,7 @@ module TencentCloud
|
|
|
7798
7812
|
@Domains = domains
|
|
7799
7813
|
@TargetGroupList = targetgrouplist
|
|
7800
7814
|
@OAuth = oauth
|
|
7815
|
+
@CookieName = cookiename
|
|
7801
7816
|
end
|
|
7802
7817
|
|
|
7803
7818
|
def deserialize(params)
|
|
@@ -7847,6 +7862,7 @@ module TencentCloud
|
|
|
7847
7862
|
@OAuth = OAuth.new
|
|
7848
7863
|
@OAuth.deserialize(params['OAuth'])
|
|
7849
7864
|
end
|
|
7865
|
+
@CookieName = params['CookieName']
|
|
7850
7866
|
end
|
|
7851
7867
|
end
|
|
7852
7868
|
|
|
@@ -8636,8 +8652,8 @@ module TencentCloud
|
|
|
8636
8652
|
|
|
8637
8653
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
|
|
8638
8654
|
extend Gem::Deprecate
|
|
8639
|
-
deprecate :HealthStatusDetial, :none, 2025,
|
|
8640
|
-
deprecate :HealthStatusDetial=, :none, 2025,
|
|
8655
|
+
deprecate :HealthStatusDetial, :none, 2025, 11
|
|
8656
|
+
deprecate :HealthStatusDetial=, :none, 2025, 11
|
|
8641
8657
|
|
|
8642
8658
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
|
|
8643
8659
|
@IP = ip
|
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.1167
|
|
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-11-
|
|
11
|
+
date: 2025-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|