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.Builder
AllocationPool. builder()
AllocationPool.Builder
AllocationPool.Builder. end(String end)
Provide the end to the AllocationPool's Builder.AllocationPool.Builder
AllocationPool.Builder. fromAllocationPool(AllocationPool in)
AllocationPool.Builder
AllocationPool.Builder. start(String start)
Provide the start to the AllocationPool's Builder.AllocationPool.Builder
AllocationPool. toBuilder()
Gets a Builder configured as this object.
-