public class DirectConnectGatewayCcnRoute extends AbstractModel
Constructor and Description |
---|
DirectConnectGatewayCcnRoute() |
Modifier and Type | Method and Description |
---|---|
String[] |
getASPath()
Get The `AS-Path` attribute of `BGP`.
|
String |
getDestinationCidrBlock()
Get IDC IP range.
|
String |
getRouteId()
Get Route ID.
|
void |
setASPath(String[] ASPath)
Set The `AS-Path` attribute of `BGP`.
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set IDC IP range.
|
void |
setRouteId(String RouteId)
Set Route ID.
|
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 String getRouteId()
public void setRouteId(String RouteId)
RouteId
- Route ID.public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- IDC IP range.public String[] getASPath()
public void setASPath(String[] ASPath)
ASPath
- The `AS-Path` attribute of `BGP`.Copyright © 2020. All rights reserved.