tencentcloud-sdk-clb 3.0.1006 → 3.0.1007
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 +6 -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: e822b72104f8cf7f3da0bef99b93a31da89091d5
|
4
|
+
data.tar.gz: 25a82f9a9f69348e1c799bf7a230030e1aa5d663
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19491383f7f868e4eddef6c9256477c0559f431cbd2e28bde3e00df3113a24e52f5770814bf3bf736e8394e995950fcb91f9101144f6e5da08312b945eddcdb2
|
7
|
+
data.tar.gz: e0938cceec58e6bd39d8609dfc25cfdc1d6c099ff653b1df9aaaba7a728f499ee17bfcf2a9ef9074d9a1c414f8d0a9033f33bdd80056f523995eeeeb04ba83b2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1007
|
data/lib/v20180317/models.rb
CHANGED
@@ -1892,6 +1892,8 @@ module TencentCloud
|
|
1892
1892
|
# @type Port: Integer
|
1893
1893
|
# @param TargetGroupInstances: 目标组绑定的后端服务器
|
1894
1894
|
# @type TargetGroupInstances: Array
|
1895
|
+
# @param Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
|
1896
|
+
# @type Type: String
|
1895
1897
|
# @param Tags: 标签。
|
1896
1898
|
# @type Tags: Array
|
1897
1899
|
# @param Weight: 后端服务默认权重。
|
@@ -1901,13 +1903,14 @@ module TencentCloud
|
|
1901
1903
|
# </ul>
|
1902
1904
|
# @type Weight: Integer
|
1903
1905
|
|
1904
|
-
attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Tags, :Weight
|
1906
|
+
attr_accessor :TargetGroupName, :VpcId, :Port, :TargetGroupInstances, :Type, :Tags, :Weight
|
1905
1907
|
|
1906
|
-
def initialize(targetgroupname=nil, vpcid=nil, port=nil, targetgroupinstances=nil, tags=nil, weight=nil)
|
1908
|
+
def initialize(targetgroupname=nil, vpcid=nil, port=nil, targetgroupinstances=nil, type=nil, tags=nil, weight=nil)
|
1907
1909
|
@TargetGroupName = targetgroupname
|
1908
1910
|
@VpcId = vpcid
|
1909
1911
|
@Port = port
|
1910
1912
|
@TargetGroupInstances = targetgroupinstances
|
1913
|
+
@Type = type
|
1911
1914
|
@Tags = tags
|
1912
1915
|
@Weight = weight
|
1913
1916
|
end
|
@@ -1924,6 +1927,7 @@ module TencentCloud
|
|
1924
1927
|
@TargetGroupInstances << targetgroupinstance_tmp
|
1925
1928
|
end
|
1926
1929
|
end
|
1930
|
+
@Type = params['Type']
|
1927
1931
|
unless params['Tags'].nil?
|
1928
1932
|
@Tags = []
|
1929
1933
|
params['Tags'].each do |i|
|
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.1007
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|