tencentcloud-sdk-dc 3.0.427 → 3.0.428

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: f2f4ffaeea01eff15f4c20b7bfbe02871010ee3e
4
- data.tar.gz: f8370f3002fd7ca17e5878ca59d6bb27fd36bc82
3
+ metadata.gz: e14936959f4b2111d8ad96d993f46e11c1a34319
4
+ data.tar.gz: 80679c613e8ebad2f1b0529476cc33df368c6508
5
5
  SHA512:
6
- metadata.gz: ce4dfd0ec52372cfd2dd399d379bd7b461706df0a25dc7f62f2375ab6c7e6ea908704829f92d1d8d7843e89e6168b0f1bea4e3a7ecea3d083202889462123a83
7
- data.tar.gz: 6d43720b19489fa73e7c41596d34d3dee32da9692058db3a95d5122c20b9fbdb34eec419ddd4a15ec6d3d4883a270a963e4e6536176434d9dbabbd35ff717442
6
+ metadata.gz: a13afd2bb75a744822b806f62bd7cda49dcacbb37027d644e6ae7a8ca35eeffccfca7bf361bde637eb940172653a198b2589919bb2a3d99be4895ff5abf6fc03
7
+ data.tar.gz: e435a47212573b24d4398704a6979d4870ae005e0e6e0cf4a76c7d996b4378ba1ff9e71e5301046933512a66d2ebec2cf63d3531322615cb088fb0ca8ffeca15
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.427
1
+ 3.0.428
@@ -1453,10 +1453,13 @@ module TencentCloud
1453
1453
  # @param JumboEnable: 专用通道是否支持巨帧。1 支持,0 不支持
1454
1454
  # 注意:此字段可能返回 null,表示取不到有效值。
1455
1455
  # @type JumboEnable: Integer
1456
+ # @param HighPrecisionBFDEnable: 专用通道是否支持高精度BFD。1支持,0不支持
1457
+ # 注意:此字段可能返回 null,表示取不到有效值。
1458
+ # @type HighPrecisionBFDEnable: Integer
1456
1459
 
1457
- attr_accessor :DirectConnectTunnelId, :DirectConnectId, :State, :DirectConnectOwnerAccount, :OwnerAccount, :NetworkType, :NetworkRegion, :VpcId, :DirectConnectGatewayId, :RouteType, :BgpPeer, :RouteFilterPrefixes, :PublicAddresses, :Vlan, :TencentAddress, :TencentBackupAddress, :CustomerAddress, :DirectConnectTunnelName, :CreatedTime, :Bandwidth, :NetDetectId, :EnableBGPCommunity, :NatType, :VpcRegion, :BfdEnable, :NqaEnable, :AccessPointType, :DirectConnectGatewayName, :VpcName, :SignLaw, :BfdInfo, :NqaInfo, :BgpStatus, :IPv6Enable, :TencentIPv6Address, :TencentBackupIPv6Address, :BgpIPv6Status, :CustomerIPv6Address, :JumboEnable
1460
+ attr_accessor :DirectConnectTunnelId, :DirectConnectId, :State, :DirectConnectOwnerAccount, :OwnerAccount, :NetworkType, :NetworkRegion, :VpcId, :DirectConnectGatewayId, :RouteType, :BgpPeer, :RouteFilterPrefixes, :PublicAddresses, :Vlan, :TencentAddress, :TencentBackupAddress, :CustomerAddress, :DirectConnectTunnelName, :CreatedTime, :Bandwidth, :NetDetectId, :EnableBGPCommunity, :NatType, :VpcRegion, :BfdEnable, :NqaEnable, :AccessPointType, :DirectConnectGatewayName, :VpcName, :SignLaw, :BfdInfo, :NqaInfo, :BgpStatus, :IPv6Enable, :TencentIPv6Address, :TencentBackupIPv6Address, :BgpIPv6Status, :CustomerIPv6Address, :JumboEnable, :HighPrecisionBFDEnable
1458
1461
 
1459
- 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, publicaddresses=nil, vlan=nil, tencentaddress=nil, tencentbackupaddress=nil, customeraddress=nil, directconnecttunnelname=nil, createdtime=nil, bandwidth=nil, netdetectid=nil, enablebgpcommunity=nil, nattype=nil, vpcregion=nil, bfdenable=nil, nqaenable=nil, accesspointtype=nil, directconnectgatewayname=nil, vpcname=nil, signlaw=nil, bfdinfo=nil, nqainfo=nil, bgpstatus=nil, ipv6enable=nil, tencentipv6address=nil, tencentbackupipv6address=nil, bgpipv6status=nil, customeripv6address=nil, jumboenable=nil)
1462
+ 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, publicaddresses=nil, vlan=nil, tencentaddress=nil, tencentbackupaddress=nil, customeraddress=nil, directconnecttunnelname=nil, createdtime=nil, bandwidth=nil, netdetectid=nil, enablebgpcommunity=nil, nattype=nil, vpcregion=nil, bfdenable=nil, nqaenable=nil, accesspointtype=nil, directconnectgatewayname=nil, vpcname=nil, signlaw=nil, bfdinfo=nil, nqainfo=nil, bgpstatus=nil, ipv6enable=nil, tencentipv6address=nil, tencentbackupipv6address=nil, bgpipv6status=nil, customeripv6address=nil, jumboenable=nil, highprecisionbfdenable=nil)
1460
1463
  @DirectConnectTunnelId = directconnecttunnelid
1461
1464
  @DirectConnectId = directconnectid
1462
1465
  @State = state
@@ -1496,6 +1499,7 @@ module TencentCloud
1496
1499
  @BgpIPv6Status = bgpipv6status
1497
1500
  @CustomerIPv6Address = customeripv6address
1498
1501
  @JumboEnable = jumboenable
1502
+ @HighPrecisionBFDEnable = highprecisionbfdenable
1499
1503
  end
1500
1504
 
1501
1505
  def deserialize(params)
@@ -1567,6 +1571,7 @@ module TencentCloud
1567
1571
  end
1568
1572
  @CustomerIPv6Address = params['CustomerIPv6Address']
1569
1573
  @JumboEnable = params['JumboEnable']
1574
+ @HighPrecisionBFDEnable = params['HighPrecisionBFDEnable']
1570
1575
  end
1571
1576
  end
1572
1577
 
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.427
4
+ version: 3.0.428
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
11
+ date: 2022-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common