Class ModifyDirectConnectTunnelExtraRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dc.v20180410.models.ModifyDirectConnectTunnelExtraRequest
-
public class ModifyDirectConnectTunnelExtraRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDirectConnectTunnelExtraRequest()ModifyDirectConnectTunnelExtraRequest(ModifyDirectConnectTunnelExtraRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBandwidth()Get 专用通道带宽值LonggetBfdEnable()Get 是否开启BFDBFDInfogetBfdInfo()Get BFD配置信息BgpPeergetBgpPeer()Get 用户侧BGP,Asn,AuthKeyStringgetCustomerAddress()Get 用户侧互联IPRouteFilterPrefix[]getCustomerIDCRoutes()Get 去往用户侧的路由信息StringgetDirectConnectTunnelId()Get 专用通道IDBooleangetEnableBGPCommunity()Get BGP community开关LonggetIPv6Enable()Get 0:停用IPv6 1: 启用IPv6LonggetJumboEnable()Get 是否开启巨帧 1:开启 0:不开启LonggetNqaEnable()Get 是否开启NQANQAInfogetNqaInfo()Get NQA配置信息RouteFilterPrefixgetRouteFilterPrefixes()Get 用户侧过滤网段地址StringgetTencentAddress()Get 腾讯侧互联IPStringgetTencentBackupAddress()Get 腾讯侧备用互联IPLonggetVlan()Get 专用通道的VlanvoidsetBandwidth(Long Bandwidth)Set 专用通道带宽值voidsetBfdEnable(Long BfdEnable)Set 是否开启BFDvoidsetBfdInfo(BFDInfo BfdInfo)Set BFD配置信息voidsetBgpPeer(BgpPeer BgpPeer)Set 用户侧BGP,Asn,AuthKeyvoidsetCustomerAddress(String CustomerAddress)Set 用户侧互联IPvoidsetCustomerIDCRoutes(RouteFilterPrefix[] CustomerIDCRoutes)Set 去往用户侧的路由信息voidsetDirectConnectTunnelId(String DirectConnectTunnelId)Set 专用通道IDvoidsetEnableBGPCommunity(Boolean EnableBGPCommunity)Set BGP community开关voidsetIPv6Enable(Long IPv6Enable)Set 0:停用IPv6 1: 启用IPv6voidsetJumboEnable(Long JumboEnable)Set 是否开启巨帧 1:开启 0:不开启voidsetNqaEnable(Long NqaEnable)Set 是否开启NQAvoidsetNqaInfo(NQAInfo NqaInfo)Set NQA配置信息voidsetRouteFilterPrefixes(RouteFilterPrefix RouteFilterPrefixes)Set 用户侧过滤网段地址voidsetTencentAddress(String TencentAddress)Set 腾讯侧互联IPvoidsetTencentBackupAddress(String TencentBackupAddress)Set 腾讯侧备用互联IPvoidsetVlan(Long Vlan)Set 专用通道的VlanvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyDirectConnectTunnelExtraRequest
public ModifyDirectConnectTunnelExtraRequest()
-
ModifyDirectConnectTunnelExtraRequest
public ModifyDirectConnectTunnelExtraRequest(ModifyDirectConnectTunnelExtraRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getDirectConnectTunnelId
public String getDirectConnectTunnelId()
Get 专用通道ID- Returns:
- DirectConnectTunnelId 专用通道ID
-
setDirectConnectTunnelId
public void setDirectConnectTunnelId(String DirectConnectTunnelId)
Set 专用通道ID- Parameters:
DirectConnectTunnelId- 专用通道ID
-
getVlan
public Long getVlan()
Get 专用通道的Vlan- Returns:
- Vlan 专用通道的Vlan
-
setVlan
public void setVlan(Long Vlan)
Set 专用通道的Vlan- Parameters:
Vlan- 专用通道的Vlan
-
getBgpPeer
public BgpPeer getBgpPeer()
Get 用户侧BGP,Asn,AuthKey- Returns:
- BgpPeer 用户侧BGP,Asn,AuthKey
-
setBgpPeer
public void setBgpPeer(BgpPeer BgpPeer)
Set 用户侧BGP,Asn,AuthKey- Parameters:
BgpPeer- 用户侧BGP,Asn,AuthKey
-
getRouteFilterPrefixes
public RouteFilterPrefix getRouteFilterPrefixes()
Get 用户侧过滤网段地址- Returns:
- RouteFilterPrefixes 用户侧过滤网段地址
-
setRouteFilterPrefixes
public void setRouteFilterPrefixes(RouteFilterPrefix RouteFilterPrefixes)
Set 用户侧过滤网段地址- Parameters:
RouteFilterPrefixes- 用户侧过滤网段地址
-
getTencentAddress
public String getTencentAddress()
Get 腾讯侧互联IP- Returns:
- TencentAddress 腾讯侧互联IP
-
setTencentAddress
public void setTencentAddress(String TencentAddress)
Set 腾讯侧互联IP- Parameters:
TencentAddress- 腾讯侧互联IP
-
getTencentBackupAddress
public String getTencentBackupAddress()
Get 腾讯侧备用互联IP- Returns:
- TencentBackupAddress 腾讯侧备用互联IP
-
setTencentBackupAddress
public void setTencentBackupAddress(String TencentBackupAddress)
Set 腾讯侧备用互联IP- Parameters:
TencentBackupAddress- 腾讯侧备用互联IP
-
getCustomerAddress
public String getCustomerAddress()
Get 用户侧互联IP- Returns:
- CustomerAddress 用户侧互联IP
-
setCustomerAddress
public void setCustomerAddress(String CustomerAddress)
Set 用户侧互联IP- Parameters:
CustomerAddress- 用户侧互联IP
-
getBandwidth
public Long getBandwidth()
Get 专用通道带宽值- Returns:
- Bandwidth 专用通道带宽值
-
setBandwidth
public void setBandwidth(Long Bandwidth)
Set 专用通道带宽值- Parameters:
Bandwidth- 专用通道带宽值
-
getEnableBGPCommunity
public Boolean getEnableBGPCommunity()
Get BGP community开关- Returns:
- EnableBGPCommunity BGP community开关
-
setEnableBGPCommunity
public void setEnableBGPCommunity(Boolean EnableBGPCommunity)
Set BGP community开关- Parameters:
EnableBGPCommunity- BGP community开关
-
getBfdEnable
public Long getBfdEnable()
Get 是否开启BFD- Returns:
- BfdEnable 是否开启BFD
-
setBfdEnable
public void setBfdEnable(Long BfdEnable)
Set 是否开启BFD- Parameters:
BfdEnable- 是否开启BFD
-
getNqaEnable
public Long getNqaEnable()
Get 是否开启NQA- Returns:
- NqaEnable 是否开启NQA
-
setNqaEnable
public void setNqaEnable(Long NqaEnable)
Set 是否开启NQA- Parameters:
NqaEnable- 是否开启NQA
-
getBfdInfo
public BFDInfo getBfdInfo()
Get BFD配置信息- Returns:
- BfdInfo BFD配置信息
-
setBfdInfo
public void setBfdInfo(BFDInfo BfdInfo)
Set BFD配置信息- Parameters:
BfdInfo- BFD配置信息
-
getNqaInfo
public NQAInfo getNqaInfo()
Get NQA配置信息- Returns:
- NqaInfo NQA配置信息
-
setNqaInfo
public void setNqaInfo(NQAInfo NqaInfo)
Set NQA配置信息- Parameters:
NqaInfo- NQA配置信息
-
getIPv6Enable
public Long getIPv6Enable()
Get 0:停用IPv6 1: 启用IPv6- Returns:
- IPv6Enable 0:停用IPv6 1: 启用IPv6
-
setIPv6Enable
public void setIPv6Enable(Long IPv6Enable)
Set 0:停用IPv6 1: 启用IPv6- Parameters:
IPv6Enable- 0:停用IPv6 1: 启用IPv6
-
getCustomerIDCRoutes
public RouteFilterPrefix[] getCustomerIDCRoutes()
Get 去往用户侧的路由信息- Returns:
- CustomerIDCRoutes 去往用户侧的路由信息
-
setCustomerIDCRoutes
public void setCustomerIDCRoutes(RouteFilterPrefix[] CustomerIDCRoutes)
Set 去往用户侧的路由信息- Parameters:
CustomerIDCRoutes- 去往用户侧的路由信息
-
getJumboEnable
public Long getJumboEnable()
Get 是否开启巨帧 1:开启 0:不开启- Returns:
- JumboEnable 是否开启巨帧 1:开启 0:不开启
-
setJumboEnable
public void setJumboEnable(Long JumboEnable)
Set 是否开启巨帧 1:开启 0:不开启- Parameters:
JumboEnable- 是否开启巨帧 1:开启 0:不开启
-
-