tencentcloud-sdk-clb 3.0.588 → 3.0.590

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: 248643d4bda9162678096300d967b9668d27f0a9
4
- data.tar.gz: 5652987407547c47d529d13bd3f6380e66e61b74
3
+ metadata.gz: 2f926786619131ed6da75059ce5ab39b2be929c0
4
+ data.tar.gz: 54ef4f34c9dc3405524f093dc5c091a5801a66fb
5
5
  SHA512:
6
- metadata.gz: 21e5d6fa54f57c92cffd8a3ddf0108cebdae8b56760e7308aa27be6c97cfc48dfd775c66c4b2d72b8054448004cb4b885ea63f1056fb823553b91b2615887879
7
- data.tar.gz: 4d226d9f135896c5ee77a4aef3a16d61006038bdf538185cd2e2ee77a107523ca0fc28bded3e1b790d1dce00c4fd6ca424fe05f5a4f19f576b349d43b090e221
6
+ metadata.gz: 511371bcd6d95232906a7e9968c049245df0e22df699f8eaa919013d24c6501ca0b72bf6cba55bea612db5b62315ab5fa366c09e6caca0bb3a2455b4faf04989
7
+ data.tar.gz: 43bc709e3f1cd48260d7df1c64d5924d7b9fb9f372a7cad93277bedfbce69f5d7ec69bac7b995c8e17b7dca33c9b2e22b09b06e04d7535d61a0f6928d53c4fcb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.588
1
+ 3.0.590
@@ -7329,26 +7329,26 @@ module TencentCloud
7329
7329
  class TargetGroupAssociation < TencentCloud::Common::AbstractModel
7330
7330
  # @param LoadBalancerId: 负载均衡ID
7331
7331
  # @type LoadBalancerId: String
7332
- # @param ListenerId: 监听器ID
7333
- # @type ListenerId: String
7334
7332
  # @param TargetGroupId: 目标组ID
7335
7333
  # @type TargetGroupId: String
7334
+ # @param ListenerId: 监听器ID
7335
+ # @type ListenerId: String
7336
7336
  # @param LocationId: 转发规则ID
7337
7337
  # @type LocationId: String
7338
7338
 
7339
- attr_accessor :LoadBalancerId, :ListenerId, :TargetGroupId, :LocationId
7339
+ attr_accessor :LoadBalancerId, :TargetGroupId, :ListenerId, :LocationId
7340
7340
 
7341
- def initialize(loadbalancerid=nil, listenerid=nil, targetgroupid=nil, locationid=nil)
7341
+ def initialize(loadbalancerid=nil, targetgroupid=nil, listenerid=nil, locationid=nil)
7342
7342
  @LoadBalancerId = loadbalancerid
7343
- @ListenerId = listenerid
7344
7343
  @TargetGroupId = targetgroupid
7344
+ @ListenerId = listenerid
7345
7345
  @LocationId = locationid
7346
7346
  end
7347
7347
 
7348
7348
  def deserialize(params)
7349
7349
  @LoadBalancerId = params['LoadBalancerId']
7350
- @ListenerId = params['ListenerId']
7351
7350
  @TargetGroupId = params['TargetGroupId']
7351
+ @ListenerId = params['ListenerId']
7352
7352
  @LocationId = params['LocationId']
7353
7353
  end
7354
7354
  end
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.588
4
+ version: 3.0.590
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-06-08 00:00:00.000000000 Z
11
+ date: 2023-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common