tencentcloud-sdk-clb 3.0.1026 → 3.0.1028

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 +21 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fcb8d6a06f1aed78611b61c4042da49818225f6
4
- data.tar.gz: f437d6a65a4c655d6b40b1385114b96b7440bd08
3
+ metadata.gz: b2b3a879589b5679468a69cdd79f61aee7be902e
4
+ data.tar.gz: fa4e185054ab5a80b6b30bbfecc982cfb26ef8fb
5
5
  SHA512:
6
- metadata.gz: 95993f82a98a81386c0854e90edf4645a6b236e50bf4f970d85afa2e97ddec4432cfbde2bfd3ff3191099fbcc225a607fa30c6bfa4d06dfe750cbd38c09c88b5
7
- data.tar.gz: df9792b12efe1afff96ef748a92abdb19ea91a5b74892fe91732b94c4cf1df0a4d4c5375a9e66daeeed4c444b0b75374d30f27da7a56f05c2bb564cb93cde217
6
+ metadata.gz: 714c1ede99bb3f1a5a7b23ebdec0b68a05fab181eb585cbcda48cd6af1cc03c53ba0f856d6e3906bd76b7adf305447658bd2ab3c306ebe3fce87d1c9a2486f37
7
+ data.tar.gz: 84b12392e7a025cddb4f3397327087d0c3c20acfbcc10845c918c1a0131758affb5388ee216224dd0e00298304d2ddf544e0bc26c0e3c81e40117a8df9680e87
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1026
1
+ 3.0.1028
@@ -253,7 +253,7 @@ module TencentCloud
253
253
  # @type Type: String
254
254
  # @param InstanceId: 后端服务的唯一 ID,如 ins-abcd1234
255
255
  # @type InstanceId: String
256
- # @param Port: 后端服务的监听端口
256
+ # @param Port: 后端服务的监听端口,如果是全端口段监听器绑定的全监听目标组场景,此端口返回0,表示无效端口,绑定的后端服务的端口随监听器端口。
257
257
  # @type Port: Integer
258
258
  # @param Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
259
259
  # @type Weight: Integer
@@ -1892,7 +1892,7 @@ module TencentCloud
1892
1892
  # @type TargetGroupName: String
1893
1893
  # @param VpcId: 目标组的vpcid属性,不填则使用默认vpc
1894
1894
  # @type VpcId: String
1895
- # @param Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。
1895
+ # @param Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。全监听目标组不支持此参数,非全监听目标组Port和TargetGroupInstances.N中的port二者必填其一。
1896
1896
  # @type Port: Integer
1897
1897
  # @param TargetGroupInstances: 目标组绑定的后端服务器,单次最多支持50个。
1898
1898
  # @type TargetGroupInstances: Array
@@ -1908,10 +1908,12 @@ module TencentCloud
1908
1908
  # <li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li>
1909
1909
  # </ul>
1910
1910
  # @type Weight: Integer
1911
+ # @param FullListenSwitch: 全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
1912
+ # @type FullListenSwitch: Boolean
1911
1913
 
1912
- attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Type, :Protocol, :Tags, :Weight
1914
+ attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Type, :Protocol, :Tags, :Weight, :FullListenSwitch
1913
1915
 
1914
- def initialize(targetgroupname=nil, vpcid=nil, port=nil, targetgroupinstances=nil, type=nil, protocol=nil, tags=nil, weight=nil)
1916
+ def initialize(targetgroupname=nil, vpcid=nil, port=nil, targetgroupinstances=nil, type=nil, protocol=nil, tags=nil, weight=nil, fulllistenswitch=nil)
1915
1917
  @TargetGroupName = targetgroupname
1916
1918
  @VpcId = vpcid
1917
1919
  @Port = port
@@ -1920,6 +1922,7 @@ module TencentCloud
1920
1922
  @Protocol = protocol
1921
1923
  @Tags = tags
1922
1924
  @Weight = weight
1925
+ @FullListenSwitch = fulllistenswitch
1923
1926
  end
1924
1927
 
1925
1928
  def deserialize(params)
@@ -1945,6 +1948,7 @@ module TencentCloud
1945
1948
  end
1946
1949
  end
1947
1950
  @Weight = params['Weight']
1951
+ @FullListenSwitch = params['FullListenSwitch']
1948
1952
  end
1949
1953
  end
1950
1954
 
@@ -4843,7 +4847,7 @@ module TencentCloud
4843
4847
 
4844
4848
  # 网络计费模式,最大出带宽
4845
4849
  class InternetAccessible < TencentCloud::Common::AbstractModel
4846
- # @param InternetChargeType: TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费; BANDWIDTH_PACKAGE 按带宽包计费;BANDWIDTH_PREPAID按带宽预付费。
4850
+ # @param InternetChargeType: TRAFFIC_POSTPAID_BY_HOUR 按流量按小时后计费 ; BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费,国际站用户不支持该计费模式; BANDWIDTH_PACKAGE 按带宽包计费;BANDWIDTH_PREPAID按带宽预付费。
4847
4851
  # 注意:此字段可能返回 null,表示取不到有效值。
4848
4852
  # @type InternetChargeType: String
4849
4853
  # @param InternetMaxBandwidthOut: 最大出带宽,单位Mbps,仅对公网属性的共享型、性能容量型和独占型 CLB 实例、以及内网属性的性能容量型 CLB 实例生效。
@@ -6529,7 +6533,7 @@ module TencentCloud
6529
6533
 
6530
6534
  # ModifyLoadBalancerMixIpTarget请求参数结构体
6531
6535
  class ModifyLoadBalancerMixIpTargetRequest < TencentCloud::Common::AbstractModel
6532
- # @param LoadBalancerIds: 负载均衡实例ID数组。
6536
+ # @param LoadBalancerIds: 负载均衡实例ID数组,默认支持20个负载均衡实例ID。
6533
6537
  # @type LoadBalancerIds: Array
6534
6538
  # @param MixIpTarget: 开启/关闭IPv6FullChain负载均衡7层监听器支持混绑IPv4/IPv6目标特性。
6535
6539
  # @type MixIpTarget: Boolean
@@ -6727,7 +6731,7 @@ module TencentCloud
6727
6731
  # @type TargetGroupId: String
6728
6732
  # @param TargetGroupName: 目标组的新名称。
6729
6733
  # @type TargetGroupName: String
6730
- # @param Port: 目标组的新默认端口。
6734
+ # @param Port: 目标组的新默认端口。全监听目标组不支持此参数。
6731
6735
  # @type Port: Integer
6732
6736
  # @param Weight: 后端服务默认权重。
6733
6737
  # <ul>
@@ -8312,7 +8316,7 @@ module TencentCloud
8312
8316
  # @type Type: String
8313
8317
  # @param InstanceId: 后端服务的唯一 ID
8314
8318
  # @type InstanceId: String
8315
- # @param Port: 后端服务的监听端口
8319
+ # @param Port: 后端服务的监听端口,全端口段监听器此字段返回0,代表无效端口,即不支持设置。
8316
8320
  # @type Port: Integer
8317
8321
  # @param Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
8318
8322
  # @type Weight: Integer
@@ -8374,7 +8378,7 @@ module TencentCloud
8374
8378
  # @type VpcId: String
8375
8379
  # @param TargetGroupName: 目标组的名字
8376
8380
  # @type TargetGroupName: String
8377
- # @param Port: 目标组的默认端口
8381
+ # @param Port: 目标组的默认端口,全监听目标组此字段返回0,表示无效端口。
8378
8382
  # 注意:此字段可能返回 null,表示取不到有效值。
8379
8383
  # @type Port: Integer
8380
8384
  # @param CreatedTime: 目标组的创建时间
@@ -8398,10 +8402,12 @@ module TencentCloud
8398
8402
  # @param Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
8399
8403
  # 注意:此字段可能返回 null,表示取不到有效值。
8400
8404
  # @type Weight: Integer
8405
+ # @param FullListenSwitch: 是否全监听目标组
8406
+ # @type FullListenSwitch: Boolean
8401
8407
 
8402
- attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :TargetGroupType, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :Weight
8408
+ attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :TargetGroupType, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag, :Weight, :FullListenSwitch
8403
8409
 
8404
- 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)
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)
8405
8411
  @TargetGroupId = targetgroupid
8406
8412
  @VpcId = vpcid
8407
8413
  @TargetGroupName = targetgroupname
@@ -8414,6 +8420,7 @@ module TencentCloud
8414
8420
  @RegisteredInstancesCount = registeredinstancescount
8415
8421
  @Tag = tag
8416
8422
  @Weight = weight
8423
+ @FullListenSwitch = fulllistenswitch
8417
8424
  end
8418
8425
 
8419
8426
  def deserialize(params)
@@ -8443,6 +8450,7 @@ module TencentCloud
8443
8450
  end
8444
8451
  end
8445
8452
  @Weight = params['Weight']
8453
+ @FullListenSwitch = params['FullListenSwitch']
8446
8454
  end
8447
8455
  end
8448
8456
 
@@ -8450,13 +8458,13 @@ module TencentCloud
8450
8458
  class TargetGroupInstance < TencentCloud::Common::AbstractModel
8451
8459
  # @param BindIP: 目标组实例的内网IP
8452
8460
  # @type BindIP: String
8453
- # @param Port: 目标组实例的端口
8461
+ # @param Port: 目标组实例的端口,全监听目标组不支持传此字段。
8454
8462
  # @type Port: Integer
8455
8463
  # @param Weight: 目标组实例的权重
8456
8464
 
8457
8465
  # v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
8458
8466
  # @type Weight: Integer
8459
- # @param NewPort: 目标组实例的新端口
8467
+ # @param NewPort: 目标组实例的新端口,全监听目标组不支持传此字段。
8460
8468
  # @type NewPort: Integer
8461
8469
 
8462
8470
  attr_accessor :BindIP, :Port, :Weight, :NewPort
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.1026
4
+ version: 3.0.1028
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-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common