tencentcloud-sdk-dc 3.0.774 → 3.0.775

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: 8450c3669d6c47e4c3dee34ff21d711f5f2f8637
4
- data.tar.gz: 827d55aa66541dde2e7d6a543b87dc3c30cbec25
3
+ metadata.gz: f176ec56c2ca0357a9dc9251715eca29982f10bb
4
+ data.tar.gz: 61a1a6f794cb9f9d5dbfde49ed1917a3de09cf38
5
5
  SHA512:
6
- metadata.gz: 3aee7e7009a174976befa01c6d1dd9732a81e51b3f5a722490ed913e48a16b4da02c8f1a57d2ef1535848efc6dab871833ebc3e63e9d6a864b9a7b0e9ee03fb9
7
- data.tar.gz: 70ed5e7020e65d47944210e12a22236279000fd8a8ed09d272dcad34149dfd1a4e37b76aa2d441e0e54e8675284f7ee1fd47a726c9aea14ea7cf4b37e6df8758
6
+ metadata.gz: 733609be99f68ddfc5c8f5b88c16fa3effd1cc7180c6ee4715686737c3134bf85e24e147c3b5da053f1b63469d25494117934cf57de85dd2ab5423914bf39862
7
+ data.tar.gz: b02661e3f73f4bfab7802e4cf2c228c82631af838f3cef7fd644360bdc71ef43acbd1cacb6a1d4c5d581dd53104a1c189270c70a02d9a6c3c80ec13a14bbb34c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.774
1
+ 3.0.775
@@ -465,7 +465,7 @@ module TencentCloud
465
465
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
466
466
  end
467
467
 
468
- # 本接口(ModifyDirectConnectTunnelExtra)用于修改专用通道扩展信息
468
+ # 修改专用通道扩展信息。
469
469
 
470
470
  # @param request: Request instance for ModifyDirectConnectTunnelExtra.
471
471
  # @type request: :class:`Tencentcloud::dc::V20180410::ModifyDirectConnectTunnelExtraRequest`
@@ -1949,45 +1949,48 @@ module TencentCloud
1949
1949
 
1950
1950
  # ModifyDirectConnectTunnelExtra请求参数结构体
1951
1951
  class ModifyDirectConnectTunnelExtraRequest < TencentCloud::Common::AbstractModel
1952
- # @param DirectConnectTunnelId: 专用通道ID
1952
+ # @param DirectConnectTunnelId: 专用通道ID
1953
1953
  # @type DirectConnectTunnelId: String
1954
- # @param Vlan: 专用通道的Vlan
1954
+ # @param Vlan: 专用通道的Vlan
1955
1955
  # @type Vlan: Integer
1956
- # @param BgpPeer: 用户侧BGP,Asn,AuthKey
1956
+ # @param BgpPeer: Bgp参数,包括Asn,AuthKey
1957
1957
  # @type BgpPeer: :class:`Tencentcloud::Dc.v20180410.models.BgpPeer`
1958
- # @param RouteFilterPrefixes: 用户侧过滤网段地址
1958
+ # @param RouteFilterPrefixes: 用户侧过滤网段地址。
1959
1959
  # @type RouteFilterPrefixes: :class:`Tencentcloud::Dc.v20180410.models.RouteFilterPrefix`
1960
- # @param TencentAddress: 腾讯侧互联IP
1960
+ # @param TencentAddress: 腾讯侧互联IP
1961
1961
  # @type TencentAddress: String
1962
- # @param TencentBackupAddress: 腾讯侧备用互联IP
1962
+ # @param TencentBackupAddress: 腾讯侧备用互联IP
1963
1963
  # @type TencentBackupAddress: String
1964
- # @param CustomerAddress: 用户侧互联IP
1964
+ # @param CustomerAddress: 用户侧互联IP
1965
1965
  # @type CustomerAddress: String
1966
- # @param Bandwidth: 专用通道带宽值
1966
+ # @param Bandwidth: 专用通道带宽值。
1967
1967
  # @type Bandwidth: Integer
1968
- # @param EnableBGPCommunity: BGP community开关
1968
+ # @param EnableBGPCommunity: BGP community开关。
1969
1969
  # @type EnableBGPCommunity: Boolean
1970
- # @param BfdEnable: 是否开启BFD
1970
+ # @param BfdEnable: 是否开启BFD
1971
1971
  # @type BfdEnable: Integer
1972
- # @param NqaEnable: 是否开启NQA
1972
+ # @param NqaEnable: 是否开启NQA
1973
1973
  # @type NqaEnable: Integer
1974
- # @param BfdInfo: BFD配置信息
1974
+ # @param BfdInfo: BFD配置信息。
1975
1975
  # @type BfdInfo: :class:`Tencentcloud::Dc.v20180410.models.BFDInfo`
1976
- # @param NqaInfo: NQA配置信息
1976
+ # @param NqaInfo: NQA配置信息。
1977
1977
  # @type NqaInfo: :class:`Tencentcloud::Dc.v20180410.models.NQAInfo`
1978
- # @param IPv6Enable: 0:停用IPv6
1979
- # 1: 启用IPv6
1978
+ # @param IPv6Enable: IPV6使能。0:停用IPv6;1: 启用IPv6。
1980
1979
  # @type IPv6Enable: Integer
1981
- # @param CustomerIDCRoutes: 去往用户侧的路由信息
1980
+ # @param CustomerIDCRoutes: 去往用户侧的路由信息。
1982
1981
  # @type CustomerIDCRoutes: Array
1983
- # @param JumboEnable: 是否开启巨帧
1984
- # 1:开启
1985
- # 0:不开启
1982
+ # @param JumboEnable: 是否开启巨帧。1:开启;0:不开启。
1986
1983
  # @type JumboEnable: Integer
1984
+ # @param TencentIPv6Address: 腾讯侧互联IPv6。
1985
+ # @type TencentIPv6Address: String
1986
+ # @param TencentBackupIPv6Address: 腾讯侧备用互联IPv6。
1987
+ # @type TencentBackupIPv6Address: String
1988
+ # @param CustomerIPv6Address: 用户侧互联IPv6。
1989
+ # @type CustomerIPv6Address: String
1987
1990
 
1988
- attr_accessor :DirectConnectTunnelId, :Vlan, :BgpPeer, :RouteFilterPrefixes, :TencentAddress, :TencentBackupAddress, :CustomerAddress, :Bandwidth, :EnableBGPCommunity, :BfdEnable, :NqaEnable, :BfdInfo, :NqaInfo, :IPv6Enable, :CustomerIDCRoutes, :JumboEnable
1991
+ attr_accessor :DirectConnectTunnelId, :Vlan, :BgpPeer, :RouteFilterPrefixes, :TencentAddress, :TencentBackupAddress, :CustomerAddress, :Bandwidth, :EnableBGPCommunity, :BfdEnable, :NqaEnable, :BfdInfo, :NqaInfo, :IPv6Enable, :CustomerIDCRoutes, :JumboEnable, :TencentIPv6Address, :TencentBackupIPv6Address, :CustomerIPv6Address
1989
1992
 
1990
- def initialize(directconnecttunnelid=nil, vlan=nil, bgppeer=nil, routefilterprefixes=nil, tencentaddress=nil, tencentbackupaddress=nil, customeraddress=nil, bandwidth=nil, enablebgpcommunity=nil, bfdenable=nil, nqaenable=nil, bfdinfo=nil, nqainfo=nil, ipv6enable=nil, customeridcroutes=nil, jumboenable=nil)
1993
+ def initialize(directconnecttunnelid=nil, vlan=nil, bgppeer=nil, routefilterprefixes=nil, tencentaddress=nil, tencentbackupaddress=nil, customeraddress=nil, bandwidth=nil, enablebgpcommunity=nil, bfdenable=nil, nqaenable=nil, bfdinfo=nil, nqainfo=nil, ipv6enable=nil, customeridcroutes=nil, jumboenable=nil, tencentipv6address=nil, tencentbackupipv6address=nil, customeripv6address=nil)
1991
1994
  @DirectConnectTunnelId = directconnecttunnelid
1992
1995
  @Vlan = vlan
1993
1996
  @BgpPeer = bgppeer
@@ -2004,6 +2007,9 @@ module TencentCloud
2004
2007
  @IPv6Enable = ipv6enable
2005
2008
  @CustomerIDCRoutes = customeridcroutes
2006
2009
  @JumboEnable = jumboenable
2010
+ @TencentIPv6Address = tencentipv6address
2011
+ @TencentBackupIPv6Address = tencentbackupipv6address
2012
+ @CustomerIPv6Address = customeripv6address
2007
2013
  end
2008
2014
 
2009
2015
  def deserialize(params)
@@ -2042,6 +2048,9 @@ module TencentCloud
2042
2048
  end
2043
2049
  end
2044
2050
  @JumboEnable = params['JumboEnable']
2051
+ @TencentIPv6Address = params['TencentIPv6Address']
2052
+ @TencentBackupIPv6Address = params['TencentBackupIPv6Address']
2053
+ @CustomerIPv6Address = params['CustomerIPv6Address']
2045
2054
  end
2046
2055
  end
2047
2056
 
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.774
4
+ version: 3.0.775
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-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common