tencentcloud-sdk-clb 3.0.589 → 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: f8516681bef7999b35b678b16c431fbb3665ff62
4
- data.tar.gz: 09245cae3eef88df853fb42fe88098f4b600011a
3
+ metadata.gz: 2f926786619131ed6da75059ce5ab39b2be929c0
4
+ data.tar.gz: 54ef4f34c9dc3405524f093dc5c091a5801a66fb
5
5
  SHA512:
6
- metadata.gz: c90c575b746563c422d86de02fbb3a469b277fb9b17ab5542fa85b69be23046494c1a7c3813badad28448ecede05f348665f7f3c9a91711f862fa38edcef6f22
7
- data.tar.gz: f13b99faac7df66627bff94028ffbc8df262a7df8d104869a35a9a9b8e758d43c5db2324b322950891c48903fd7a3386a836f49298b600f64d78013dce83e1ef
6
+ metadata.gz: 511371bcd6d95232906a7e9968c049245df0e22df699f8eaa919013d24c6501ca0b72bf6cba55bea612db5b62315ab5fa366c09e6caca0bb3a2455b4faf04989
7
+ data.tar.gz: 43bc709e3f1cd48260d7df1c64d5924d7b9fb9f372a7cad93277bedfbce69f5d7ec69bac7b995c8e17b7dca33c9b2e22b09b06e04d7535d61a0f6928d53c4fcb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
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.589
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-09 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