Class AllocationPool.Builder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.AllocationPool.Builder
- Enclosing class:
 AllocationPool
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Provide the end to the AllocationPool's Builder.Provide the start to the AllocationPool's Builder. 
- 
Field Details
- 
start
 - 
end
 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
start
Provide the start to the AllocationPool's Builder.- Returns:
 - the Builder.
 - See Also:
 
 - 
end
Provide the end to the AllocationPool's Builder.- Returns:
 - the Builder.
 - See Also:
 
 - 
build
- Returns:
 - a AllocationPool constructed with this Builder.
 
 - 
fromAllocationPool
- Returns:
 - a Builder from another AllocationPool.
 
 
 -