Class DirectConnectTunnelRoute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dc.v20180410.models.DirectConnectTunnelRoute
-
public class DirectConnectTunnelRoute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getASPath()Get ASPath信息StringgetDestinationCidrBlock()Get 网段CIDRStringgetNextHop()Get 路由下一跳IPStringgetRouteId()Get 专用通道路由IDStringgetRouteType()Get 路由类型:BGP/STATIC路由StringgetStatus()Get ENABLE:路由启用,DISABLE:路由禁用voidsetASPath(String[] ASPath)Set ASPath信息voidsetDestinationCidrBlock(String DestinationCidrBlock)Set 网段CIDRvoidsetNextHop(String NextHop)Set 路由下一跳IPvoidsetRouteId(String RouteId)Set 专用通道路由IDvoidsetRouteType(String RouteType)Set 路由类型:BGP/STATIC路由voidsetStatus(String Status)Set ENABLE:路由启用,DISABLE:路由禁用voidtoMap(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
-
DirectConnectTunnelRoute
public DirectConnectTunnelRoute()
-
DirectConnectTunnelRoute
public 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.
-
-
Method Detail
-
getRouteId
public String getRouteId()
Get 专用通道路由ID- Returns:
- RouteId 专用通道路由ID
-
setRouteId
public void setRouteId(String RouteId)
Set 专用通道路由ID- Parameters:
RouteId- 专用通道路由ID
-
getDestinationCidrBlock
public String getDestinationCidrBlock()
Get 网段CIDR- Returns:
- DestinationCidrBlock 网段CIDR
-
setDestinationCidrBlock
public void setDestinationCidrBlock(String DestinationCidrBlock)
Set 网段CIDR- Parameters:
DestinationCidrBlock- 网段CIDR
-
getRouteType
public String getRouteType()
Get 路由类型:BGP/STATIC路由- Returns:
- RouteType 路由类型:BGP/STATIC路由
-
setRouteType
public void setRouteType(String RouteType)
Set 路由类型:BGP/STATIC路由- Parameters:
RouteType- 路由类型:BGP/STATIC路由
-
getStatus
public String getStatus()
Get ENABLE:路由启用,DISABLE:路由禁用- Returns:
- Status ENABLE:路由启用,DISABLE:路由禁用
-
setStatus
public void setStatus(String Status)
Set ENABLE:路由启用,DISABLE:路由禁用- Parameters:
Status- ENABLE:路由启用,DISABLE:路由禁用
-
getASPath
public String[] getASPath()
Get ASPath信息- Returns:
- ASPath ASPath信息
-
setASPath
public void setASPath(String[] ASPath)
Set ASPath信息- Parameters:
ASPath- ASPath信息
-
getNextHop
public String getNextHop()
Get 路由下一跳IP- Returns:
- NextHop 路由下一跳IP
-
setNextHop
public void setNextHop(String NextHop)
Set 路由下一跳IP- Parameters:
NextHop- 路由下一跳IP
-
-