Class AllocationPool
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.AllocationPool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AllocationPool.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
AllocationPool(String start, String end)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllocationPool.Builder
builder()
boolean
equals(Object obj)
String
getEnd()
String
getStart()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
AllocationPool.Builder
toBuilder()
Gets a Builder configured as this object.String
toString()
-
-
-
Constructor Detail
-
AllocationPool
@ConstructorProperties({"start","end"}) protected AllocationPool(String start, String end)
-
-
Method Detail
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static AllocationPool.Builder builder()
- Returns:
- the Builder for AllocationPool
-
toBuilder
public AllocationPool.Builder toBuilder()
Gets a Builder configured as this object.
-
-