tencentcloud-sdk-clb 3.0.717 → 3.0.719

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: 84805a61225e6a15113f06a2211610d4284707a5
4
- data.tar.gz: 90945f80f986db58d4a11e88080e0ee27f53e3a5
3
+ metadata.gz: d1874707b74b0d0bcdfd6b28def515a2bff29f48
4
+ data.tar.gz: ab1ecb24607806c7bc62175e0e52900adca78ebe
5
5
  SHA512:
6
- metadata.gz: d78d44439b12cc6ed452f27d5bafd52f3947d2703cb6077c63af537650b34ed1b72a6c9ac931856ca6f0598715d2623d20f9db98e4e07a11d748fc309be29a76
7
- data.tar.gz: bf03d78abdc52e28463feb0cbdbd7aa4a540eca9d4e7c0e579fec43569853b0df3b157ea0aaf05a6dd8b689ad6271d16f64e96d0c3d90013d70046e04ac21290
6
+ metadata.gz: ad7959efdb4da5b60a80b2206b90ef6d6729c5d8419295dac5ea5bdb8bac7aca3d525ceda8ec2e13c7e1fe3c43af8d28eff253bb7b95197028ccfa8e2d95cc23
7
+ data.tar.gz: 8f9f16ac8c9c79938b2210624cdf17a5cf3d5b62239b01111e378d57f2c6d89b4caf8df05b12dbff98b3cbf1c64260f73f8ded825f04bccfadff7e014e29967c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.717
1
+ 3.0.719
@@ -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.719
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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common