public class DirectConnectTunnelRoute extends AbstractModel
Constructor and Description |
---|
DirectConnectTunnelRoute() |
DirectConnectTunnelRoute(DirectConnectTunnelRoute 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 |
---|---|
String[] |
getASPath()
Get ASPath信息
|
String |
getDestinationCidrBlock()
Get 网段CIDR
|
String |
getNextHop()
Get 路由下一跳IP
|
String |
getRouteId()
Get 专用通道路由ID
|
String |
getRouteType()
Get 路由类型:BGP/STATIC路由
|
String |
getStatus()
Get ENABLE:路由启用,DISABLE:路由禁用
|
void |
setASPath(String[] ASPath)
Set ASPath信息
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set 网段CIDR
|
void |
setNextHop(String NextHop)
Set 路由下一跳IP
|
void |
setRouteId(String RouteId)
Set 专用通道路由ID
|
void |
setRouteType(String RouteType)
Set 路由类型:BGP/STATIC路由
|
void |
setStatus(String Status)
Set ENABLE:路由启用,DISABLE:路由禁用
|
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 DirectConnectTunnelRoute()
public DirectConnectTunnelRoute(DirectConnectTunnelRoute source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId
- 专用通道路由IDpublic String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- 网段CIDRpublic String getRouteType()
public void setRouteType(String RouteType)
RouteType
- 路由类型:BGP/STATIC路由public String getStatus()
public void setStatus(String Status)
Status
- ENABLE:路由启用,DISABLE:路由禁用public String[] getASPath()
public void setASPath(String[] ASPath)
ASPath
- ASPath信息public String getNextHop()
public void setNextHop(String NextHop)
NextHop
- 路由下一跳IPCopyright © 2021. All rights reserved.