public class ModifyDirectConnectTunnelExtraRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBandwidth()
Get 专用通道带宽值
|
Long |
getBfdEnable()
Get 是否开启BFD
|
BFDInfo |
getBfdInfo()
Get BFD配置信息
|
BgpPeer |
getBgpPeer()
Get 用户侧BGP,Asn,AuthKey
|
String |
getCustomerAddress()
Get 用户侧互联IP
|
RouteFilterPrefix[] |
getCustomerIDCRoutes()
Get 去往用户侧的路由信息
|
String |
getDirectConnectTunnelId()
Get 专用通道ID
|
Boolean |
getEnableBGPCommunity()
Get BGP community开关
|
Long |
getIPv6Enable()
Get 0:停用IPv6
1: 启用IPv6
|
Long |
getJumboEnable()
Get 是否开启巨帧
1:开启
0:不开启
|
Long |
getNqaEnable()
Get 是否开启NQA
|
NQAInfo |
getNqaInfo()
Get NQA配置信息
|
RouteFilterPrefix |
getRouteFilterPrefixes()
Get 用户侧过滤网段地址
|
String |
getTencentAddress()
Get 腾讯侧互联IP
|
String |
getTencentBackupAddress()
Get 腾讯侧备用互联IP
|
Long |
getVlan()
Get 专用通道的Vlan
|
void |
setBandwidth(Long Bandwidth)
Set 专用通道带宽值
|
void |
setBfdEnable(Long BfdEnable)
Set 是否开启BFD
|
void |
setBfdInfo(BFDInfo BfdInfo)
Set BFD配置信息
|
void |
setBgpPeer(BgpPeer BgpPeer)
Set 用户侧BGP,Asn,AuthKey
|
void |
setCustomerAddress(String CustomerAddress)
Set 用户侧互联IP
|
void |
setCustomerIDCRoutes(RouteFilterPrefix[] CustomerIDCRoutes)
Set 去往用户侧的路由信息
|
void |
setDirectConnectTunnelId(String DirectConnectTunnelId)
Set 专用通道ID
|
void |
setEnableBGPCommunity(Boolean EnableBGPCommunity)
Set BGP community开关
|
void |
setIPv6Enable(Long IPv6Enable)
Set 0:停用IPv6
1: 启用IPv6
|
void |
setJumboEnable(Long JumboEnable)
Set 是否开启巨帧
1:开启
0:不开启
|
void |
setNqaEnable(Long NqaEnable)
Set 是否开启NQA
|
void |
setNqaInfo(NQAInfo NqaInfo)
Set NQA配置信息
|
void |
setRouteFilterPrefixes(RouteFilterPrefix RouteFilterPrefixes)
Set 用户侧过滤网段地址
|
void |
setTencentAddress(String TencentAddress)
Set 腾讯侧互联IP
|
void |
setTencentBackupAddress(String TencentBackupAddress)
Set 腾讯侧备用互联IP
|
void |
setVlan(Long Vlan)
Set 专用通道的Vlan
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDirectConnectTunnelExtraRequest()
public ModifyDirectConnectTunnelExtraRequest(ModifyDirectConnectTunnelExtraRequest source)
public String getDirectConnectTunnelId()
public void setDirectConnectTunnelId(String DirectConnectTunnelId)
DirectConnectTunnelId
- 专用通道IDpublic Long getVlan()
public void setVlan(Long Vlan)
Vlan
- 专用通道的Vlanpublic BgpPeer getBgpPeer()
public void setBgpPeer(BgpPeer BgpPeer)
BgpPeer
- 用户侧BGP,Asn,AuthKeypublic RouteFilterPrefix getRouteFilterPrefixes()
public void setRouteFilterPrefixes(RouteFilterPrefix RouteFilterPrefixes)
RouteFilterPrefixes
- 用户侧过滤网段地址public String getTencentAddress()
public void setTencentAddress(String TencentAddress)
TencentAddress
- 腾讯侧互联IPpublic String getTencentBackupAddress()
public void setTencentBackupAddress(String TencentBackupAddress)
TencentBackupAddress
- 腾讯侧备用互联IPpublic String getCustomerAddress()
public void setCustomerAddress(String CustomerAddress)
CustomerAddress
- 用户侧互联IPpublic Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 专用通道带宽值public Boolean getEnableBGPCommunity()
public void setEnableBGPCommunity(Boolean EnableBGPCommunity)
EnableBGPCommunity
- BGP community开关public Long getBfdEnable()
public void setBfdEnable(Long BfdEnable)
BfdEnable
- 是否开启BFDpublic Long getNqaEnable()
public void setNqaEnable(Long NqaEnable)
NqaEnable
- 是否开启NQApublic BFDInfo getBfdInfo()
public void setBfdInfo(BFDInfo BfdInfo)
BfdInfo
- BFD配置信息public NQAInfo getNqaInfo()
public void setNqaInfo(NQAInfo NqaInfo)
NqaInfo
- NQA配置信息public Long getIPv6Enable()
public void setIPv6Enable(Long IPv6Enable)
IPv6Enable
- 0:停用IPv6
1: 启用IPv6public RouteFilterPrefix[] getCustomerIDCRoutes()
public void setCustomerIDCRoutes(RouteFilterPrefix[] CustomerIDCRoutes)
CustomerIDCRoutes
- 去往用户侧的路由信息public Long getJumboEnable()
public void setJumboEnable(Long JumboEnable)
JumboEnable
- 是否开启巨帧
1:开启
0:不开启Copyright © 2021. All rights reserved.