tencentcloud-sdk-clb 3.0.1114 → 3.0.1122
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 +13 -13
- 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: 9643507b50a0d28ae5c7ba16396aa26933a8bbc5
|
4
|
+
data.tar.gz: e11aca72ecb2efbd954efa36b282953c4a46dacc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f744dc258cbc423400cc792371d440fe357da589d226d798ae8eebca1f4c47203db5c35ace14fe5b91fc81f5b52e5f7f0c99a34bf0a1ddb7fe6d5c99620fc56b
|
7
|
+
data.tar.gz: 62ebc2e5bda8410d87850df08cb4707ecbcdeb84566329a73f17e1850efd6bffbf3772c8203ac67131aa6db9915b2e7397368c9ec54e70899fc513f420d6a36f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1122
|
data/lib/v20180317/models.rb
CHANGED
@@ -1401,8 +1401,8 @@ module TencentCloud
|
|
1401
1401
|
|
1402
1402
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1403
1403
|
extend Gem::Deprecate
|
1404
|
-
deprecate :Period, :none, 2025,
|
1405
|
-
deprecate :Period=, :none, 2025,
|
1404
|
+
deprecate :Period, :none, 2025, 8
|
1405
|
+
deprecate :Period=, :none, 2025, 8
|
1406
1406
|
|
1407
1407
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1408
1408
|
@LogsetName = logsetname
|
@@ -1456,7 +1456,7 @@ module TencentCloud
|
|
1456
1456
|
# @type Certificate: :class:`Tencentcloud::Clb.v20180317.models.CertificateInput`
|
1457
1457
|
# @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认为0,默认不开启。此参数仅适用于TCP/UDP监听器。
|
1458
1458
|
# @type SessionExpireTime: Integer
|
1459
|
-
# @param Scheduler: 监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN
|
1459
|
+
# @param Scheduler: 监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN(按最小连接数)
|
1460
1460
|
# 默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
|
1461
1461
|
# @type Scheduler: String
|
1462
1462
|
# @param SniSwitch: 是否开启SNI特性,此参数仅适用于HTTPS监听器。0表示未开启,1表示开启。
|
@@ -1480,7 +1480,7 @@ module TencentCloud
|
|
1480
1480
|
# @type MaxConn: Integer
|
1481
1481
|
# @param MaxCps: 监听器最大新增连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。
|
1482
1482
|
# @type MaxCps: Integer
|
1483
|
-
# @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP
|
1483
|
+
# @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP/UDP监听器,单位:秒。默认值:TCP监听器默认值为900s,UDP监听器默认值为300s。取值范围:共享型实例和独占型实例支持:10-900,性能容量型实例支持:10-1980。如需设置超过取值范围的值请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)。
|
1484
1484
|
# @type IdleConnectTimeout: Integer
|
1485
1485
|
# @param ProxyProtocol: TCP_SSL和QUIC是否支持PP
|
1486
1486
|
# @type ProxyProtocol: Boolean
|
@@ -5670,8 +5670,8 @@ module TencentCloud
|
|
5670
5670
|
|
5671
5671
|
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
|
5672
5672
|
extend Gem::Deprecate
|
5673
|
-
deprecate :Log, :none, 2025,
|
5674
|
-
deprecate :Log=, :none, 2025,
|
5673
|
+
deprecate :Log, :none, 2025, 8
|
5674
|
+
deprecate :Log=, :none, 2025, 8
|
5675
5675
|
|
5676
5676
|
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)
|
5677
5677
|
@LoadBalancerId = loadbalancerid
|
@@ -6555,7 +6555,7 @@ module TencentCloud
|
|
6555
6555
|
# @param MaxCps: 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。基础网络实例不支持该参数。
|
6556
6556
|
# 默认为 -1 表示不限速。
|
6557
6557
|
# @type MaxCps: Integer
|
6558
|
-
# @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP
|
6558
|
+
# @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP/UDP监听器,单位:秒。TCP监听器默认值:900,UDP监听器默认值:300s。取值范围:共享型实例和独占型实例支持:10~900,性能容量型实例支持:10~1980。如需设置超过1980s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
|
6559
6559
|
# @type IdleConnectTimeout: Integer
|
6560
6560
|
# @param ProxyProtocol: TCP_SSL和QUIC是否支持PP
|
6561
6561
|
# @type ProxyProtocol: Boolean
|
@@ -7725,10 +7725,10 @@ module TencentCloud
|
|
7725
7725
|
|
7726
7726
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7727
7727
|
extend Gem::Deprecate
|
7728
|
-
deprecate :Domain, :none, 2025,
|
7729
|
-
deprecate :Domain=, :none, 2025,
|
7730
|
-
deprecate :Url, :none, 2025,
|
7731
|
-
deprecate :Url=, :none, 2025,
|
7728
|
+
deprecate :Domain, :none, 2025, 8
|
7729
|
+
deprecate :Domain=, :none, 2025, 8
|
7730
|
+
deprecate :Url, :none, 2025, 8
|
7731
|
+
deprecate :Url=, :none, 2025, 8
|
7732
7732
|
|
7733
7733
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7734
7734
|
@ListenerId = listenerid
|
@@ -8686,8 +8686,8 @@ module TencentCloud
|
|
8686
8686
|
|
8687
8687
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
|
8688
8688
|
extend Gem::Deprecate
|
8689
|
-
deprecate :HealthStatusDetial, :none, 2025,
|
8690
|
-
deprecate :HealthStatusDetial=, :none, 2025,
|
8689
|
+
deprecate :HealthStatusDetial, :none, 2025, 8
|
8690
|
+
deprecate :HealthStatusDetial=, :none, 2025, 8
|
8691
8691
|
|
8692
8692
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
|
8693
8693
|
@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.1122
|
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
|
+
date: 2025-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|