tencentcloud-sdk-clb 3.0.1191 → 3.0.1196

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86dc0c03e67cf246ba0857194b909274bcb7cdf4
4
- data.tar.gz: 63dbf908b413fb016f37640b92044a7b2f41225f
3
+ metadata.gz: dc0edfb0080c2598bba8c2ea3d8cf154037862a7
4
+ data.tar.gz: 05e123f948d7ec28b22bc2ac01b1f956ce019af1
5
5
  SHA512:
6
- metadata.gz: 0fb88ecd92995f6b7f0a1a876b97e7bcc7f31e63c629412f4c1630bc30e9d75b87e57d8a621d7fa35cbecec49e496ad3cfd64ba444bfcfee75d03f65f331ad49
7
- data.tar.gz: e385aeb87c09c3b349e73050a72cdbbd880135e05f6de058fb2070479898e77d986dd17649e777c9ab9c15a785a64cb5f203aa25bf573bfacb9c203e51c6b7ca
6
+ metadata.gz: cd6f522cb83305eca7eded5826beb3aaade86ccbad8e06217b7f837ef791dcf192c36aa828bc04a2adb9e45714bb22495a4f76b26f65dd10be4bde79f7f8c0e3
7
+ data.tar.gz: 1dc3c1e2e2a9bd6ef97ac1739a3d0a267d075a2a13c1a3712b8858f006ed8d891b3e94c4e589feff7192e0bb13af7b6efc2ccd9e36068461a4adbb4ba9df68c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1191
1
+ 3.0.1196
@@ -2081,7 +2081,7 @@ module TencentCloud
2081
2081
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2082
2082
  end
2083
2083
 
2084
- # API接口续费包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
2084
+ # 本接口 (RenewLoadBalancers) 用于续费包年包月实例。
2085
2085
 
2086
2086
  # @param request: Request instance for RenewLoadBalancers.
2087
2087
  # @type request: :class:`Tencentcloud::clb::V20180317::RenewLoadBalancersRequest`
@@ -1317,8 +1317,8 @@ module TencentCloud
1317
1317
 
1318
1318
  attr_accessor :LogsetName, :Period, :LogsetType
1319
1319
  extend Gem::Deprecate
1320
- deprecate :Period, :none, 2025, 12
1321
- deprecate :Period=, :none, 2025, 12
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
@@ -5597,8 +5597,8 @@ module TencentCloud
5597
5597
 
5598
5598
  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
5599
  extend Gem::Deprecate
5600
- deprecate :Log, :none, 2025, 12
5601
- deprecate :Log=, :none, 2025, 12
5600
+ deprecate :Log, :none, 2026, 1
5601
+ deprecate :Log=, :none, 2026, 1
5602
5602
 
5603
5603
  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
5604
  @LoadBalancerId = loadbalancerid
@@ -6838,27 +6838,28 @@ module TencentCloud
6838
6838
 
6839
6839
  # ModifyTargetGroupAttribute请求参数结构体
6840
6840
  class ModifyTargetGroupAttributeRequest < TencentCloud::Common::AbstractModel
6841
- # @param TargetGroupId: 目标组的ID
6841
+ # @param TargetGroupId: <p>目标组的ID。</p>
6842
6842
  # @type TargetGroupId: String
6843
- # @param TargetGroupName: 目标组的新名称。
6843
+ # @param TargetGroupName: <p>目标组的新名称。</p>
6844
6844
  # @type TargetGroupName: String
6845
- # @param Port: 目标组的新默认端口。全监听目标组不支持此参数。
6845
+ # @param Port: <p>目标组的新默认端口。全监听目标组不支持此参数。</p>
6846
6846
  # @type Port: Integer
6847
- # @param ScheduleAlgorithm: 调度算法,仅V2新版目标组,且后端转发协议为(HTTP|HTTPS|GRPC)时该参数有效。可选值:
6848
- # <ur><li>WRR:按权重轮询。</li><li>LEAST_CONN:最小连接数。</li><li>IP_HASH:按IP哈希。</li><li>默认为 WRR。</li><ur>
6847
+ # @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
6848
  # @type ScheduleAlgorithm: String
6850
- # @param HealthCheck: 健康检查详情。
6849
+ # @param HealthCheck: <p>健康检查详情。</p>
6851
6850
  # @type HealthCheck: :class:`Tencentcloud::Clb.v20180317.models.TargetGroupHealthCheck`
6852
- # @param Weight: 后端服务默认权重, 其中:<ul><li>取值范围[0, 100]</li><li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li><li>v1目标组类型不支持设置Weight参数。</li> </ul>
6851
+ # @param Weight: <p>后端服务默认权重, 其中:<ul><li>取值范围[0, 100]</li><li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li><li>v1目标组类型不支持设置Weight参数。</li> </ul></p>
6853
6852
  # @type Weight: Integer
6854
- # @param KeepaliveEnable: 是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,true:关闭;false:开启, 默认关闭。
6853
+ # @param KeepaliveEnable: <p>是否开启长连接,此参数仅适用于HTTP/HTTPS目标组,true:关闭;false:开启, 默认关闭。</p>
6855
6854
  # @type KeepaliveEnable: Boolean
6856
- # @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。TCP/UDP目标组不支持该参数。
6855
+ # @param SessionExpireTime: <p>会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。TCP/UDP目标组不支持该参数。</p>
6857
6856
  # @type SessionExpireTime: Integer
6857
+ # @param SnatEnable: <p>是否开启SNAT(源IP替换),True(开启)、False(关闭)。默认为关闭。注意:SnatEnable开启时会替换客户端源IP,此时<code>透传客户端源IP</code>选项关闭,反之亦然。</p>
6858
+ # @type SnatEnable: Boolean
6858
6859
 
6859
- attr_accessor :TargetGroupId, :TargetGroupName, :Port, :ScheduleAlgorithm, :HealthCheck, :Weight, :KeepaliveEnable, :SessionExpireTime
6860
+ attr_accessor :TargetGroupId, :TargetGroupName, :Port, :ScheduleAlgorithm, :HealthCheck, :Weight, :KeepaliveEnable, :SessionExpireTime, :SnatEnable
6860
6861
 
6861
- def initialize(targetgroupid=nil, targetgroupname=nil, port=nil, schedulealgorithm=nil, healthcheck=nil, weight=nil, keepaliveenable=nil, sessionexpiretime=nil)
6862
+ def initialize(targetgroupid=nil, targetgroupname=nil, port=nil, schedulealgorithm=nil, healthcheck=nil, weight=nil, keepaliveenable=nil, sessionexpiretime=nil, snatenable=nil)
6862
6863
  @TargetGroupId = targetgroupid
6863
6864
  @TargetGroupName = targetgroupname
6864
6865
  @Port = port
@@ -6867,6 +6868,7 @@ module TencentCloud
6867
6868
  @Weight = weight
6868
6869
  @KeepaliveEnable = keepaliveenable
6869
6870
  @SessionExpireTime = sessionexpiretime
6871
+ @SnatEnable = snatenable
6870
6872
  end
6871
6873
 
6872
6874
  def deserialize(params)
@@ -6881,6 +6883,7 @@ module TencentCloud
6881
6883
  @Weight = params['Weight']
6882
6884
  @KeepaliveEnable = params['KeepaliveEnable']
6883
6885
  @SessionExpireTime = params['SessionExpireTime']
6886
+ @SnatEnable = params['SnatEnable']
6884
6887
  end
6885
6888
  end
6886
6889
 
@@ -7703,10 +7706,10 @@ module TencentCloud
7703
7706
 
7704
7707
  attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
7705
7708
  extend Gem::Deprecate
7706
- deprecate :Domain, :none, 2025, 12
7707
- deprecate :Domain=, :none, 2025, 12
7708
- deprecate :Url, :none, 2025, 12
7709
- deprecate :Url=, :none, 2025, 12
7709
+ deprecate :Domain, :none, 2026, 1
7710
+ deprecate :Domain=, :none, 2026, 1
7711
+ deprecate :Url, :none, 2026, 1
7712
+ deprecate :Url=, :none, 2026, 1
7710
7713
 
7711
7714
  def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
7712
7715
  @ListenerId = listenerid
@@ -8822,8 +8825,8 @@ module TencentCloud
8822
8825
 
8823
8826
  attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
8824
8827
  extend Gem::Deprecate
8825
- deprecate :HealthStatusDetial, :none, 2025, 12
8826
- deprecate :HealthStatusDetial=, :none, 2025, 12
8828
+ deprecate :HealthStatusDetial, :none, 2026, 1
8829
+ deprecate :HealthStatusDetial=, :none, 2026, 1
8827
8830
 
8828
8831
  def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
8829
8832
  @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.1191
4
+ version: 3.0.1196
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-12-28 00:00:00.000000000 Z
11
+ date: 2026-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common