tencentcloud-sdk-clb 3.0.1033 → 3.0.1034

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180317/models.rb +18 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9e07e10999eeb2da0830a699dfda34f5268b9ee
4
- data.tar.gz: effc03d854eadcb7e633ada35a2cc52d3c0f411a
3
+ metadata.gz: 3c57d0be04941501b262cda71f8dca599cc1e9a2
4
+ data.tar.gz: b9b96fddcf1c96bfcd47877f0fb1bafccb928324
5
5
  SHA512:
6
- metadata.gz: f637517818e4deee08dd7f55f07f5b9abc418366e12d9e30379672eff1abc42be60f0ac25e08525822800d1ccd5f0e6478cdeb75e94b88580ecdf8be7b4c5f97
7
- data.tar.gz: bf8c240c4bf3ecb9f44be6c36e6364f758e95a51829aafbdcdb67a9080a92427cda12e3bae5c504e9e55870cc7ab0f29dd83cf8b9d3a77af354dcd44481ffb89
6
+ metadata.gz: 0fcf4a15b6069240fecbaf6a457eefc94566c885dcc6f3d991606ccbf5bc7dd309f44563ba103c2881f47a52f8e8f0ab1459978f379e66a48302067e71a2be88
7
+ data.tar.gz: 052073234f73d8ddfdc3df030d4d24039ca69295e6ecab13d893fdbbcb8752a180bdef28ba1f295ded01d77cc3035a59062da0a9d55fcf96292b2ae19ac63481
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1033
1
+ 3.0.1034
@@ -1426,8 +1426,8 @@ module TencentCloud
1426
1426
 
1427
1427
  attr_accessor :LogsetName, :Period, :LogsetType
1428
1428
  extend Gem::Deprecate
1429
- deprecate :Period, :none, 2025, 3
1430
- deprecate :Period=, :none, 2025, 3
1429
+ deprecate :Period, :none, 2025, 4
1430
+ deprecate :Period=, :none, 2025, 4
1431
1431
 
1432
1432
  def initialize(logsetname=nil, period=nil, logsettype=nil)
1433
1433
  @LogsetName = logsetname
@@ -5506,8 +5506,8 @@ module TencentCloud
5506
5506
 
5507
5507
  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
5508
5508
  extend Gem::Deprecate
5509
- deprecate :Log, :none, 2025, 3
5510
- deprecate :Log=, :none, 2025, 3
5509
+ deprecate :Log, :none, 2025, 4
5510
+ deprecate :Log=, :none, 2025, 4
5511
5511
 
5512
5512
  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)
5513
5513
  @LoadBalancerId = loadbalancerid
@@ -7537,10 +7537,10 @@ module TencentCloud
7537
7537
 
7538
7538
  attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
7539
7539
  extend Gem::Deprecate
7540
- deprecate :Domain, :none, 2025, 3
7541
- deprecate :Domain=, :none, 2025, 3
7542
- deprecate :Url, :none, 2025, 3
7543
- deprecate :Url=, :none, 2025, 3
7540
+ deprecate :Domain, :none, 2025, 4
7541
+ deprecate :Domain=, :none, 2025, 4
7542
+ deprecate :Url, :none, 2025, 4
7543
+ deprecate :Url=, :none, 2025, 4
7544
7544
 
7545
7545
  def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
7546
7546
  @ListenerId = listenerid
@@ -8388,6 +8388,10 @@ module TencentCloud
8388
8388
  # @param AssociatedRule: 关联到的规则数组。在DescribeTargetGroupList接口调用时无法获取到该参数。
8389
8389
  # 注意:此字段可能返回 null,表示取不到有效值。
8390
8390
  # @type AssociatedRule: Array
8391
+ # @param Protocol: 后端转发协议类型,支持类型TCP, UDP。仅V2新版目标组支持返回该参数。
8392
+
8393
+ # 注意:此字段可能返回 null,表示取不到有效值。
8394
+ # @type Protocol: String
8391
8395
  # @param TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
8392
8396
  # 注意:此字段可能返回 null,表示取不到有效值。
8393
8397
  # @type TargetGroupType: String
@@ -8405,9 +8409,9 @@ module TencentCloud
8405
8409
  # @param FullListenSwitch: 是否全监听目标组
8406
8410
  # @type FullListenSwitch: Boolean
8407
8411
 
8408
- attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :TargetGroupType, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :Weight, :FullListenSwitch
8412
+ attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :TargetGroupType, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :Weight, :FullListenSwitch
8409
8413
 
8410
- def initialize(targetgroupid=nil, vpcid=nil, targetgroupname=nil, port=nil, createdtime=nil, updatedtime=nil, associatedrule=nil, targetgrouptype=nil, associatedrulecount=nil, registeredinstancescount=nil, tag=nil, weight=nil, fulllistenswitch=nil)
8414
+ 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)
8411
8415
  @TargetGroupId = targetgroupid
8412
8416
  @VpcId = vpcid
8413
8417
  @TargetGroupName = targetgroupname
@@ -8415,6 +8419,7 @@ module TencentCloud
8415
8419
  @CreatedTime = createdtime
8416
8420
  @UpdatedTime = updatedtime
8417
8421
  @AssociatedRule = associatedrule
8422
+ @Protocol = protocol
8418
8423
  @TargetGroupType = targetgrouptype
8419
8424
  @AssociatedRuleCount = associatedrulecount
8420
8425
  @RegisteredInstancesCount = registeredinstancescount
@@ -8438,6 +8443,7 @@ module TencentCloud
8438
8443
  @AssociatedRule << associationitem_tmp
8439
8444
  end
8440
8445
  end
8446
+ @Protocol = params['Protocol']
8441
8447
  @TargetGroupType = params['TargetGroupType']
8442
8448
  @AssociatedRuleCount = params['AssociatedRuleCount']
8443
8449
  @RegisteredInstancesCount = params['RegisteredInstancesCount']
@@ -8504,8 +8510,8 @@ module TencentCloud
8504
8510
 
8505
8511
  attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId
8506
8512
  extend Gem::Deprecate
8507
- deprecate :HealthStatusDetial, :none, 2025, 3
8508
- deprecate :HealthStatusDetial=, :none, 2025, 3
8513
+ deprecate :HealthStatusDetial, :none, 2025, 4
8514
+ deprecate :HealthStatusDetial=, :none, 2025, 4
8509
8515
 
8510
8516
  def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil)
8511
8517
  @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.1033
4
+ version: 3.0.1034
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-04-02 00:00:00.000000000 Z
11
+ date: 2025-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common