tencentcloud-sdk-clb 3.0.519 → 3.0.521

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: 45375e6bc2022b5fa4e7d7b5ba2e1b44e286ae65
4
- data.tar.gz: 2c78af2c0c1ae43cbf34d7ea1976590c3eef8398
3
+ metadata.gz: 191c413c5391c9a92b19d851c916432719c51d8c
4
+ data.tar.gz: b3439d29f8857cb75bb8747b96474f1abe4f95d2
5
5
  SHA512:
6
- metadata.gz: dbd37ca13d36efbbd820de5a6e95e620d58a8521978b2c732835056b18b2b2a2bbc366efb8cc2c69103463bdab8bac296fd53ac1aaf298b2ac3a87435be42c3e
7
- data.tar.gz: f85397198fa31628d8e2be6bcc007c4baa147164dff98588baf7837bb7c198f2ee2ca7208ce46d505370f7ff255cde825db69cb6d2dbd6e06cb7a00ae918bdb4
6
+ metadata.gz: 3c3f2bc2de08cbc3425ee29b00bd40ccf554d5414cc95e284aa2eb55124b532062f7ac3b749108e8c85109b478548417add29cba7df6cbbe57b0844ffe939c9f
7
+ data.tar.gz: 51b39594761ef606d0d05436fb746771024095a4d6c406e6e7c636f0792d94ceac6bcc5f0fd73da63274e50ce7056d1a6d536541305a31d7ce08b7974b496221
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.519
1
+ 3.0.521
@@ -5241,15 +5241,19 @@ module TencentCloud
5241
5241
  # @type Vip: String
5242
5242
  # @param OutBandwidth: 最大出带宽,单位:Mbps
5243
5243
  # @type OutBandwidth: Float
5244
+ # @param Domain: CLB域名
5245
+ # 注意:此字段可能返回 null,表示取不到有效值。
5246
+ # @type Domain: String
5244
5247
 
5245
- attr_accessor :LoadBalancerId, :LoadBalancerName, :Region, :Vip, :OutBandwidth
5248
+ attr_accessor :LoadBalancerId, :LoadBalancerName, :Region, :Vip, :OutBandwidth, :Domain
5246
5249
 
5247
- def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, outbandwidth=nil)
5250
+ def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, outbandwidth=nil, domain=nil)
5248
5251
  @LoadBalancerId = loadbalancerid
5249
5252
  @LoadBalancerName = loadbalancername
5250
5253
  @Region = region
5251
5254
  @Vip = vip
5252
5255
  @OutBandwidth = outbandwidth
5256
+ @Domain = domain
5253
5257
  end
5254
5258
 
5255
5259
  def deserialize(params)
@@ -5258,6 +5262,7 @@ module TencentCloud
5258
5262
  @Region = params['Region']
5259
5263
  @Vip = params['Vip']
5260
5264
  @OutBandwidth = params['OutBandwidth']
5265
+ @Domain = params['Domain']
5261
5266
  end
5262
5267
  end
5263
5268
 
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.519
4
+ version: 3.0.521
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-01 00:00:00.000000000 Z
11
+ date: 2023-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common