public class DirectConnectGatewayCcnRoute extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DirectConnectGatewayCcnRoute()  | 
DirectConnectGatewayCcnRoute(DirectConnectGatewayCcnRoute 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 The `AS-Path` attribute of `BGP`. 
 | 
String | 
getDescription()
Get Remarks 
 | 
String | 
getDestinationCidrBlock()
Get IDC IP range. 
 | 
String | 
getRouteId()
Get Route ID. 
 | 
String | 
getUpdateTime()
Get Last updated time 
 | 
void | 
setASPath(String[] ASPath)
Set The `AS-Path` attribute of `BGP`. 
 | 
void | 
setDescription(String Description)
Set Remarks 
 | 
void | 
setDestinationCidrBlock(String DestinationCidrBlock)
Set IDC IP range. 
 | 
void | 
setRouteId(String RouteId)
Set Route ID. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Last updated time 
 | 
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, toJsonStringpublic DirectConnectGatewayCcnRoute()
public DirectConnectGatewayCcnRoute(DirectConnectGatewayCcnRoute source)
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`.public String getDescription()
public void setDescription(String Description)
Description - Remarkspublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Last updated timeCopyright © 2025. All rights reserved.