Class AllocationPool
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.AllocationPool
A Neutron Subnet Allocation Pool
Contains a start and an end IP address describing the pool.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
-
end
-
-
Constructor Details
-
AllocationPool
-
-
Method Details
-
getStart
- Returns:
- the start of the AllocationPool
-
getEnd
- Returns:
- the end of the AllocationPool
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
- Returns:
- the Builder for AllocationPool
-
toBuilder
Gets a Builder configured as this object.
-