Uses of Class
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.Pool
Packages that use Pool
Package
Description
-
Uses of Pool in org.jclouds.openstack.neutron.v2.domain.lbaas.v1
Subclasses of Pool in org.jclouds.openstack.neutron.v2.domain.lbaas.v1Modifier and TypeClassDescriptionstatic class
Create options - extend the domain class, passed to API create calls.static class
Update options - extend the domain class, passed to API update calls.Fields in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 declared as PoolModifier and TypeFieldDescriptionprotected Pool
Pool.Builder.pool
protected Pool
Pool.Builder.pool
Constructor parameters in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 with type arguments of type Pool -
Uses of Pool in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 that return PoolModifier and TypeMethodDescriptionLBaaSApi.createPool
(Pool.CreatePool pool) Creates a new Pool.Returns the details for a specific Pool.LBaaSApi.updatePool
(String id, Pool.UpdatePool pool) Update a Pool.Methods in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 that return types with arguments of type PoolModifier and TypeMethodDescriptionLBaaSApi.listPools()
Returns a list of Pools to which the tenant has access. -
Uses of Pool in org.jclouds.openstack.neutron.v2.functions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.functions.lbaas.v1 that return types with arguments of type PoolModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Pool>> PoolsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)