tencentcloud-sdk-dc 3.0.1127 → 3.0.1139
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 +10 -2
- 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: aefdb29998053be0114f3045258425a68754d298
|
4
|
+
data.tar.gz: 4f3ca8a10a3be2226da86fde25f525256abe66b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 033cf6e9c93b8bc9271e4e7e8249bd1ccc20896b0d079d5c924d10c5c8957c4428f09701699eac44030c7fc09ff6f93a60d5cf2394c7be0ad02bf74dccadb094
|
7
|
+
data.tar.gz: b7b565abb513d5b79c10270c391ebc696a32d5a6eb4b99cc53aaf79fa982951aaa564049007a4a28ab5dc519f65b53a405b39b2115636d012fb60595543c113a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1139
|
data/lib/v20180410/models.rb
CHANGED
@@ -1491,10 +1491,14 @@ module TencentCloud
|
|
1491
1491
|
# @type CloudAttachId: String
|
1492
1492
|
# @param ShareOrNot: 是否共享通道
|
1493
1493
|
# @type ShareOrNot: Integer
|
1494
|
+
# @param AccessPointName: 接入点名称
|
1495
|
+
# @type AccessPointName: String
|
1496
|
+
# @param AccessPointId: 接入点ID
|
1497
|
+
# @type AccessPointId: String
|
1494
1498
|
|
1495
|
-
attr_accessor :DirectConnectTunnelId, :DirectConnectId, :State, :DirectConnectOwnerAccount, :OwnerAccount, :NetworkType, :NetworkRegion, :VpcId, :DirectConnectGatewayId, :RouteType, :BgpPeer, :RouteFilterPrefixes, :Vlan, :TencentAddress, :CustomerAddress, :DirectConnectTunnelName, :CreatedTime, :Bandwidth, :TagSet, :NetDetectId, :EnableBGPCommunity, :NatType, :VpcRegion, :BfdEnable, :AccessPointType, :DirectConnectGatewayName, :VpcName, :TencentBackupAddress, :SignLaw, :CloudAttachId, :ShareOrNot
|
1499
|
+
attr_accessor :DirectConnectTunnelId, :DirectConnectId, :State, :DirectConnectOwnerAccount, :OwnerAccount, :NetworkType, :NetworkRegion, :VpcId, :DirectConnectGatewayId, :RouteType, :BgpPeer, :RouteFilterPrefixes, :Vlan, :TencentAddress, :CustomerAddress, :DirectConnectTunnelName, :CreatedTime, :Bandwidth, :TagSet, :NetDetectId, :EnableBGPCommunity, :NatType, :VpcRegion, :BfdEnable, :AccessPointType, :DirectConnectGatewayName, :VpcName, :TencentBackupAddress, :SignLaw, :CloudAttachId, :ShareOrNot, :AccessPointName, :AccessPointId
|
1496
1500
|
|
1497
|
-
def initialize(directconnecttunnelid=nil, directconnectid=nil, state=nil, directconnectowneraccount=nil, owneraccount=nil, networktype=nil, networkregion=nil, vpcid=nil, directconnectgatewayid=nil, routetype=nil, bgppeer=nil, routefilterprefixes=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, directconnecttunnelname=nil, createdtime=nil, bandwidth=nil, tagset=nil, netdetectid=nil, enablebgpcommunity=nil, nattype=nil, vpcregion=nil, bfdenable=nil, accesspointtype=nil, directconnectgatewayname=nil, vpcname=nil, tencentbackupaddress=nil, signlaw=nil, cloudattachid=nil, shareornot=nil)
|
1501
|
+
def initialize(directconnecttunnelid=nil, directconnectid=nil, state=nil, directconnectowneraccount=nil, owneraccount=nil, networktype=nil, networkregion=nil, vpcid=nil, directconnectgatewayid=nil, routetype=nil, bgppeer=nil, routefilterprefixes=nil, vlan=nil, tencentaddress=nil, customeraddress=nil, directconnecttunnelname=nil, createdtime=nil, bandwidth=nil, tagset=nil, netdetectid=nil, enablebgpcommunity=nil, nattype=nil, vpcregion=nil, bfdenable=nil, accesspointtype=nil, directconnectgatewayname=nil, vpcname=nil, tencentbackupaddress=nil, signlaw=nil, cloudattachid=nil, shareornot=nil, accesspointname=nil, accesspointid=nil)
|
1498
1502
|
@DirectConnectTunnelId = directconnecttunnelid
|
1499
1503
|
@DirectConnectId = directconnectid
|
1500
1504
|
@State = state
|
@@ -1526,6 +1530,8 @@ module TencentCloud
|
|
1526
1530
|
@SignLaw = signlaw
|
1527
1531
|
@CloudAttachId = cloudattachid
|
1528
1532
|
@ShareOrNot = shareornot
|
1533
|
+
@AccessPointName = accesspointname
|
1534
|
+
@AccessPointId = accesspointid
|
1529
1535
|
end
|
1530
1536
|
|
1531
1537
|
def deserialize(params)
|
@@ -1577,6 +1583,8 @@ module TencentCloud
|
|
1577
1583
|
@SignLaw = params['SignLaw']
|
1578
1584
|
@CloudAttachId = params['CloudAttachId']
|
1579
1585
|
@ShareOrNot = params['ShareOrNot']
|
1586
|
+
@AccessPointName = params['AccessPointName']
|
1587
|
+
@AccessPointId = params['AccessPointId']
|
1580
1588
|
end
|
1581
1589
|
end
|
1582
1590
|
|
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.1139
|
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-09-10 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/v20180410/client.rb
|
37
|
-
- lib/v20180410/models.rb
|
38
36
|
- lib/tencentcloud-sdk-dc.rb
|
37
|
+
- lib/v20180410/models.rb
|
38
|
+
- lib/v20180410/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|