tencentcloud-sdk-dc 3.0.1094 → 3.0.1127
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 +12 -4
- 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: 94c2f9598f84a40bd20a0a2d61c9b15b4af53213
|
4
|
+
data.tar.gz: 854357bf16b8b5cf6c85cbc38f6fbc021364a84b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5486274c1e92efdb73f6f65921552f371d79d82c095ab609fefc2032bb03361d6932fc3a1d38d7735402ef7fbfd39244d25acbe504c559af4c0b0e7dcbcefa70
|
7
|
+
data.tar.gz: 668ebf12569e41d3674f945e311b8dde0a7e58736fefd195556fab86bf06ca0637e0c85de9fe17be683beb3e5e141eb6d5c59c7697d7dc51b84171cf5b94579c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1127
|
data/lib/v20180410/models.rb
CHANGED
@@ -488,6 +488,8 @@ module TencentCloud
|
|
488
488
|
# @type FaultReportContactPerson: String
|
489
489
|
# @param FaultReportContactNumber: 报障联系电话。
|
490
490
|
# @type FaultReportContactNumber: String
|
491
|
+
# @param FaultReportContactEmail: 报障联系邮箱。
|
492
|
+
# @type FaultReportContactEmail: String
|
491
493
|
# @param SignLaw: 物理专线申请者是否签署了用户使用协议。默认已签署。
|
492
494
|
# @type SignLaw: Boolean
|
493
495
|
# @param Tags: 标签键值对
|
@@ -495,9 +497,9 @@ module TencentCloud
|
|
495
497
|
# @param IsMacSec: 是否MACsec需求
|
496
498
|
# @type IsMacSec: Boolean
|
497
499
|
|
498
|
-
attr_accessor :DirectConnectName, :AccessPointId, :LineOperator, :PortType, :CircuitCode, :Location, :Bandwidth, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :SignLaw, :Tags, :IsMacSec
|
500
|
+
attr_accessor :DirectConnectName, :AccessPointId, :LineOperator, :PortType, :CircuitCode, :Location, :Bandwidth, :RedundantDirectConnectId, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :FaultReportContactEmail, :SignLaw, :Tags, :IsMacSec
|
499
501
|
|
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)
|
502
|
+
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, faultreportcontactemail=nil, signlaw=nil, tags=nil, ismacsec=nil)
|
501
503
|
@DirectConnectName = directconnectname
|
502
504
|
@AccessPointId = accesspointid
|
503
505
|
@LineOperator = lineoperator
|
@@ -514,6 +516,7 @@ module TencentCloud
|
|
514
516
|
@CustomerContactNumber = customercontactnumber
|
515
517
|
@FaultReportContactPerson = faultreportcontactperson
|
516
518
|
@FaultReportContactNumber = faultreportcontactnumber
|
519
|
+
@FaultReportContactEmail = faultreportcontactemail
|
517
520
|
@SignLaw = signlaw
|
518
521
|
@Tags = tags
|
519
522
|
@IsMacSec = ismacsec
|
@@ -536,6 +539,7 @@ module TencentCloud
|
|
536
539
|
@CustomerContactNumber = params['CustomerContactNumber']
|
537
540
|
@FaultReportContactPerson = params['FaultReportContactPerson']
|
538
541
|
@FaultReportContactNumber = params['FaultReportContactNumber']
|
542
|
+
@FaultReportContactEmail = params['FaultReportContactEmail']
|
539
543
|
@SignLaw = params['SignLaw']
|
540
544
|
unless params['Tags'].nil?
|
541
545
|
@Tags = []
|
@@ -2024,14 +2028,16 @@ module TencentCloud
|
|
2024
2028
|
# @type FaultReportContactPerson: String
|
2025
2029
|
# @param FaultReportContactNumber: 报障联系电话。
|
2026
2030
|
# @type FaultReportContactNumber: String
|
2031
|
+
# @param FaultReportContactEmail: 报障联系邮箱。
|
2032
|
+
# @type FaultReportContactEmail: String
|
2027
2033
|
# @param SignLaw: 物理专线申请者补签用户使用协议。
|
2028
2034
|
# @type SignLaw: Boolean
|
2029
2035
|
# @param Bandwidth: 物理专线带宽。
|
2030
2036
|
# @type Bandwidth: Integer
|
2031
2037
|
|
2032
|
-
attr_accessor :DirectConnectId, :DirectConnectName, :CircuitCode, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :SignLaw, :Bandwidth
|
2038
|
+
attr_accessor :DirectConnectId, :DirectConnectName, :CircuitCode, :Vlan, :TencentAddress, :CustomerAddress, :CustomerName, :CustomerContactMail, :CustomerContactNumber, :FaultReportContactPerson, :FaultReportContactNumber, :FaultReportContactEmail, :SignLaw, :Bandwidth
|
2033
2039
|
|
2034
|
-
def initialize(directconnectid=nil, directconnectname=nil, circuitcode=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, customername=nil, customercontactmail=nil, customercontactnumber=nil, faultreportcontactperson=nil, faultreportcontactnumber=nil, signlaw=nil, bandwidth=nil)
|
2040
|
+
def initialize(directconnectid=nil, directconnectname=nil, circuitcode=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, customername=nil, customercontactmail=nil, customercontactnumber=nil, faultreportcontactperson=nil, faultreportcontactnumber=nil, faultreportcontactemail=nil, signlaw=nil, bandwidth=nil)
|
2035
2041
|
@DirectConnectId = directconnectid
|
2036
2042
|
@DirectConnectName = directconnectname
|
2037
2043
|
@CircuitCode = circuitcode
|
@@ -2043,6 +2049,7 @@ module TencentCloud
|
|
2043
2049
|
@CustomerContactNumber = customercontactnumber
|
2044
2050
|
@FaultReportContactPerson = faultreportcontactperson
|
2045
2051
|
@FaultReportContactNumber = faultreportcontactnumber
|
2052
|
+
@FaultReportContactEmail = faultreportcontactemail
|
2046
2053
|
@SignLaw = signlaw
|
2047
2054
|
@Bandwidth = bandwidth
|
2048
2055
|
end
|
@@ -2059,6 +2066,7 @@ module TencentCloud
|
|
2059
2066
|
@CustomerContactNumber = params['CustomerContactNumber']
|
2060
2067
|
@FaultReportContactPerson = params['FaultReportContactPerson']
|
2061
2068
|
@FaultReportContactNumber = params['FaultReportContactNumber']
|
2069
|
+
@FaultReportContactEmail = params['FaultReportContactEmail']
|
2062
2070
|
@SignLaw = params['SignLaw']
|
2063
2071
|
@Bandwidth = params['Bandwidth']
|
2064
2072
|
end
|
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.1127
|
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-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|