Package | Description |
---|---|
org.jclouds.elb | |
org.jclouds.elb.domain | |
org.jclouds.elb.features | |
org.jclouds.elb.xml |
Modifier and Type | Method and Description |
---|---|
static Iterable<LoadBalancer> |
ELB.listLoadBalancers(LoadBalancerClient loadBalancerClient) |
static Iterable<LoadBalancer> |
ELB.listLoadBalancers(LoadBalancerClient loadBalancerClient,
ListLoadBalancersOptions options)
List loadBalancers based on the criteria in the
ListLoadBalancersOptions passed in. |
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
LoadBalancer.Builder.fromLoadBalancer(LoadBalancer in) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancerClient.get(String name)
Retrieves information about the specified loadBalancer.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncClient.get(String name) |
PaginatedSet<LoadBalancer> |
LoadBalancerClient.list()
Lists the loadBalancers all load balancers
|
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<LoadBalancer>> |
LoadBalancerAsyncClient.list() |
PaginatedSet<LoadBalancer> |
LoadBalancerClient.list(ListLoadBalancersOptions options)
Returns detailed configuration information for the specified LoadBalancers.
|
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<LoadBalancer>> |
LoadBalancerAsyncClient.list(ListLoadBalancersOptions options) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancerHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<LoadBalancer> |
DescribeLoadBalancersResultHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.