tencentcloud-sdk-clb 3.0.819 → 3.0.820

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: 1fccf726143e932372693b838ab9f3b825ea5fd1
4
- data.tar.gz: 06c523c1bb6a06adef9d7d8672aeca87d4a652fe
3
+ metadata.gz: ab60ad7ee9707a68fac7f8b0f23c64c84a75f70d
4
+ data.tar.gz: 84b397d74e13d0bcf785f94a8e7491991066133e
5
5
  SHA512:
6
- metadata.gz: 4c61087754efa217b4f153e1667e175609d145f6e92bf9f7a1548fe4f000f4c657b38d33725f957f25a8ac8dcfd583c4864adcee7c81f77f96a37796ce360199
7
- data.tar.gz: bc2911f89d8eed72601ec63440d43013f4c508c24330c3ef883af66107fa1613891ef91e7e0e0566970377ec8c07cadc6c76f5bd61fe6eeebf7dba871283da93
6
+ metadata.gz: 1e5298327ad25853b5deab49e4a83ef3168e78fe8e0955688ca62bdcc99358b2a1bf71b4ad5257dba85c8a610af774ae5d79e87b3c0089fe2ee18e758256a8f1
7
+ data.tar.gz: a78b12d70c88f558bfd9637c29cb354be6272b67f7a3a044e67433d4f0163a989386dfab8e02800f214a5478879d9b34a968212ccb8b3aeec83cb7032ab9274a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.819
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.819
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-12 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: