tencentcloud-sdk-dc 3.0.1003 → 3.0.1004
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/v20180410/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: d70ad52d3c086b14cff4ad5bd327067ceebb277c
|
4
|
+
data.tar.gz: 8af78ff46a3cc198388cc305329dc944ef85e8e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4f3d4225b54bdab2c360c7a547ad77f9fbabdc31b290e422e802515d16ffd0e021ea668d9ea44e3ea1132382196ee67f235ce0c24c914df54da024c526f7462
|
7
|
+
data.tar.gz: 7a6f2657d898e76d3300235de49e1641f18cb7bcf5045ab67c018d37bd67e170b97b66f8f44156cdc2843d4ce08303c93b1ff190b0c1868fb5c7f8d97ca2e87e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1004
|
data/lib/v20180410/models.rb
CHANGED
@@ -75,10 +75,12 @@ module TencentCloud
|
|
75
75
|
# @type AccessPointType: String
|
76
76
|
# @param AvailablePortInfo: 端口规格信息。
|
77
77
|
# @type AvailablePortInfo: Array
|
78
|
+
# @param Address: 接入点地址。
|
79
|
+
# @type Address: String
|
78
80
|
|
79
|
-
attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo
|
81
|
+
attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo, :Address
|
80
82
|
|
81
|
-
def initialize(accesspointname=nil, accesspointid=nil, state=nil, location=nil, lineoperator=nil, regionid=nil, availableporttype=nil, coordinate=nil, city=nil, area=nil, accesspointtype=nil, availableportinfo=nil)
|
83
|
+
def initialize(accesspointname=nil, accesspointid=nil, state=nil, location=nil, lineoperator=nil, regionid=nil, availableporttype=nil, coordinate=nil, city=nil, area=nil, accesspointtype=nil, availableportinfo=nil, address=nil)
|
82
84
|
@AccessPointName = accesspointname
|
83
85
|
@AccessPointId = accesspointid
|
84
86
|
@State = state
|
@@ -91,6 +93,7 @@ module TencentCloud
|
|
91
93
|
@Area = area
|
92
94
|
@AccessPointType = accesspointtype
|
93
95
|
@AvailablePortInfo = availableportinfo
|
96
|
+
@Address = address
|
94
97
|
end
|
95
98
|
|
96
99
|
def deserialize(params)
|
@@ -116,6 +119,7 @@ module TencentCloud
|
|
116
119
|
@AvailablePortInfo << portspecification_tmp
|
117
120
|
end
|
118
121
|
end
|
122
|
+
@Address = params['Address']
|
119
123
|
end
|
120
124
|
end
|
121
125
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1004
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|