public class CcnRoute extends AbstractModel
| Constructor and Description | 
|---|
CcnRoute()  | 
CcnRoute(CcnRoute 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 | 
getDestinationCidrBlock()
Get Destination 
 | 
Boolean | 
getEnabled()
Get Whether the route is enabled 
 | 
String | 
getExtraState()
Get Additional status of the route 
 | 
String | 
getInstanceExtraName()
Get Next hop port name (associated instance’s port name) 
 | 
String | 
getInstanceId()
Get The next hop (associated instance) 
 | 
String | 
getInstanceName()
Get The name of the next hop (associated instance name) 
 | 
String | 
getInstanceRegion()
Get The region of the next hop (the region of the associated instance) 
 | 
String | 
getInstanceType()
Get The type of the next hop (associated instance type). 
 | 
String | 
getInstanceUin()
Get The UIN (root account) to which the associated instance belongs 
 | 
Boolean | 
getIsBgp()
Get Whether it is a dynamic route 
 | 
String | 
getRouteId()
Get The ID of the routing policy 
 | 
Long | 
getRoutePriority()
Get Route priority 
 | 
String | 
getUpdateTime()
Get Update Time 
 | 
void | 
setDestinationCidrBlock(String DestinationCidrBlock)
Set Destination 
 | 
void | 
setEnabled(Boolean Enabled)
Set Whether the route is enabled 
 | 
void | 
setExtraState(String ExtraState)
Set Additional status of the route 
 | 
void | 
setInstanceExtraName(String InstanceExtraName)
Set Next hop port name (associated instance’s port name) 
 | 
void | 
setInstanceId(String InstanceId)
Set The next hop (associated instance) 
 | 
void | 
setInstanceName(String InstanceName)
Set The name of the next hop (associated instance name) 
 | 
void | 
setInstanceRegion(String InstanceRegion)
Set The region of the next hop (the region of the associated instance) 
 | 
void | 
setInstanceType(String InstanceType)
Set The type of the next hop (associated instance type). 
 | 
void | 
setInstanceUin(String InstanceUin)
Set The UIN (root account) to which the associated instance belongs 
 | 
void | 
setIsBgp(Boolean IsBgp)
Set Whether it is a dynamic route 
 | 
void | 
setRouteId(String RouteId)
Set The ID of the routing policy 
 | 
void | 
setRoutePriority(Long RoutePriority)
Set Route priority 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update Time 
 | 
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, toJsonStringpublic CcnRoute()
public CcnRoute(CcnRoute source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId - The ID of the routing policypublic String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock - Destinationpublic String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - The type of the next hop (associated instance type). Available types: VPC, DIRECTCONNECTpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - The next hop (associated instance)public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - The name of the next hop (associated instance name)public String getInstanceRegion()
public void setInstanceRegion(String InstanceRegion)
InstanceRegion - The region of the next hop (the region of the associated instance)public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update Timepublic Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether the route is enabledpublic String getInstanceUin()
public void setInstanceUin(String InstanceUin)
InstanceUin - The UIN (root account) to which the associated instance belongspublic String getExtraState()
public void setExtraState(String ExtraState)
ExtraState - Additional status of the routepublic Boolean getIsBgp()
public void setIsBgp(Boolean IsBgp)
IsBgp - Whether it is a dynamic routepublic Long getRoutePriority()
public void setRoutePriority(Long RoutePriority)
RoutePriority - Route prioritypublic String getInstanceExtraName()
public void setInstanceExtraName(String InstanceExtraName)
InstanceExtraName - Next hop port name (associated instance’s port name)Copyright © 2021. All rights reserved.