tencentcloud-sdk-dc 3.0.1139 → 3.0.1152
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 +52 -12
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c785b83e0affc2f89d7fddeed44f6f4e16aa6f0f
|
4
|
+
data.tar.gz: e9c85693298383fd94f5239cc9dc59dc27f33179
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec3aeb3bb5a670f78ee949bf3d5f26572fa8fb47f0942b89395ca669bb6a230e0d9373f4099027440143ce3af0bb30efb1fddc8ed6c549bf5154e83434861516
|
7
|
+
data.tar.gz: 6a888badae89369a939b15de4134bd444028e38f3f09f801d0b5ed3959059ce090b3428b3083898f30e92d24f95955a187a57c8700f7d3024b1662eb277f8dd9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1152
|
data/lib/v20180410/models.rb
CHANGED
@@ -79,10 +79,14 @@ module TencentCloud
|
|
79
79
|
# @type Address: String
|
80
80
|
# @param IsMacSec: 是否MACsec
|
81
81
|
# @type IsMacSec: Boolean
|
82
|
+
# @param Version: 版本号
|
83
|
+
# @type Version: String
|
84
|
+
# @param AccessPointServiceType: 接入点业务类型,枚举值:NORMAL-标准接入点,CDZ:EZ/CDZ接入点,COOPERATIVE-合作POP
|
85
|
+
# @type AccessPointServiceType: String
|
82
86
|
|
83
|
-
attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo, :Address, :IsMacSec
|
87
|
+
attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo, :Address, :IsMacSec, :Version, :AccessPointServiceType
|
84
88
|
|
85
|
-
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, ismacsec=nil)
|
89
|
+
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, ismacsec=nil, version=nil, accesspointservicetype=nil)
|
86
90
|
@AccessPointName = accesspointname
|
87
91
|
@AccessPointId = accesspointid
|
88
92
|
@State = state
|
@@ -97,6 +101,8 @@ module TencentCloud
|
|
97
101
|
@AvailablePortInfo = availableportinfo
|
98
102
|
@Address = address
|
99
103
|
@IsMacSec = ismacsec
|
104
|
+
@Version = version
|
105
|
+
@AccessPointServiceType = accesspointservicetype
|
100
106
|
end
|
101
107
|
|
102
108
|
def deserialize(params)
|
@@ -124,6 +130,8 @@ module TencentCloud
|
|
124
130
|
end
|
125
131
|
@Address = params['Address']
|
126
132
|
@IsMacSec = params['IsMacSec']
|
133
|
+
@Version = params['Version']
|
134
|
+
@AccessPointServiceType = params['AccessPointServiceType']
|
127
135
|
end
|
128
136
|
end
|
129
137
|
|
@@ -177,19 +185,23 @@ module TencentCloud
|
|
177
185
|
|
178
186
|
# BFD配置信息
|
179
187
|
class BFDInfo < TencentCloud::Common::AbstractModel
|
188
|
+
# @param EnableBfdMultiHop: 使能BFD多跳,0:未开启,2-255:BFD跳数
|
189
|
+
# @type EnableBfdMultiHop: Integer
|
180
190
|
# @param ProbeFailedTimes: 健康检查次数
|
181
191
|
# @type ProbeFailedTimes: Integer
|
182
192
|
# @param Interval: 健康检查间隔
|
183
193
|
# @type Interval: Integer
|
184
194
|
|
185
|
-
attr_accessor :ProbeFailedTimes, :Interval
|
195
|
+
attr_accessor :EnableBfdMultiHop, :ProbeFailedTimes, :Interval
|
186
196
|
|
187
|
-
def initialize(probefailedtimes=nil, interval=nil)
|
197
|
+
def initialize(enablebfdmultihop=nil, probefailedtimes=nil, interval=nil)
|
198
|
+
@EnableBfdMultiHop = enablebfdmultihop
|
188
199
|
@ProbeFailedTimes = probefailedtimes
|
189
200
|
@Interval = interval
|
190
201
|
end
|
191
202
|
|
192
203
|
def deserialize(params)
|
204
|
+
@EnableBfdMultiHop = params['EnableBfdMultiHop']
|
193
205
|
@ProbeFailedTimes = params['ProbeFailedTimes']
|
194
206
|
@Interval = params['Interval']
|
195
207
|
end
|
@@ -290,10 +302,16 @@ module TencentCloud
|
|
290
302
|
# @type BUpdateBandwidth: Boolean
|
291
303
|
# @param ArRegion: 接入地域
|
292
304
|
# @type ArRegion: String
|
305
|
+
# @param IapCode: 运营商代码
|
306
|
+
# @type IapCode: String
|
307
|
+
# @param IdcPointType: IDC侧类型。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方
|
308
|
+
# @type IdcPointType: String
|
309
|
+
# @param BIapLinkProtected: 运营商链路是否有保护
|
310
|
+
# @type BIapLinkProtected: Boolean
|
293
311
|
|
294
|
-
attr_accessor :InstanceId, :Name, :IapId, :IdcAddress, :IdcType, :Bandwidth, :Telephone, :Status, :ApplyTime, :ReadyTime, :ExpireTime, :Remarks, :RegionStatus, :AppId, :Uin, :CustomerAuthName, :DirectConnectId, :CloudAttachServiceGatewaysSupport, :BUpdateBandwidth, :ArRegion
|
312
|
+
attr_accessor :InstanceId, :Name, :IapId, :IdcAddress, :IdcType, :Bandwidth, :Telephone, :Status, :ApplyTime, :ReadyTime, :ExpireTime, :Remarks, :RegionStatus, :AppId, :Uin, :CustomerAuthName, :DirectConnectId, :CloudAttachServiceGatewaysSupport, :BUpdateBandwidth, :ArRegion, :IapCode, :IdcPointType, :BIapLinkProtected
|
295
313
|
|
296
|
-
def initialize(instanceid=nil, name=nil, iapid=nil, idcaddress=nil, idctype=nil, bandwidth=nil, telephone=nil, status=nil, applytime=nil, readytime=nil, expiretime=nil, remarks=nil, regionstatus=nil, appid=nil, uin=nil, customerauthname=nil, directconnectid=nil, cloudattachservicegatewayssupport=nil, bupdatebandwidth=nil, arregion=nil)
|
314
|
+
def initialize(instanceid=nil, name=nil, iapid=nil, idcaddress=nil, idctype=nil, bandwidth=nil, telephone=nil, status=nil, applytime=nil, readytime=nil, expiretime=nil, remarks=nil, regionstatus=nil, appid=nil, uin=nil, customerauthname=nil, directconnectid=nil, cloudattachservicegatewayssupport=nil, bupdatebandwidth=nil, arregion=nil, iapcode=nil, idcpointtype=nil, biaplinkprotected=nil)
|
297
315
|
@InstanceId = instanceid
|
298
316
|
@Name = name
|
299
317
|
@IapId = iapid
|
@@ -314,6 +332,9 @@ module TencentCloud
|
|
314
332
|
@CloudAttachServiceGatewaysSupport = cloudattachservicegatewayssupport
|
315
333
|
@BUpdateBandwidth = bupdatebandwidth
|
316
334
|
@ArRegion = arregion
|
335
|
+
@IapCode = iapcode
|
336
|
+
@IdcPointType = idcpointtype
|
337
|
+
@BIapLinkProtected = biaplinkprotected
|
317
338
|
end
|
318
339
|
|
319
340
|
def deserialize(params)
|
@@ -337,6 +358,9 @@ module TencentCloud
|
|
337
358
|
@CloudAttachServiceGatewaysSupport = params['CloudAttachServiceGatewaysSupport']
|
338
359
|
@BUpdateBandwidth = params['BUpdateBandwidth']
|
339
360
|
@ArRegion = params['ArRegion']
|
361
|
+
@IapCode = params['IapCode']
|
362
|
+
@IdcPointType = params['IdcPointType']
|
363
|
+
@BIapLinkProtected = params['BIapLinkProtected']
|
340
364
|
end
|
341
365
|
end
|
342
366
|
|
@@ -376,10 +400,14 @@ module TencentCloud
|
|
376
400
|
# @type Remarks: String
|
377
401
|
# @param ArRegion: 接入地域
|
378
402
|
# @type ArRegion: String
|
403
|
+
# @param IdcPointType: IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方
|
404
|
+
# @type IdcPointType: String
|
405
|
+
# @param BIapLinkProtected: 运营商链路是否有保护
|
406
|
+
# @type BIapLinkProtected: Boolean
|
379
407
|
|
380
|
-
attr_accessor :Name, :IdcAddress, :IdcType, :Bandwidth, :Telephone, :Remarks, :ArRegion
|
408
|
+
attr_accessor :Name, :IdcAddress, :IdcType, :Bandwidth, :Telephone, :Remarks, :ArRegion, :IdcPointType, :BIapLinkProtected
|
381
409
|
|
382
|
-
def initialize(name=nil, idcaddress=nil, idctype=nil, bandwidth=nil, telephone=nil, remarks=nil, arregion=nil)
|
410
|
+
def initialize(name=nil, idcaddress=nil, idctype=nil, bandwidth=nil, telephone=nil, remarks=nil, arregion=nil, idcpointtype=nil, biaplinkprotected=nil)
|
383
411
|
@Name = name
|
384
412
|
@IdcAddress = idcaddress
|
385
413
|
@IdcType = idctype
|
@@ -387,6 +415,8 @@ module TencentCloud
|
|
387
415
|
@Telephone = telephone
|
388
416
|
@Remarks = remarks
|
389
417
|
@ArRegion = arregion
|
418
|
+
@IdcPointType = idcpointtype
|
419
|
+
@BIapLinkProtected = biaplinkprotected
|
390
420
|
end
|
391
421
|
|
392
422
|
def deserialize(params)
|
@@ -397,6 +427,8 @@ module TencentCloud
|
|
397
427
|
@Telephone = params['Telephone']
|
398
428
|
@Remarks = params['Remarks']
|
399
429
|
@ArRegion = params['ArRegion']
|
430
|
+
@IdcPointType = params['IdcPointType']
|
431
|
+
@BIapLinkProtected = params['BIapLinkProtected']
|
400
432
|
end
|
401
433
|
end
|
402
434
|
|
@@ -1296,6 +1328,8 @@ module TencentCloud
|
|
1296
1328
|
# @type FaultReportContactPerson: String
|
1297
1329
|
# @param FaultReportContactNumber: 报障联系电话。
|
1298
1330
|
# @type FaultReportContactNumber: String
|
1331
|
+
# @param FaultReportContactEmail: 报障联系邮箱。
|
1332
|
+
# @type FaultReportContactEmail: String
|
1299
1333
|
# @param TagSet: 标签键值对
|
1300
1334
|
# @type TagSet: Array
|
1301
1335
|
# @param AccessPointType: 物理专线的接入点类型。
|
@@ -1327,9 +1361,9 @@ module TencentCloud
|
|
1327
1361
|
# @param PortSpecification: 端口规格(Mbps)
|
1328
1362
|
# @type PortSpecification: Integer
|
1329
1363
|
|
1330
|
-
attr_accessor :DirectConnectId, :DirectConnectName, :AccessPointId, :State, :CreatedTime, :EnabledTime, :LineOperator, :Location, :Bandwidth, :PortType, :CircuitCode, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :ExpiredTime, :ChargeType, :FaultReportContactPerson, :FaultReportContactNumber, :TagSet, :AccessPointType, :IdcCity, :ChargeState, :StartTime, :SignLaw, :LocalZone, :VlanZeroDirectConnectTunnelCount, :OtherVlanDirectConnectTunnelCount, :MinBandwidth, :Construct, :AccessPointName, :IsThreeArch, :IsMacSec, :PortSpecification
|
1364
|
+
attr_accessor :DirectConnectId, :DirectConnectName, :AccessPointId, :State, :CreatedTime, :EnabledTime, :LineOperator, :Location, :Bandwidth, :PortType, :CircuitCode, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :ExpiredTime, :ChargeType, :FaultReportContactPerson, :FaultReportContactNumber, :FaultReportContactEmail, :TagSet, :AccessPointType, :IdcCity, :ChargeState, :StartTime, :SignLaw, :LocalZone, :VlanZeroDirectConnectTunnelCount, :OtherVlanDirectConnectTunnelCount, :MinBandwidth, :Construct, :AccessPointName, :IsThreeArch, :IsMacSec, :PortSpecification
|
1331
1365
|
|
1332
|
-
def initialize(directconnectid=nil, directconnectname=nil, accesspointid=nil, state=nil, createdtime=nil, enabledtime=nil, lineoperator=nil, location=nil, bandwidth=nil, porttype=nil, circuitcode=nil, redundantdirectconnectid=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, customername=nil, customercontactmail=nil, customercontactnumber=nil, expiredtime=nil, chargetype=nil, faultreportcontactperson=nil, faultreportcontactnumber=nil, tagset=nil, accesspointtype=nil, idccity=nil, chargestate=nil, starttime=nil, signlaw=nil, localzone=nil, vlanzerodirectconnecttunnelcount=nil, othervlandirectconnecttunnelcount=nil, minbandwidth=nil, construct=nil, accesspointname=nil, isthreearch=nil, ismacsec=nil, portspecification=nil)
|
1366
|
+
def initialize(directconnectid=nil, directconnectname=nil, accesspointid=nil, state=nil, createdtime=nil, enabledtime=nil, lineoperator=nil, location=nil, bandwidth=nil, porttype=nil, circuitcode=nil, redundantdirectconnectid=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, customername=nil, customercontactmail=nil, customercontactnumber=nil, expiredtime=nil, chargetype=nil, faultreportcontactperson=nil, faultreportcontactnumber=nil, faultreportcontactemail=nil, tagset=nil, accesspointtype=nil, idccity=nil, chargestate=nil, starttime=nil, signlaw=nil, localzone=nil, vlanzerodirectconnecttunnelcount=nil, othervlandirectconnecttunnelcount=nil, minbandwidth=nil, construct=nil, accesspointname=nil, isthreearch=nil, ismacsec=nil, portspecification=nil)
|
1333
1367
|
@DirectConnectId = directconnectid
|
1334
1368
|
@DirectConnectName = directconnectname
|
1335
1369
|
@AccessPointId = accesspointid
|
@@ -1352,6 +1386,7 @@ module TencentCloud
|
|
1352
1386
|
@ChargeType = chargetype
|
1353
1387
|
@FaultReportContactPerson = faultreportcontactperson
|
1354
1388
|
@FaultReportContactNumber = faultreportcontactnumber
|
1389
|
+
@FaultReportContactEmail = faultreportcontactemail
|
1355
1390
|
@TagSet = tagset
|
1356
1391
|
@AccessPointType = accesspointtype
|
1357
1392
|
@IdcCity = idccity
|
@@ -1392,6 +1427,7 @@ module TencentCloud
|
|
1392
1427
|
@ChargeType = params['ChargeType']
|
1393
1428
|
@FaultReportContactPerson = params['FaultReportContactPerson']
|
1394
1429
|
@FaultReportContactNumber = params['FaultReportContactNumber']
|
1430
|
+
@FaultReportContactEmail = params['FaultReportContactEmail']
|
1395
1431
|
unless params['TagSet'].nil?
|
1396
1432
|
@TagSet = []
|
1397
1433
|
params['TagSet'].each do |i|
|
@@ -2206,10 +2242,12 @@ module TencentCloud
|
|
2206
2242
|
# @type TencentBackupIPv6Address: String
|
2207
2243
|
# @param CustomerIPv6Address: 用户侧互联IPv6。
|
2208
2244
|
# @type CustomerIPv6Address: String
|
2245
|
+
# @param ImportDirectRoute: 互联IP重分布状态
|
2246
|
+
# @type ImportDirectRoute: Boolean
|
2209
2247
|
|
2210
|
-
attr_accessor :DirectConnectTunnelId, :Vlan, :BgpPeer, :RouteFilterPrefixes, :TencentAddress, :TencentBackupAddress, :CustomerAddress, :Bandwidth, :EnableBGPCommunity, :BfdEnable, :NqaEnable, :BfdInfo, :NqaInfo, :IPv6Enable, :CustomerIDCRoutes, :JumboEnable, :TencentIPv6Address, :TencentBackupIPv6Address, :CustomerIPv6Address
|
2248
|
+
attr_accessor :DirectConnectTunnelId, :Vlan, :BgpPeer, :RouteFilterPrefixes, :TencentAddress, :TencentBackupAddress, :CustomerAddress, :Bandwidth, :EnableBGPCommunity, :BfdEnable, :NqaEnable, :BfdInfo, :NqaInfo, :IPv6Enable, :CustomerIDCRoutes, :JumboEnable, :TencentIPv6Address, :TencentBackupIPv6Address, :CustomerIPv6Address, :ImportDirectRoute
|
2211
2249
|
|
2212
|
-
def initialize(directconnecttunnelid=nil, vlan=nil, bgppeer=nil, routefilterprefixes=nil, tencentaddress=nil, tencentbackupaddress=nil, customeraddress=nil, bandwidth=nil, enablebgpcommunity=nil, bfdenable=nil, nqaenable=nil, bfdinfo=nil, nqainfo=nil, ipv6enable=nil, customeridcroutes=nil, jumboenable=nil, tencentipv6address=nil, tencentbackupipv6address=nil, customeripv6address=nil)
|
2250
|
+
def initialize(directconnecttunnelid=nil, vlan=nil, bgppeer=nil, routefilterprefixes=nil, tencentaddress=nil, tencentbackupaddress=nil, customeraddress=nil, bandwidth=nil, enablebgpcommunity=nil, bfdenable=nil, nqaenable=nil, bfdinfo=nil, nqainfo=nil, ipv6enable=nil, customeridcroutes=nil, jumboenable=nil, tencentipv6address=nil, tencentbackupipv6address=nil, customeripv6address=nil, importdirectroute=nil)
|
2213
2251
|
@DirectConnectTunnelId = directconnecttunnelid
|
2214
2252
|
@Vlan = vlan
|
2215
2253
|
@BgpPeer = bgppeer
|
@@ -2229,6 +2267,7 @@ module TencentCloud
|
|
2229
2267
|
@TencentIPv6Address = tencentipv6address
|
2230
2268
|
@TencentBackupIPv6Address = tencentbackupipv6address
|
2231
2269
|
@CustomerIPv6Address = customeripv6address
|
2270
|
+
@ImportDirectRoute = importdirectroute
|
2232
2271
|
end
|
2233
2272
|
|
2234
2273
|
def deserialize(params)
|
@@ -2270,6 +2309,7 @@ module TencentCloud
|
|
2270
2309
|
@TencentIPv6Address = params['TencentIPv6Address']
|
2271
2310
|
@TencentBackupIPv6Address = params['TencentBackupIPv6Address']
|
2272
2311
|
@CustomerIPv6Address = params['CustomerIPv6Address']
|
2312
|
+
@ImportDirectRoute = params['ImportDirectRoute']
|
2273
2313
|
end
|
2274
2314
|
end
|
2275
2315
|
|
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.1152
|
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-
|
11
|
+
date: 2025-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-dc.rb
|
37
|
-
- lib/v20180410/models.rb
|
38
36
|
- lib/v20180410/client.rb
|
37
|
+
- lib/v20180410/models.rb
|
38
|
+
- lib/tencentcloud-sdk-dc.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|