tencentcloud-sdk-clb 3.0.818 → 3.0.820

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a9c790b487d4e2f9b596ab7863aa65a92023e48
4
- data.tar.gz: 629aa19722bbb9c6dd2e65ae4c7fdabafa0f10f3
3
+ metadata.gz: ab60ad7ee9707a68fac7f8b0f23c64c84a75f70d
4
+ data.tar.gz: 84b397d74e13d0bcf785f94a8e7491991066133e
5
5
  SHA512:
6
- metadata.gz: 09a8465d64026516405275c414dcacd94bb8ade0c14582ca51415c0d02e949417c6c4d1e38ae4ea267010049bd2ca604a9f4a2516d42bc11726f1d5b9acf2a0c
7
- data.tar.gz: b33a54d8f745583c8fb1bbefaed0fa3a60d16efaa514345759258661f78ef8b0da106439349a470b7fd3a3611e9b786f3ce826904870c4380197b121b4e2bdcf
6
+ metadata.gz: 1e5298327ad25853b5deab49e4a83ef3168e78fe8e0955688ca62bdcc99358b2a1bf71b4ad5257dba85c8a610af774ae5d79e87b3c0089fe2ee18e758256a8f1
7
+ data.tar.gz: a78b12d70c88f558bfd9637c29cb354be6272b67f7a3a044e67433d4f0163a989386dfab8e02800f214a5478879d9b34a968212ccb8b3aeec83cb7032ab9274a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.818
1
+ 3.0.820
@@ -7862,14 +7862,17 @@ module TencentCloud
7862
7862
  # @type ListenerId: String
7863
7863
  # @param LocationId: 转发规则ID
7864
7864
  # @type LocationId: String
7865
+ # @param Weight: 目标组权重,范围[0, 100]。仅绑定v2目标组时生效,如果不存在,则默认为10。
7866
+ # @type Weight: Integer
7865
7867
 
7866
- attr_accessor :LoadBalancerId, :TargetGroupId, :ListenerId, :LocationId
7868
+ attr_accessor :LoadBalancerId, :TargetGroupId, :ListenerId, :LocationId, :Weight
7867
7869
 
7868
- def initialize(loadbalancerid=nil, targetgroupid=nil, listenerid=nil, locationid=nil)
7870
+ def initialize(loadbalancerid=nil, targetgroupid=nil, listenerid=nil, locationid=nil, weight=nil)
7869
7871
  @LoadBalancerId = loadbalancerid
7870
7872
  @TargetGroupId = targetgroupid
7871
7873
  @ListenerId = listenerid
7872
7874
  @LocationId = locationid
7875
+ @Weight = weight
7873
7876
  end
7874
7877
 
7875
7878
  def deserialize(params)
@@ -7877,6 +7880,7 @@ module TencentCloud
7877
7880
  @TargetGroupId = params['TargetGroupId']
7878
7881
  @ListenerId = params['ListenerId']
7879
7882
  @LocationId = params['LocationId']
7883
+ @Weight = params['Weight']
7880
7884
  end
7881
7885
  end
7882
7886
 
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.818
4
+ version: 3.0.820
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-09 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-clb.rb
36
37
  - lib/v20180317/client.rb
37
38
  - lib/v20180317/models.rb
38
- - lib/tencentcloud-sdk-clb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: