tencentcloud-sdk-clb 3.0.717 → 3.0.718

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84805a61225e6a15113f06a2211610d4284707a5
4
- data.tar.gz: 90945f80f986db58d4a11e88080e0ee27f53e3a5
3
+ metadata.gz: 192a436b7468f48a8a58ac88d7d505b9904bf64f
4
+ data.tar.gz: 90193379ac768648fa9ef89696f3945240d43264
5
5
  SHA512:
6
- metadata.gz: d78d44439b12cc6ed452f27d5bafd52f3947d2703cb6077c63af537650b34ed1b72a6c9ac931856ca6f0598715d2623d20f9db98e4e07a11d748fc309be29a76
7
- data.tar.gz: bf03d78abdc52e28463feb0cbdbd7aa4a540eca9d4e7c0e579fec43569853b0df3b157ea0aaf05a6dd8b689ad6271d16f64e96d0c3d90013d70046e04ac21290
6
+ metadata.gz: 4e119d22f94a58044db6c4827e49d8747efeb8241f55eddc55599d54c6f7255e14d85e346a9d9d8b077177cf400abfc27c4356418f8ee460989b8edfae3bef00
7
+ data.tar.gz: 942dd48d8ef04ae2fcf7966cd6ecb58462d840c60dc9faa0e5ae4ecfd1dd021d9804637bdf70afeacd1700656ae8afa6f80a4b3338b8ff95e17b2ea041a6eaed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.717
1
+ 3.0.718
@@ -19,7 +19,7 @@ module TencentCloud
19
19
  module V20180317
20
20
  # AssociateTargetGroups请求参数结构体
21
21
  class AssociateTargetGroupsRequest < TencentCloud::Common::AbstractModel
22
- # @param Associations: 绑定的关系数组。
22
+ # @param Associations: 绑定的关系数组。一次请求最多支持20个。
23
23
  # @type Associations: Array
24
24
 
25
25
  attr_accessor :Associations
@@ -7956,8 +7956,8 @@ module TencentCloud
7956
7956
 
7957
7957
  attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
7958
7958
  extend Gem::Deprecate
7959
- deprecate :HealthStatusDetial, :none, 2023, 11
7960
- deprecate :HealthStatusDetial=, :none, 2023, 11
7959
+ deprecate :HealthStatusDetial, :none, 2023, 12
7960
+ deprecate :HealthStatusDetial=, :none, 2023, 12
7961
7961
 
7962
7962
  def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
7963
7963
  @IP = ip
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.717
4
+ version: 3.0.718
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-11-30 00:00:00.000000000 Z
11
+ date: 2023-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common