tencentcloud-sdk-clb 3.0.520 → 3.0.521
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 +7 -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: 191c413c5391c9a92b19d851c916432719c51d8c
|
|
4
|
+
data.tar.gz: b3439d29f8857cb75bb8747b96474f1abe4f95d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c3f2bc2de08cbc3425ee29b00bd40ccf554d5414cc95e284aa2eb55124b532062f7ac3b749108e8c85109b478548417add29cba7df6cbbe57b0844ffe939c9f
|
|
7
|
+
data.tar.gz: 51b39594761ef606d0d05436fb746771024095a4d6c406e6e7c636f0792d94ceac6bcc5f0fd73da63274e50ce7056d1a6d536541305a31d7ce08b7974b496221
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.521
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -5241,15 +5241,19 @@ module TencentCloud
|
|
|
5241
5241
|
# @type Vip: String
|
|
5242
5242
|
# @param OutBandwidth: 最大出带宽,单位:Mbps
|
|
5243
5243
|
# @type OutBandwidth: Float
|
|
5244
|
+
# @param Domain: CLB域名
|
|
5245
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5246
|
+
# @type Domain: String
|
|
5244
5247
|
|
|
5245
|
-
attr_accessor :LoadBalancerId, :LoadBalancerName, :Region, :Vip, :OutBandwidth
|
|
5248
|
+
attr_accessor :LoadBalancerId, :LoadBalancerName, :Region, :Vip, :OutBandwidth, :Domain
|
|
5246
5249
|
|
|
5247
|
-
def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, outbandwidth=nil)
|
|
5250
|
+
def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, outbandwidth=nil, domain=nil)
|
|
5248
5251
|
@LoadBalancerId = loadbalancerid
|
|
5249
5252
|
@LoadBalancerName = loadbalancername
|
|
5250
5253
|
@Region = region
|
|
5251
5254
|
@Vip = vip
|
|
5252
5255
|
@OutBandwidth = outbandwidth
|
|
5256
|
+
@Domain = domain
|
|
5253
5257
|
end
|
|
5254
5258
|
|
|
5255
5259
|
def deserialize(params)
|
|
@@ -5258,6 +5262,7 @@ module TencentCloud
|
|
|
5258
5262
|
@Region = params['Region']
|
|
5259
5263
|
@Vip = params['Vip']
|
|
5260
5264
|
@OutBandwidth = params['OutBandwidth']
|
|
5265
|
+
@Domain = params['Domain']
|
|
5261
5266
|
end
|
|
5262
5267
|
end
|
|
5263
5268
|
|
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.521
|
|
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-03-
|
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|