Uses of Class
org.jclouds.openstack.neutron.v2.domain.AllocationPool.Builder
-
Packages that use AllocationPool.Builder Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of AllocationPool.Builder in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return AllocationPool.Builder Modifier and Type Method Description static AllocationPool.BuilderAllocationPool. builder()AllocationPool.BuilderAllocationPool.Builder. end(String end)Provide the end to the AllocationPool's Builder.AllocationPool.BuilderAllocationPool.Builder. fromAllocationPool(AllocationPool in)AllocationPool.BuilderAllocationPool.Builder. start(String start)Provide the start to the AllocationPool's Builder.AllocationPool.BuilderAllocationPool. toBuilder()Gets a Builder configured as this object.
-