Class NeutronHostRoute
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronHostRoute
-
- All Implemented Interfaces:
Serializable,ModelEntity,HostRoute
public class NeutronHostRoute extends Object implements HostRoute
A Network Host based Routing Entry.- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronHostRoute()NeutronHostRoute(String destination, String nexthop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestination()Gets the destination for the routeStringgetNexthop()Gets the NextHop for this routeStringtoString()
-
-
-
Method Detail
-
getDestination
public String getDestination()
Gets the destination for the route- Specified by:
getDestinationin interfaceHostRoute- Returns:
- the destination host for this host route
-
getNexthop
public String getNexthop()
Gets the NextHop for this route- Specified by:
getNexthopin interfaceHostRoute- Returns:
- the NextHop for this host route
-
-