public class ResetRoutesRequest extends AbstractModel
Constructor and Description |
---|
ResetRoutesRequest() |
Modifier and Type | Method and Description |
---|---|
Route[] |
getRoutes()
Get Routing policy.
|
String |
getRouteTableId()
Get The route table instance ID, such as `rtb-azd4dt1c`.
|
String |
getRouteTableName()
Get The route table name.
|
void |
setRoutes(Route[] Routes)
Set Routing policy.
|
void |
setRouteTableId(String RouteTableId)
Set The route table instance ID, such as `rtb-azd4dt1c`.
|
void |
setRouteTableName(String RouteTableName)
Set The route table name.
|
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 getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- The route table instance ID, such as `rtb-azd4dt1c`.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- The route table name. The maximum length is 60 characters.public Route[] getRoutes()
public void setRoutes(Route[] Routes)
Routes
- Routing policy.Copyright © 2020. All rights reserved.