tencentcloud-sdk-dc 3.0.842 → 3.0.844

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78b5107f33caa9702d817db1a8500445d1896c79
4
- data.tar.gz: 1fdd8cee0abe6b20ecc19f5ab0da88ce2f59e3c4
3
+ metadata.gz: 00adeea99e0eae723594bca0d6adb8981c615d1b
4
+ data.tar.gz: 435bbc56e0f27730e7399b243570e0a484caafef
5
5
  SHA512:
6
- metadata.gz: 6e16c622a05156af5950ee7aff73e307a804a3e971fdc839506fc7fd3a38f968a6f26063bb46e3eb37cd684f20ad7859c4a28681dd03bc6072e13210d8270033
7
- data.tar.gz: 979efd515011c62fecd54bd1d0849ffaebfe11d8c61e96b7d57400e594739615402f15a5d71dc7eb9e5eef5d53b709df1f130b14bad58a8c1b910241edc88800
6
+ metadata.gz: d6b2ca186ac8fde2f42b455099481dbfb55e13329dacc23aa682b56615e4bd5767c80c43c98fcaa0f7d285a5fc1f42fa6a5892173666786c7e47803486ba74ed
7
+ data.tar.gz: 30f8ae928cf9b38d8f86e61c8c371bb100e2774492f171061cc618ca518416d51f7a664e7e3498e96b1b5d26e011b684b69312dbf2c9f8b4dc4a2d8d8289c31e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.842
1
+ 3.0.844
@@ -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`
@@ -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
- # <li> direct-connect-tunnel-name, 专用通道名称。</li>
652
- # <li> direct-connect-tunnel-id, 专用通道实例ID,如dcx-abcdefgh。</li>
653
- # <li>direct-connect-id, 物理专线实例ID,如,dc-abcdefgh。</li>
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: 专用通道 ID数组
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.842
4
+ version: 3.0.844
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-12 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common