tencentcloud-sdk-clb 3.0.1192 → 3.0.1198
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 +58 -64
- 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: 320327314f890786df3e2aa951eb09067dc22aa0
|
|
4
|
+
data.tar.gz: 13eb5d4214791b12077cda9dda71161ddac8b9c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cabbd40f873f7fc77f5553e5d95a4dd1006b6cc562e39c607145f81ef37a232bde90bccd72678791047b2e503cd3c6fe3dd94e86689b0c362e695027e8f39c84
|
|
7
|
+
data.tar.gz: 1efd1b025451bc0a45b65b678acc054917b7db20ae1c81415499861c6e16b4b3f892577e89f7165d7d150a63b206460a3385dfd807809ef7efd52a1b96bc53b3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -1317,8 +1317,8 @@ module TencentCloud
|
|
|
1317
1317
|
|
|
1318
1318
|
attr_accessor :LogsetName, :Period, :LogsetType
|
|
1319
1319
|
extend Gem::Deprecate
|
|
1320
|
-
deprecate :Period, :none,
|
|
1321
|
-
deprecate :Period=, :none,
|
|
1320
|
+
deprecate :Period, :none, 2026, 1
|
|
1321
|
+
deprecate :Period=, :none, 2026, 1
|
|
1322
1322
|
|
|
1323
1323
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
|
1324
1324
|
@LogsetName = logsetname
|
|
@@ -1355,72 +1355,63 @@ module TencentCloud
|
|
|
1355
1355
|
|
|
1356
1356
|
# CreateListener请求参数结构体
|
|
1357
1357
|
class CreateListenerRequest < TencentCloud::Common::AbstractModel
|
|
1358
|
-
# @param LoadBalancerId:
|
|
1358
|
+
# @param LoadBalancerId: <p>负载均衡实例 ID,可以通过 <a href="https://cloud.tencent.com/document/product/214/30685">DescribeLoadBalancers</a> 接口获取。</p>
|
|
1359
1359
|
# @type LoadBalancerId: String
|
|
1360
|
-
# @param Ports:
|
|
1361
|
-
# 端口范围:1~65535
|
|
1360
|
+
# @param Ports: <p>要将监听器创建到哪些端口,每个端口对应一个新的监听器。端口范围:1~65535</p>
|
|
1362
1361
|
# @type Ports: Array
|
|
1363
|
-
# @param Protocol:
|
|
1362
|
+
# @param Protocol: <p>监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL | QUIC。</p>
|
|
1364
1363
|
# @type Protocol: String
|
|
1365
|
-
# @param ListenerNames:
|
|
1364
|
+
# @param ListenerNames: <p>要创建的监听器名称列表,名称与Ports数组按序一一对应,如不需立即命名,则无需提供此参数。</p>
|
|
1366
1365
|
# @type ListenerNames: Array
|
|
1367
|
-
# @param HealthCheck:
|
|
1366
|
+
# @param HealthCheck: <p>健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。</p>
|
|
1368
1367
|
# @type HealthCheck: :class:`Tencentcloud::Clb.v20180317.models.HealthCheck`
|
|
1369
|
-
# @param Certificate:
|
|
1370
|
-
# <li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
|
1371
|
-
# <li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。</li>
|
|
1368
|
+
# @param Certificate: <p>证书相关信息。参数限制如下:<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li><li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。</li></p>
|
|
1372
1369
|
# @type Certificate: :class:`Tencentcloud::Clb.v20180317.models.CertificateInput`
|
|
1373
|
-
# @param SessionExpireTime:
|
|
1370
|
+
# @param SessionExpireTime: <p>会话保持时间,单位:秒。可选值:30~3600,默认为0,默认不开启。此参数仅适用于TCP/UDP监听器。</p>
|
|
1374
1371
|
# @type SessionExpireTime: Integer
|
|
1375
|
-
# @param Scheduler:
|
|
1376
|
-
# 默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
|
|
1372
|
+
# @param Scheduler: <p>监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN(按最小连接数)默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。</p>
|
|
1377
1373
|
# @type Scheduler: String
|
|
1378
|
-
# @param SniSwitch:
|
|
1374
|
+
# @param SniSwitch: <p>是否开启SNI特性,此参数仅适用于HTTPS监听器。0表示未开启,1表示开启。</p>
|
|
1379
1375
|
# @type SniSwitch: Integer
|
|
1380
|
-
# @param TargetType:
|
|
1376
|
+
# @param TargetType: <p>后端目标类型,NODE表示绑定普通节点,TARGETGROUP表示绑定目标组。此参数仅适用于TCP/UDP监听器。七层监听器应在转发规则中设置。</p>
|
|
1381
1377
|
# @type TargetType: String
|
|
1382
|
-
# @param SessionType:
|
|
1378
|
+
# @param SessionType: <p>会话保持类型。不传或传NORMAL表示默认会话保持类型。QUIC_CID 表示根据Quic Connection ID做会话保持。QUIC_CID只支持UDP协议。此参数仅适用于TCP/UDP监听器。七层监听器应在转发规则中设置。(若选择QUIC_CID,则Protocol必须为UDP,Scheduler必须为WRR,同时只支持ipv4)</p>
|
|
1383
1379
|
# @type SessionType: String
|
|
1384
|
-
# @param KeepaliveEnable:
|
|
1385
|
-
# 若后端服务对连接数上限有限制,则建议谨慎开启。此功能目前处于内测中,如需使用,请提交 [内测申请](https://cloud.tencent.com/apply/p/tsodp6qm21)。
|
|
1380
|
+
# @param KeepaliveEnable: <p>是否开启长连接,此参数仅适用于HTTP/HTTPS监听器,0:关闭;1:开启, 默认关闭。若后端服务对连接数上限有限制,则建议谨慎开启。此功能目前处于内测中,如需使用,请提交 <a href="https://cloud.tencent.com/apply/p/tsodp6qm21">内测申请</a>。</p>
|
|
1386
1381
|
# @type KeepaliveEnable: Integer
|
|
1387
|
-
# @param EndPort:
|
|
1382
|
+
# @param EndPort: <p>创建端口段监听器时必须传入此参数,用以标识结束端口。同时,入参Ports只允许传入一个成员,用以标识开始端口。【如果您需要体验端口段功能,请通过 <a href="https://console.cloud.tencent.com/workorder/category">工单申请</a>】。</p>
|
|
1388
1383
|
# @type EndPort: Integer
|
|
1389
|
-
# @param DeregisterTargetRst:
|
|
1384
|
+
# @param DeregisterTargetRst: <p>重新调度功能,解绑后端服务开关,打开此开关,当解绑后端服务时触发重新调度。仅TCP/UDP监听器支持。</p>
|
|
1390
1385
|
# @type DeregisterTargetRst: Boolean
|
|
1391
|
-
# @param MultiCertInfo:
|
|
1392
|
-
# <li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
|
1393
|
-
# <li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。</li>
|
|
1386
|
+
# @param MultiCertInfo: <p>证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li><li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。</li></p>
|
|
1394
1387
|
# @type MultiCertInfo: :class:`Tencentcloud::Clb.v20180317.models.MultiCertInfo`
|
|
1395
|
-
# @param MaxConn:
|
|
1388
|
+
# @param MaxConn: <p>监听器最大连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。</p>
|
|
1396
1389
|
# @type MaxConn: Integer
|
|
1397
|
-
# @param MaxCps:
|
|
1390
|
+
# @param MaxCps: <p>监听器最大新增连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。</p>
|
|
1398
1391
|
# @type MaxCps: Integer
|
|
1399
|
-
# @param IdleConnectTimeout:
|
|
1392
|
+
# @param IdleConnectTimeout: <p>空闲连接超时时间,此参数仅适用于TCP/UDP监听器,单位:秒。默认值:TCP监听器默认值为900s,UDP监听器默认值为300s。取值范围:共享型实例和独占型实例支持:10-900,性能容量型实例支持:10-1980。如需设置超过取值范围的值请通过 <a href="https://console.cloud.tencent.com/workorder/category">工单申请</a>。</p>
|
|
1400
1393
|
# @type IdleConnectTimeout: Integer
|
|
1401
|
-
# @param ProxyProtocol: TCP_SSL和QUIC是否支持PP
|
|
1394
|
+
# @param ProxyProtocol: <p>TCP_SSL和QUIC是否支持PP</p>
|
|
1402
1395
|
# @type ProxyProtocol: Boolean
|
|
1403
|
-
# @param SnatEnable:
|
|
1396
|
+
# @param SnatEnable: <p>是否开启SNAT(源IP替换),True(开启)、False(关闭)。默认为关闭。注意:SnatEnable开启时会替换客户端源IP,此时<code>透传客户端源IP</code>选项关闭,反之亦然。</p>
|
|
1404
1397
|
# @type SnatEnable: Boolean
|
|
1405
|
-
# @param FullEndPorts:
|
|
1398
|
+
# @param FullEndPorts: <p>全端口段监听器的结束端口,端口范围:2 - 65535</p>
|
|
1406
1399
|
# @type FullEndPorts: Array
|
|
1407
|
-
# @param H2cSwitch:
|
|
1408
|
-
# 默认为关闭。
|
|
1400
|
+
# @param H2cSwitch: <p>内网http监听器开启h2c开关,True(开启)、False(关闭)。默认为关闭。</p>
|
|
1409
1401
|
# @type H2cSwitch: Boolean
|
|
1410
|
-
# @param SslCloseSwitch: TCP_SSL
|
|
1411
|
-
# 默认为关闭。
|
|
1402
|
+
# @param SslCloseSwitch: <p>控制 TCP_SSL 类型的监听器是否移除 SSL 加密层。开启后,监听器将作为普通 TCP 协议运行。 可选值:- True: 关闭 SSL 功能(协议降级为纯文本 TCP)。- False(默认): 保持 SSL 功能开启。</p>
|
|
1412
1403
|
# @type SslCloseSwitch: Boolean
|
|
1413
|
-
# @param DataCompressMode:
|
|
1404
|
+
# @param DataCompressMode: <p>数据压缩模式。可选值:transparent(透传模式)、compatibility(兼容模式)</p>
|
|
1414
1405
|
# @type DataCompressMode: String
|
|
1415
|
-
# @param RescheduleTargetZeroWeight:
|
|
1406
|
+
# @param RescheduleTargetZeroWeight: <p>重新调度功能,权重调为0开关,打开此开关,后端服务器权重调为0时触发重新调度。仅TCP/UDP监听器支持。</p>
|
|
1416
1407
|
# @type RescheduleTargetZeroWeight: Boolean
|
|
1417
|
-
# @param RescheduleUnhealthy:
|
|
1408
|
+
# @param RescheduleUnhealthy: <p>重新调度功能,健康检查异常开关,打开此开关,后端服务器健康检查异常时触发重新调度。仅TCP/UDP监听器支持。</p>
|
|
1418
1409
|
# @type RescheduleUnhealthy: Boolean
|
|
1419
|
-
# @param RescheduleExpandTarget:
|
|
1410
|
+
# @param RescheduleExpandTarget: <p>重新调度功能,扩容后端服务开关,打开此开关,后端服务器增加或者减少时触发重新调度。仅TCP/UDP监听器支持。</p>
|
|
1420
1411
|
# @type RescheduleExpandTarget: Boolean
|
|
1421
|
-
# @param RescheduleStartTime:
|
|
1412
|
+
# @param RescheduleStartTime: <p>重新调度触发开始时间,取值0~3600s。仅TCP/UDP监听器支持。</p>
|
|
1422
1413
|
# @type RescheduleStartTime: Integer
|
|
1423
|
-
# @param RescheduleInterval:
|
|
1414
|
+
# @param RescheduleInterval: <p>重新调度触发持续时间,取值0~3600s。仅TCP/UDP监听器支持。</p>
|
|
1424
1415
|
# @type RescheduleInterval: Integer
|
|
1425
1416
|
|
|
1426
1417
|
attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout, :ProxyProtocol, :SnatEnable, :FullEndPorts, :H2cSwitch, :SslCloseSwitch, :DataCompressMode, :RescheduleTargetZeroWeight, :RescheduleUnhealthy, :RescheduleExpandTarget, :RescheduleStartTime, :RescheduleInterval
|
|
@@ -1501,7 +1492,7 @@ module TencentCloud
|
|
|
1501
1492
|
|
|
1502
1493
|
# CreateListener返回参数结构体
|
|
1503
1494
|
class CreateListenerResponse < TencentCloud::Common::AbstractModel
|
|
1504
|
-
# @param ListenerIds:
|
|
1495
|
+
# @param ListenerIds: <p>创建的监听器的唯一标识数组。</p>
|
|
1505
1496
|
# @type ListenerIds: Array
|
|
1506
1497
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1507
1498
|
# @type RequestId: String
|
|
@@ -5597,8 +5588,8 @@ module TencentCloud
|
|
|
5597
5588
|
|
|
5598
5589
|
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, :AvailableZoneAffinityInfo
|
|
5599
5590
|
extend Gem::Deprecate
|
|
5600
|
-
deprecate :Log, :none,
|
|
5601
|
-
deprecate :Log=, :none,
|
|
5591
|
+
deprecate :Log, :none, 2026, 1
|
|
5592
|
+
deprecate :Log=, :none, 2026, 1
|
|
5602
5593
|
|
|
5603
5594
|
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, availablezoneaffinityinfo=nil)
|
|
5604
5595
|
@LoadBalancerId = loadbalancerid
|
|
@@ -6838,27 +6829,28 @@ module TencentCloud
|
|
|
6838
6829
|
|
|
6839
6830
|
# ModifyTargetGroupAttribute请求参数结构体
|
|
6840
6831
|
class ModifyTargetGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
|
6841
|
-
# @param TargetGroupId:
|
|
6832
|
+
# @param TargetGroupId: <p>目标组的ID。</p>
|
|
6842
6833
|
# @type TargetGroupId: String
|
|
6843
|
-
# @param TargetGroupName:
|
|
6834
|
+
# @param TargetGroupName: <p>目标组的新名称。</p>
|
|
6844
6835
|
# @type TargetGroupName: String
|
|
6845
|
-
# @param Port:
|
|
6836
|
+
# @param Port: <p>目标组的新默认端口。全监听目标组不支持此参数。</p>
|
|
6846
6837
|
# @type Port: Integer
|
|
6847
|
-
# @param ScheduleAlgorithm:
|
|
6848
|
-
# <ur><li>WRR:按权重轮询。</li><li>LEAST_CONN:最小连接数。</li><li>IP_HASH:按IP哈希。</li><li>默认为 WRR。</li><ur>
|
|
6838
|
+
# @param ScheduleAlgorithm: <p>调度算法,仅V2新版目标组,且后端转发协议为(HTTP|HTTPS|GRPC)时该参数有效。可选值:<ur><li>WRR:按权重轮询。</li><li>LEAST_CONN:最小连接数。</li><li>IP_HASH:按IP哈希。</li><li>默认为 WRR。</li><ur></p>
|
|
6849
6839
|
# @type ScheduleAlgorithm: String
|
|
6850
|
-
# @param HealthCheck:
|
|
6840
|
+
# @param HealthCheck: <p>健康检查详情。</p>
|
|
6851
6841
|
# @type HealthCheck: :class:`Tencentcloud::Clb.v20180317.models.TargetGroupHealthCheck`
|
|
6852
|
-
# @param Weight:
|
|
6842
|
+
# @param Weight: <p>后端服务默认权重, 其中:<ul><li>取值范围[0, 100]</li><li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li><li>v1目标组类型不支持设置Weight参数。</li> </ul></p>
|
|
6853
6843
|
# @type Weight: Integer
|
|
6854
|
-
# @param KeepaliveEnable:
|
|
6844
|
+
# @param KeepaliveEnable: <p>是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,true:关闭;false:开启, 默认关闭。</p>
|
|
6855
6845
|
# @type KeepaliveEnable: Boolean
|
|
6856
|
-
# @param SessionExpireTime:
|
|
6846
|
+
# @param SessionExpireTime: <p>会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。TCP/UDP目标组不支持该参数。</p>
|
|
6857
6847
|
# @type SessionExpireTime: Integer
|
|
6848
|
+
# @param SnatEnable: <p>是否开启SNAT(源IP替换),True(开启)、False(关闭)。默认为关闭。注意:SnatEnable开启时会替换客户端源IP,此时<code>透传客户端源IP</code>选项关闭,反之亦然。</p>
|
|
6849
|
+
# @type SnatEnable: Boolean
|
|
6858
6850
|
|
|
6859
|
-
attr_accessor :TargetGroupId, :TargetGroupName, :Port, :ScheduleAlgorithm, :HealthCheck, :Weight, :KeepaliveEnable, :SessionExpireTime
|
|
6851
|
+
attr_accessor :TargetGroupId, :TargetGroupName, :Port, :ScheduleAlgorithm, :HealthCheck, :Weight, :KeepaliveEnable, :SessionExpireTime, :SnatEnable
|
|
6860
6852
|
|
|
6861
|
-
def initialize(targetgroupid=nil, targetgroupname=nil, port=nil, schedulealgorithm=nil, healthcheck=nil, weight=nil, keepaliveenable=nil, sessionexpiretime=nil)
|
|
6853
|
+
def initialize(targetgroupid=nil, targetgroupname=nil, port=nil, schedulealgorithm=nil, healthcheck=nil, weight=nil, keepaliveenable=nil, sessionexpiretime=nil, snatenable=nil)
|
|
6862
6854
|
@TargetGroupId = targetgroupid
|
|
6863
6855
|
@TargetGroupName = targetgroupname
|
|
6864
6856
|
@Port = port
|
|
@@ -6867,6 +6859,7 @@ module TencentCloud
|
|
|
6867
6859
|
@Weight = weight
|
|
6868
6860
|
@KeepaliveEnable = keepaliveenable
|
|
6869
6861
|
@SessionExpireTime = sessionexpiretime
|
|
6862
|
+
@SnatEnable = snatenable
|
|
6870
6863
|
end
|
|
6871
6864
|
|
|
6872
6865
|
def deserialize(params)
|
|
@@ -6881,6 +6874,7 @@ module TencentCloud
|
|
|
6881
6874
|
@Weight = params['Weight']
|
|
6882
6875
|
@KeepaliveEnable = params['KeepaliveEnable']
|
|
6883
6876
|
@SessionExpireTime = params['SessionExpireTime']
|
|
6877
|
+
@SnatEnable = params['SnatEnable']
|
|
6884
6878
|
end
|
|
6885
6879
|
end
|
|
6886
6880
|
|
|
@@ -7653,13 +7647,13 @@ module TencentCloud
|
|
|
7653
7647
|
|
|
7654
7648
|
# 修改节点标签的数据类型
|
|
7655
7649
|
class RsTagRule < TencentCloud::Common::AbstractModel
|
|
7656
|
-
# @param ListenerId:
|
|
7650
|
+
# @param ListenerId: <p>负载均衡监听器 ID。</p>
|
|
7657
7651
|
# @type ListenerId: String
|
|
7658
|
-
# @param Targets:
|
|
7652
|
+
# @param Targets: <p>要修改标签的后端机器列表。</p>
|
|
7659
7653
|
# @type Targets: Array
|
|
7660
|
-
# @param LocationId:
|
|
7654
|
+
# @param LocationId: <p>转发规则的ID,七层规则时需要此参数,4层规则不需要。</p>
|
|
7661
7655
|
# @type LocationId: String
|
|
7662
|
-
# @param Tag:
|
|
7656
|
+
# @param Tag: <p>后端服务修改后的标签。此参数的优先级低于前述<a href="https://cloud.tencent.com/document/api/214/30694#Target">Target</a>中的Tag参数,即最终的标签以Target中的Tag参数值为准,仅当Target中的Tag参数为空时,才以RsTagRule中的Tag参数为准。</p>
|
|
7663
7657
|
# @type Tag: String
|
|
7664
7658
|
|
|
7665
7659
|
attr_accessor :ListenerId, :Targets, :LocationId, :Tag
|
|
@@ -7703,10 +7697,10 @@ module TencentCloud
|
|
|
7703
7697
|
|
|
7704
7698
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
|
7705
7699
|
extend Gem::Deprecate
|
|
7706
|
-
deprecate :Domain, :none,
|
|
7707
|
-
deprecate :Domain=, :none,
|
|
7708
|
-
deprecate :Url, :none,
|
|
7709
|
-
deprecate :Url=, :none,
|
|
7700
|
+
deprecate :Domain, :none, 2026, 1
|
|
7701
|
+
deprecate :Domain=, :none, 2026, 1
|
|
7702
|
+
deprecate :Url, :none, 2026, 1
|
|
7703
|
+
deprecate :Url=, :none, 2026, 1
|
|
7710
7704
|
|
|
7711
7705
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
|
7712
7706
|
@ListenerId = listenerid
|
|
@@ -8822,8 +8816,8 @@ module TencentCloud
|
|
|
8822
8816
|
|
|
8823
8817
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
|
|
8824
8818
|
extend Gem::Deprecate
|
|
8825
|
-
deprecate :HealthStatusDetial, :none,
|
|
8826
|
-
deprecate :HealthStatusDetial=, :none,
|
|
8819
|
+
deprecate :HealthStatusDetial, :none, 2026, 1
|
|
8820
|
+
deprecate :HealthStatusDetial=, :none, 2026, 1
|
|
8827
8821
|
|
|
8828
8822
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
|
|
8829
8823
|
@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.1198
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|