Class AllocationPool
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.AllocationPool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocationPool.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedAllocationPool(String start, String end)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllocationPool.Builderbuilder()booleanequals(Object obj)StringgetEnd()StringgetStart()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()AllocationPool.BuildertoBuilder()Gets a Builder configured as this object.StringtoString()
-
-
-
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.
-
-