Class HostRoute
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.HostRoute
A Neutron Subnet Host Route
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HostRoute.Builder
builder()
boolean
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
HostRoute
@ConstructorProperties({"destination","nexthop"}) protected HostRoute(String destinationCidr, String nextHop)
-
-
Method Details
-
getDestinationCidr
- Returns:
- the destination CIDR for this route.
-
getNextHop
- Returns:
- the IP of the next hop to forward traffic to.
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
-
toBuilder
-