public class ModifyDirectConnectTunnelExtraRequest extends AbstractModel
header, skipSign
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 |
getCustomerIPv6Address()
Get 用户侧互联IPv6。
|
String |
getDirectConnectTunnelId()
Get 专用通道ID。
|
Boolean |
getEnableBGPCommunity()
Get BGP community开关。
|
Long |
getIPv6Enable()
Get IPV6使能。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。
|
String |
getTencentBackupIPv6Address()
Get 腾讯侧备用互联IPv6。
|
String |
getTencentIPv6Address()
Get 腾讯侧互联IPv6。
|
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 |
setCustomerIPv6Address(String CustomerIPv6Address)
Set 用户侧互联IPv6。
|
void |
setDirectConnectTunnelId(String DirectConnectTunnelId)
Set 专用通道ID。
|
void |
setEnableBGPCommunity(Boolean EnableBGPCommunity)
Set BGP community开关。
|
void |
setIPv6Enable(Long IPv6Enable)
Set IPV6使能。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 |
setTencentBackupIPv6Address(String TencentBackupIPv6Address)
Set 腾讯侧备用互联IPv6。
|
void |
setTencentIPv6Address(String TencentIPv6Address)
Set 腾讯侧互联IPv6。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDirectConnectTunnelExtraRequest()
public ModifyDirectConnectTunnelExtraRequest(ModifyDirectConnectTunnelExtraRequest source)
public String getDirectConnectTunnelId()
public void setDirectConnectTunnelId(String DirectConnectTunnelId)
DirectConnectTunnelId
- 专用通道ID。public Long getVlan()
public void setVlan(Long Vlan)
Vlan
- 专用通道的Vlan。public 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
- 腾讯侧互联IP。public String getTencentBackupAddress()
public void setTencentBackupAddress(String TencentBackupAddress)
TencentBackupAddress
- 腾讯侧备用互联IP。public String getCustomerAddress()
public void setCustomerAddress(String CustomerAddress)
CustomerAddress
- 用户侧互联IP。public 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
- 是否开启BFD。public Long getNqaEnable()
public void setNqaEnable(Long NqaEnable)
NqaEnable
- 是否开启NQA。public 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
- IPV6使能。0:停用IPv6;1: 启用IPv6。public RouteFilterPrefix[] getCustomerIDCRoutes()
public void setCustomerIDCRoutes(RouteFilterPrefix[] CustomerIDCRoutes)
CustomerIDCRoutes
- 去往用户侧的路由信息。public Long getJumboEnable()
public void setJumboEnable(Long JumboEnable)
JumboEnable
- 是否开启巨帧。1:开启;0:不开启。public String getTencentIPv6Address()
public void setTencentIPv6Address(String TencentIPv6Address)
TencentIPv6Address
- 腾讯侧互联IPv6。public String getTencentBackupIPv6Address()
public void setTencentBackupIPv6Address(String TencentBackupIPv6Address)
TencentBackupIPv6Address
- 腾讯侧备用互联IPv6。public String getCustomerIPv6Address()
public void setCustomerIPv6Address(String CustomerIPv6Address)
CustomerIPv6Address
- 用户侧互联IPv6。Copyright © 2024. All rights reserved.