tencentcloud-sdk-dc 3.0.842 → 3.0.843
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/client.rb +1 -1
- data/lib/v20180410/models.rb +18 -10
- 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: d85abde6a129e5d22dbda1764dec75f4fb3eeeeb
|
4
|
+
data.tar.gz: b21e5c22644d609e27982ebe8fadb9fbf6c198cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b955e2fbe0100e2ae9348a6449fcb511a074c3102d04563422df3a25ef483743e20e0e8d9cfac29cb8a341611793dc7a50bdf4608c9346ae82d3069f279dcdb9
|
7
|
+
data.tar.gz: 67ba278c7a2642b44b250e5372a1e7dc4eafdae0e58d9bd61d4d05054ae314c3b653c2e1e4acf147b97717a3238bd191a0e49f2b768ce30b7e0646b43d583573
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.843
|
data/lib/v20180410/client.rb
CHANGED
@@ -225,7 +225,7 @@ module TencentCloud
|
|
225
225
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
226
226
|
end
|
227
227
|
|
228
|
-
#
|
228
|
+
# 查询专用通道列表。
|
229
229
|
|
230
230
|
# @param request: Request instance for DescribeDirectConnectTunnels.
|
231
231
|
# @type request: :class:`Tencentcloud::dc::V20180410::DescribeDirectConnectTunnelsRequest`
|
data/lib/v20180410/models.rb
CHANGED
@@ -205,8 +205,10 @@ module TencentCloud
|
|
205
205
|
# bgp参数,包括Asn,AuthKey
|
206
206
|
class BgpPeer < TencentCloud::Common::AbstractModel
|
207
207
|
# @param Asn: 用户侧BGP ASN
|
208
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
208
209
|
# @type Asn: Integer
|
209
210
|
# @param AuthKey: 用户侧BGP密钥
|
211
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
210
212
|
# @type AuthKey: String
|
211
213
|
|
212
214
|
attr_accessor :Asn, :AuthKey
|
@@ -648,15 +650,15 @@ module TencentCloud
|
|
648
650
|
class DescribeDirectConnectTunnelsRequest < TencentCloud::Common::AbstractModel
|
649
651
|
# @param Filters: 过滤条件:
|
650
652
|
# 参数不支持同时指定DirectConnectTunnelIds和Filters。
|
651
|
-
#
|
652
|
-
#
|
653
|
-
#
|
653
|
+
# direct-connect-tunnel-name, 专用通道名称。
|
654
|
+
# direct-connect-tunnel-id, 专用通道实例ID,如:dcx-abcdefgh。
|
655
|
+
# direct-connect-id, 物理专线实例ID,如:dc-abcdefgh。
|
654
656
|
# @type Filters: Array
|
655
|
-
# @param DirectConnectTunnelIds: 专用通道
|
657
|
+
# @param DirectConnectTunnelIds: 专用通道ID数组。
|
656
658
|
# @type DirectConnectTunnelIds: Array
|
657
|
-
# @param Offset: 偏移量,默认为0
|
659
|
+
# @param Offset: 偏移量,默认为0。
|
658
660
|
# @type Offset: Integer
|
659
|
-
# @param Limit: 返回数量,默认为20,最大值为100
|
661
|
+
# @param Limit: 返回数量,默认为20,最大值为100。
|
660
662
|
# @type Limit: Integer
|
661
663
|
|
662
664
|
attr_accessor :Filters, :DirectConnectTunnelIds, :Offset, :Limit
|
@@ -685,9 +687,9 @@ module TencentCloud
|
|
685
687
|
|
686
688
|
# DescribeDirectConnectTunnels返回参数结构体
|
687
689
|
class DescribeDirectConnectTunnelsResponse < TencentCloud::Common::AbstractModel
|
688
|
-
# @param DirectConnectTunnelSet:
|
690
|
+
# @param DirectConnectTunnelSet: 专用通道列表。
|
689
691
|
# @type DirectConnectTunnelSet: Array
|
690
|
-
# @param TotalCount:
|
692
|
+
# @param TotalCount: 专用通道总数量。
|
691
693
|
# @type TotalCount: Integer
|
692
694
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
693
695
|
# @type RequestId: String
|
@@ -1274,10 +1276,13 @@ module TencentCloud
|
|
1274
1276
|
# @param CloudAttachId: 高速上云服务ID
|
1275
1277
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1276
1278
|
# @type CloudAttachId: String
|
1279
|
+
# @param ShareOrNot: 是否共享通道
|
1280
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1281
|
+
# @type ShareOrNot: Integer
|
1277
1282
|
|
1278
|
-
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
|
1283
|
+
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
|
1279
1284
|
|
1280
|
-
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)
|
1285
|
+
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)
|
1281
1286
|
@DirectConnectTunnelId = directconnecttunnelid
|
1282
1287
|
@DirectConnectId = directconnectid
|
1283
1288
|
@State = state
|
@@ -1308,6 +1313,7 @@ module TencentCloud
|
|
1308
1313
|
@TencentBackupAddress = tencentbackupaddress
|
1309
1314
|
@SignLaw = signlaw
|
1310
1315
|
@CloudAttachId = cloudattachid
|
1316
|
+
@ShareOrNot = shareornot
|
1311
1317
|
end
|
1312
1318
|
|
1313
1319
|
def deserialize(params)
|
@@ -1358,6 +1364,7 @@ module TencentCloud
|
|
1358
1364
|
@TencentBackupAddress = params['TencentBackupAddress']
|
1359
1365
|
@SignLaw = params['SignLaw']
|
1360
1366
|
@CloudAttachId = params['CloudAttachId']
|
1367
|
+
@ShareOrNot = params['ShareOrNot']
|
1361
1368
|
end
|
1362
1369
|
end
|
1363
1370
|
|
@@ -2161,6 +2168,7 @@ module TencentCloud
|
|
2161
2168
|
# 用户侧网段地址
|
2162
2169
|
class RouteFilterPrefix < TencentCloud::Common::AbstractModel
|
2163
2170
|
# @param Cidr: 用户侧网段地址
|
2171
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2164
2172
|
# @type Cidr: String
|
2165
2173
|
|
2166
2174
|
attr_accessor :Cidr
|
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.843
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|