| Package | Description |
|---|---|
| org.jclouds.openstack.neutron.v2.domain.lbaas.v1 | |
| org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 | |
| org.jclouds.openstack.neutron.v2.functions.lbaas.v1 |
| Modifier and Type | Class and Description |
|---|---|
static class |
Pool.CreatePool
Create options - extend the domain class, passed to API create calls.
|
static class |
Pool.UpdatePool
Update options - extend the domain class, passed to API update calls.
|
| Constructor and Description |
|---|
Pools(Iterable<Pool> pools,
Iterable<Link> poolsLinks) |
| Modifier and Type | Method and Description |
|---|---|
Pool |
LBaaSApi.createPool(Pool.CreatePool pool)
Creates a new Pool.
|
Pool |
LBaaSApi.getPool(String id)
Returns the details for a specific Pool.
|
Pool |
LBaaSApi.updatePool(String id,
Pool.UpdatePool pool)
Update a Pool.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<Pool> |
LBaaSApi.listPools()
Returns a list of Pools to which the tenant has access.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Pool>> |
PoolsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.