tencentcloud-sdk-dc 3.0.545 → 3.0.547
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 +14 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bbda7199a553de606fb23c26beab8c11a3081f5
|
4
|
+
data.tar.gz: 46585ab77e680a6c597a4a38d28b647f14fe2f53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25da0d3eab57f41ce71b9b3276e0a73385ce318e8cf55674247b86d62e9706b840e2e7d63fe7928f0e8ef14dd482f29c7e3e19f00da716874004541ab1cfe229
|
7
|
+
data.tar.gz: bc7fcb58aba1a66b95452dbc420606c5bf693d615141dbd3a660409115090582c169cb77af508c2981590d8ade0c030045cab545388a29af815c3bcf2df72084
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.547
|
data/lib/v20180410/models.rb
CHANGED
@@ -249,9 +249,20 @@ module TencentCloud
|
|
249
249
|
# @param AccessPointId: 物理专线所在的接入点。
|
250
250
|
# 您可以通过调用 DescribeAccessPoints接口获取地域ID。所选择的接入点必须存在且处于可接入的状态。
|
251
251
|
# @type AccessPointId: String
|
252
|
-
# @param LineOperator: 提供接入物理专线的运营商。
|
252
|
+
# @param LineOperator: 提供接入物理专线的运营商。
|
253
|
+
# ChinaTelecom:中国电信;
|
254
|
+
# ChinaMobile:中国移动;
|
255
|
+
# ChinaUnicom:中国联通;
|
256
|
+
# In-houseWiring:楼内线;
|
257
|
+
# ChinaOther:中国其他;
|
258
|
+
# InternationalOperator:境外其他。
|
253
259
|
# @type LineOperator: String
|
254
|
-
# @param PortType:
|
260
|
+
# @param PortType: 物理专线接入端口类型,取值:
|
261
|
+
# 100Base-T:百兆电口;
|
262
|
+
# 1000Base-T(默认值):千兆电口;
|
263
|
+
# 1000Base-LX:千兆单模光口(10千米);
|
264
|
+
# 10GBase-T:万兆电口;
|
265
|
+
# 10GBase-LR(默认值):万兆单模光口(10千米)。
|
255
266
|
# @type PortType: String
|
256
267
|
# @param CircuitCode: 运营商或者服务商为物理专线提供的电路编码。
|
257
268
|
# @type CircuitCode: String
|
@@ -277,7 +288,7 @@ module TencentCloud
|
|
277
288
|
# @type FaultReportContactPerson: String
|
278
289
|
# @param FaultReportContactNumber: 报障联系电话。
|
279
290
|
# @type FaultReportContactNumber: String
|
280
|
-
# @param SignLaw:
|
291
|
+
# @param SignLaw: 物理专线申请者是否签署了用户使用协议。默认已签署。
|
281
292
|
# @type SignLaw: Boolean
|
282
293
|
|
283
294
|
attr_accessor :DirectConnectName, :AccessPointId, :LineOperator, :PortType, :CircuitCode, :Location, :Bandwidth, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :SignLaw
|
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.547
|
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-04-
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-dc.rb
|
37
|
-
- lib/v20180410/models.rb
|
38
37
|
- lib/v20180410/client.rb
|
38
|
+
- lib/v20180410/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|