tencentcloud-sdk-clb 3.0.970 → 3.0.972

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180317/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1054fdcaabccec5615822b12773c936b2d5220c
4
- data.tar.gz: d73a3b43944113ac61653f6d3787cdd68aeeded2
3
+ metadata.gz: fad0e434c9662f0d1919aaf837bd07d842e72a65
4
+ data.tar.gz: 2e2f3e6b76529ff5c6cb86c3e37d2eb4243b42b6
5
5
  SHA512:
6
- metadata.gz: 6102902a1c2570ee40a1813000853cc0eadb0c62a803c4066a336a618adf3ab3488fb0a73ec7f7a5df9937c80da8010b3a03d88fefb6220228dd8562e94330d0
7
- data.tar.gz: 5c027baa61a42930e9f1dd52366aa4d51b308f83d455fc3dac4543927767ff29087a65b51f57da693ce12209eb8eea907f1ce05959d43c268ad8efac55bec65b
6
+ metadata.gz: abc6fa3abdc57ac732063e53b8543a003e156a14331cf560b853d4bed6891fd4b3a1f83cfa1dddaf8a10cc6a0aec456c01593a18096bcde30e574f7c95b9c446
7
+ data.tar.gz: e0438834fa2896e86c13b9d6301687cad8437300141b4b62a52bb12143c685de2a485ddda480fdfa479142bec1d97b9d6e3ba7eb99d94d5cb7b5bbc2d882b0c2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.972
@@ -79,10 +79,13 @@ module TencentCloud
79
79
  # @type LoadBalancerName: String
80
80
  # @param ListenerName: 监听器名称
81
81
  # @type ListenerName: String
82
+ # @param Weight: 关联目标组的权重, 该参数只有v2新版目标组生效。
83
+ # 注意:此字段可能返回 null,表示取不到有效值。
84
+ # @type Weight: Integer
82
85
 
83
- attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Protocol, :Port, :Domain, :Url, :LoadBalancerName, :ListenerName
86
+ attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Protocol, :Port, :Domain, :Url, :LoadBalancerName, :ListenerName, :Weight
84
87
 
85
- def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, protocol=nil, port=nil, domain=nil, url=nil, loadbalancername=nil, listenername=nil)
88
+ def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, protocol=nil, port=nil, domain=nil, url=nil, loadbalancername=nil, listenername=nil, weight=nil)
86
89
  @LoadBalancerId = loadbalancerid
87
90
  @ListenerId = listenerid
88
91
  @LocationId = locationid
@@ -92,6 +95,7 @@ module TencentCloud
92
95
  @Url = url
93
96
  @LoadBalancerName = loadbalancername
94
97
  @ListenerName = listenername
98
+ @Weight = weight
95
99
  end
96
100
 
97
101
  def deserialize(params)
@@ -104,6 +108,7 @@ module TencentCloud
104
108
  @Url = params['Url']
105
109
  @LoadBalancerName = params['LoadBalancerName']
106
110
  @ListenerName = params['ListenerName']
111
+ @Weight = params['Weight']
107
112
  end
108
113
  end
109
114
 
@@ -219,17 +224,21 @@ module TencentCloud
219
224
  # @type TargetGroupId: String
220
225
  # @param TargetGroupName: 目标组名称
221
226
  # @type TargetGroupName: String
227
+ # @param Weight: 权重
228
+ # @type Weight: Integer
222
229
 
223
- attr_accessor :TargetGroupId, :TargetGroupName
230
+ attr_accessor :TargetGroupId, :TargetGroupName, :Weight
224
231
 
225
- def initialize(targetgroupid=nil, targetgroupname=nil)
232
+ def initialize(targetgroupid=nil, targetgroupname=nil, weight=nil)
226
233
  @TargetGroupId = targetgroupid
227
234
  @TargetGroupName = targetgroupname
235
+ @Weight = weight
228
236
  end
229
237
 
230
238
  def deserialize(params)
231
239
  @TargetGroupId = params['TargetGroupId']
232
240
  @TargetGroupName = params['TargetGroupName']
241
+ @Weight = params['Weight']
233
242
  end
234
243
  end
235
244
 
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.970
4
+ version: 3.0.972
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-12-26 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common