tencentcloud-sdk-clb 3.0.742 → 3.0.744
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 +2 -2
- 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: 745ba8e0d147bbb8b530e4b8b6b8996c52ba1645
|
|
4
|
+
data.tar.gz: 787d8924a6aea7465259ce18dc9fb4ec8529a8a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b8147ab9fc124abb3e094a50671f8e39b6bbd4391f25d1f7083e6fc925b3c0c2ff3e6590945e316b121b8f8909c0e990abc788137f745f0efda9011d6156139
|
|
7
|
+
data.tar.gz: cc49389c1a546bbe8150bd0ad3f711017ee4b2f437191f50d261eda68062b08b10e676aa3772e8e40875f7df167177affd0d391c7b3fe4eb2fde0c854caf9748
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.744
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -7955,8 +7955,8 @@ module TencentCloud
|
|
|
7955
7955
|
|
|
7956
7956
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
|
|
7957
7957
|
extend Gem::Deprecate
|
|
7958
|
-
deprecate :HealthStatusDetial, :none,
|
|
7959
|
-
deprecate :HealthStatusDetial=, :none,
|
|
7958
|
+
deprecate :HealthStatusDetial, :none, 2024, 1
|
|
7959
|
+
deprecate :HealthStatusDetial=, :none, 2024, 1
|
|
7960
7960
|
|
|
7961
7961
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
|
|
7962
7962
|
@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.744
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|