tencentcloud-sdk-clb 3.0.545 → 3.0.546

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: 8bc3769d44d7b3a6168a89e40a7cc2296af187c8
4
- data.tar.gz: 1f41c4e4c3c9dd1f9cff2560275434a6056f14ce
3
+ metadata.gz: 21b543dcb65148aa1345a6c20ae41f2a7c35bb44
4
+ data.tar.gz: 422d34e8660b4e52dfb2f8b2bfd6ae18748f6e9a
5
5
  SHA512:
6
- metadata.gz: 2d8e841d385c91d33f212d067e7d4c6443ad1d8234261023951b8bcb3703919343d8d27a5f2d61e2fe02361aeed5d723a72285dd00c269e4301ececc97d25ed7
7
- data.tar.gz: a61c64a4f1bf3c6ea9455a022fee04eb761a26465e7d55c8fdc858a6868b374302cc53cdb14c2d302ca00f85157f213e5429869c2a76ab0949929f2d7d0cc353
6
+ metadata.gz: db84e28d37c30a7bc68b8d2ef0ad2110d8d155658e86786778beff70c6d30afff7c52b1a16c5c739b1ce2faae83b81a783eefc183efdf242e9bafd3bd2a7290d
7
+ data.tar.gz: 4f7fbe5c4215e5e17c1d5e158690dc849d826d00141f0d2ad64a81c0f6387960848b6b76657eac21f53e97cdab6c54ee7da7f58b3038f732b9648205459a2482
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.545
1
+ 3.0.546
@@ -4218,10 +4218,13 @@ module TencentCloud
4218
4218
  # @type Status: Integer
4219
4219
  # @param Forward: 负载均衡类型标识,1:负载均衡,0:传统型负载均衡。
4220
4220
  # @type Forward: Integer
4221
+ # @param Domain: 负载均衡域名
4222
+ # 注意:此字段可能返回 null,表示取不到有效值。
4223
+ # @type Domain: String
4221
4224
 
4222
- attr_accessor :LoadBalancerId, :LoadBalancerName, :Region, :Vip, :IdleReason, :Status, :Forward
4225
+ attr_accessor :LoadBalancerId, :LoadBalancerName, :Region, :Vip, :IdleReason, :Status, :Forward, :Domain
4223
4226
 
4224
- def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, idlereason=nil, status=nil, forward=nil)
4227
+ def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, idlereason=nil, status=nil, forward=nil, domain=nil)
4225
4228
  @LoadBalancerId = loadbalancerid
4226
4229
  @LoadBalancerName = loadbalancername
4227
4230
  @Region = region
@@ -4229,6 +4232,7 @@ module TencentCloud
4229
4232
  @IdleReason = idlereason
4230
4233
  @Status = status
4231
4234
  @Forward = forward
4235
+ @Domain = domain
4232
4236
  end
4233
4237
 
4234
4238
  def deserialize(params)
@@ -4239,6 +4243,7 @@ module TencentCloud
4239
4243
  @IdleReason = params['IdleReason']
4240
4244
  @Status = params['Status']
4241
4245
  @Forward = params['Forward']
4246
+ @Domain = params['Domain']
4242
4247
  end
4243
4248
  end
4244
4249
 
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.545
4
+ version: 3.0.546
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-04-05 00:00:00.000000000 Z
11
+ date: 2023-04-07 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
37
- - lib/v20180317/models.rb
38
36
  - lib/v20180317/client.rb
37
+ - 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: