tencentcloud-sdk-clb 3.0.819 → 3.0.821

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: 1fccf726143e932372693b838ab9f3b825ea5fd1
4
- data.tar.gz: 06c523c1bb6a06adef9d7d8672aeca87d4a652fe
3
+ metadata.gz: 52337d78a4dc4fbe76a02513f2b3d116caea565d
4
+ data.tar.gz: 4787df408e9be91c35e520c4b39bbb22ceb5e1c4
5
5
  SHA512:
6
- metadata.gz: 4c61087754efa217b4f153e1667e175609d145f6e92bf9f7a1548fe4f000f4c657b38d33725f957f25a8ac8dcfd583c4864adcee7c81f77f96a37796ce360199
7
- data.tar.gz: bc2911f89d8eed72601ec63440d43013f4c508c24330c3ef883af66107fa1613891ef91e7e0e0566970377ec8c07cadc6c76f5bd61fe6eeebf7dba871283da93
6
+ metadata.gz: 72f6868dee97aa36fa8791bbf75e512d81e09e139ff81574b2f602e6f1c8c11268ee349a72ed33f3841508e78d7531981cba1e29e6042e7e6f3619876360bad7
7
+ data.tar.gz: f7bf2a4eb19770653b3d51ad87a412fa306f99525114a178e1a8c84f2348cbbf54adc4bda72419bb07b0c9716700d7331180e1b59c2b1e9af26b64eb49e51a7a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.819
1
+ 3.0.821
@@ -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.819
4
+ version: 3.0.821
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-12 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common