public class RouteRule extends Object
| Constructor and Description |
|---|
RouteRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDestinationAddress() |
String |
getNexthopId() |
String |
getNexthopType() |
String |
getPathType() |
String |
getRouteRuleId() |
String |
getRouteTableId() |
String |
getSourceAddress() |
RouteRule |
setDescription(String description) |
RouteRule |
setDestinationAddress(String destinationAddress) |
RouteRule |
setNexthopId(String nexthopId) |
RouteRule |
setNexthopType(String nexthopType) |
RouteRule |
setPathType(String pathType) |
RouteRule |
setRouteRuleId(String routeRuleId) |
RouteRule |
setRouteTableId(String routeTableId) |
RouteRule |
setSourceAddress(String sourceAddress) |
String |
toString() |
public String getRouteRuleId()
public String getRouteTableId()
public String getSourceAddress()
public String getDestinationAddress()
public String getNexthopId()
public String getNexthopType()
public String getPathType()
public String getDescription()
Copyright © 2026. All rights reserved.