Modifier and Type | Method and Description |
---|---|
LoadBalancer |
get(String name)
Retrieves information about the specified loadBalancer.
|
PaginatedSet<LoadBalancer> |
list()
Lists the loadBalancers all load balancers
|
PaginatedSet<LoadBalancer> |
list(ListLoadBalancersOptions options)
Returns detailed configuration information for the specified LoadBalancers.
|
@Nullable LoadBalancer get(String name)
name
- Name of the loadBalancer to get information about.PaginatedSet<LoadBalancer> list(ListLoadBalancersOptions options)
parameter
options
- the options describing the loadBalancers queryPaginatedSet<LoadBalancer> list()
Copyright © 2009-2012 jclouds. All Rights Reserved.