tencentcloud-sdk-dc 3.0.1074 → 3.0.1080

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180410/models.rb +22 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c075afa67796cfe74f8bf4342eb294e4519b9c4e
4
- data.tar.gz: d7734c991d6021ab20e91ed517c864e5821afbae
3
+ metadata.gz: 69e3caed41c72a0b33724a8b9a19bfe51dd9d916
4
+ data.tar.gz: eb5d89334db6bf3fe1be4dd68c44eaac9c580ce2
5
5
  SHA512:
6
- metadata.gz: e65f07b3ebd8a357c0ba9b98588b450a7fed2849f913930466f5547b7d438483a32d0cfb4bc67161c9c74cba2b81806b0aace2e1cf5dec2997ab907939f41fc2
7
- data.tar.gz: 59ad79b3f0b03e12e7b920caf4c78e9364706ff7714d0f81c6406d0ae47c3dab02c46b4620603ceaf2323f3e78bd26d4dfcc350fd886b2a8cd218c0b4eb4d293
6
+ metadata.gz: 22ab1e945be01e7d19d0b7ce16a885379e2a4f0f68da06a78d6c8d3af92ba30a2964b9d6c9ae02394e6007fc4fb0fdf372c62d72a8a009bd9f371b5e2f94725f
7
+ data.tar.gz: 805a19c8c6d36f2c5f2181c22fcebf4f406323a862bad156a24dd893c090e1a4ae6c04af8650a772717a98269eedb08da50f2c904275204a41831a1d7d8e8f84
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1080
@@ -77,10 +77,12 @@ module TencentCloud
77
77
  # @type AvailablePortInfo: Array
78
78
  # @param Address: 接入点地址。
79
79
  # @type Address: String
80
+ # @param IsMacSec: 是否MACsec
81
+ # @type IsMacSec: Boolean
80
82
 
81
- attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo, :Address
83
+ attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo, :Address, :IsMacSec
82
84
 
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)
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)
84
86
  @AccessPointName = accesspointname
85
87
  @AccessPointId = accesspointid
86
88
  @State = state
@@ -94,6 +96,7 @@ module TencentCloud
94
96
  @AccessPointType = accesspointtype
95
97
  @AvailablePortInfo = availableportinfo
96
98
  @Address = address
99
+ @IsMacSec = ismacsec
97
100
  end
98
101
 
99
102
  def deserialize(params)
@@ -120,6 +123,7 @@ module TencentCloud
120
123
  end
121
124
  end
122
125
  @Address = params['Address']
126
+ @IsMacSec = params['IsMacSec']
123
127
  end
124
128
  end
125
129
 
@@ -488,10 +492,12 @@ module TencentCloud
488
492
  # @type SignLaw: Boolean
489
493
  # @param Tags: 标签键值对
490
494
  # @type Tags: Array
495
+ # @param IsMacSec: 是否MACsec需求
496
+ # @type IsMacSec: Boolean
491
497
 
492
- attr_accessor :DirectConnectName, :AccessPointId, :LineOperator, :PortType, :CircuitCode, :Location, :Bandwidth, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :SignLaw, :Tags
498
+ attr_accessor :DirectConnectName, :AccessPointId, :LineOperator, :PortType, :CircuitCode, :Location, :Bandwidth, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :SignLaw, :Tags, :IsMacSec
493
499
 
494
- def initialize(directconnectname=nil, accesspointid=nil, lineoperator=nil, porttype=nil, circuitcode=nil, location=nil, bandwidth=nil, redundantdirectconnectid=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, customername=nil, customercontactmail=nil, customercontactnumber=nil, faultreportcontactperson=nil, faultreportcontactnumber=nil, signlaw=nil, tags=nil)
500
+ def initialize(directconnectname=nil, accesspointid=nil, lineoperator=nil, porttype=nil, circuitcode=nil, location=nil, bandwidth=nil, redundantdirectconnectid=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, customername=nil, customercontactmail=nil, customercontactnumber=nil, faultreportcontactperson=nil, faultreportcontactnumber=nil, signlaw=nil, tags=nil, ismacsec=nil)
495
501
  @DirectConnectName = directconnectname
496
502
  @AccessPointId = accesspointid
497
503
  @LineOperator = lineoperator
@@ -510,6 +516,7 @@ module TencentCloud
510
516
  @FaultReportContactNumber = faultreportcontactnumber
511
517
  @SignLaw = signlaw
512
518
  @Tags = tags
519
+ @IsMacSec = ismacsec
513
520
  end
514
521
 
515
522
  def deserialize(params)
@@ -538,6 +545,7 @@ module TencentCloud
538
545
  @Tags << tag_tmp
539
546
  end
540
547
  end
548
+ @IsMacSec = params['IsMacSec']
541
549
  end
542
550
  end
543
551
 
@@ -1310,10 +1318,14 @@ module TencentCloud
1310
1318
  # @type AccessPointName: String
1311
1319
  # @param IsThreeArch: 是否三层架构
1312
1320
  # @type IsThreeArch: Boolean
1321
+ # @param IsMacSec: 是否MACsec
1322
+ # @type IsMacSec: Boolean
1323
+ # @param PortSpecification: 端口规格(Mbps)
1324
+ # @type PortSpecification: Integer
1313
1325
 
1314
- 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
1326
+ 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
1315
1327
 
1316
- 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)
1328
+ 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)
1317
1329
  @DirectConnectId = directconnectid
1318
1330
  @DirectConnectName = directconnectname
1319
1331
  @AccessPointId = accesspointid
@@ -1349,6 +1361,8 @@ module TencentCloud
1349
1361
  @Construct = construct
1350
1362
  @AccessPointName = accesspointname
1351
1363
  @IsThreeArch = isthreearch
1364
+ @IsMacSec = ismacsec
1365
+ @PortSpecification = portspecification
1352
1366
  end
1353
1367
 
1354
1368
  def deserialize(params)
@@ -1394,6 +1408,8 @@ module TencentCloud
1394
1408
  @Construct = params['Construct']
1395
1409
  @AccessPointName = params['AccessPointName']
1396
1410
  @IsThreeArch = params['IsThreeArch']
1411
+ @IsMacSec = params['IsMacSec']
1412
+ @PortSpecification = params['PortSpecification']
1397
1413
  end
1398
1414
  end
1399
1415
 
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.1074
4
+ version: 3.0.1080
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common