Package org.openstack4j.model.network
Interface HostRoute
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NeutronHostRoute
public interface HostRoute extends ModelEntity
A Network Host based Routing Entry- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestination()Gets the destination for the routeStringgetNexthop()Gets the NextHop for this route
-