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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 192a436b7468f48a8a58ac88d7d505b9904bf64f
|
|
4
|
+
data.tar.gz: 90193379ac768648fa9ef89696f3945240d43264
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e119d22f94a58044db6c4827e49d8747efeb8241f55eddc55599d54c6f7255e14d85e346a9d9d8b077177cf400abfc27c4356418f8ee460989b8edfae3bef00
|
|
7
|
+
data.tar.gz: 942dd48d8ef04ae2fcf7966cd6ecb58462d840c60dc9faa0e5ae4ecfd1dd021d9804637bdf70afeacd1700656ae8afa6f80a4b3338b8ff95e17b2ea041a6eaed
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.718
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -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,
|
|
7960
|
-
deprecate :HealthStatusDetial=, :none, 2023,
|
|
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.
|
|
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
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|