tencentcloud-sdk-dc 3.0.774 → 3.0.776
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 +30 -21
- 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: 3f598e29b6fb0b70c304ef1cecd16b8d510bbcbf
|
4
|
+
data.tar.gz: 1500bd9037f734bac3d896388ac114c28f98782c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d397ebe0329d063137d7d84b64a1cd8c5b025e9667cbe2e8274659d481ccc2ef68c04ce57e67cccf6beaecc4f6fef693640ae004cc55a7b8a259e36dd2e77461
|
7
|
+
data.tar.gz: 44d0d1e9d37429d20648a15983f5d17429166ef985a5cf1facb66ce3a797e49b017ad414405973f1f275c5557393704b531de28917789329bf540c455567d23c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.776
|
data/lib/v20180410/client.rb
CHANGED
@@ -465,7 +465,7 @@ module TencentCloud
|
|
465
465
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
466
466
|
end
|
467
467
|
|
468
|
-
#
|
468
|
+
# 修改专用通道扩展信息。
|
469
469
|
|
470
470
|
# @param request: Request instance for ModifyDirectConnectTunnelExtra.
|
471
471
|
# @type request: :class:`Tencentcloud::dc::V20180410::ModifyDirectConnectTunnelExtraRequest`
|
data/lib/v20180410/models.rb
CHANGED
@@ -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:
|
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.
|
4
|
+
version: 3.0.776
|
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-
|
11
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|