| Package | Description |
|---|---|
| org.jclouds.elb.domain | |
| org.jclouds.elb.features | |
| org.jclouds.elb.xml |
| Modifier and Type | Method and Description |
|---|---|
InstanceHealth |
InstanceHealth.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
InstanceHealth.Builder |
InstanceHealth.Builder.fromAttributeMetadata(InstanceHealth in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Set<InstanceHealth>> |
InstanceAsyncApi.getHealthOfInstancesOfLoadBalancer(Iterable<String> instanceIds,
String loadBalancerName) |
Set<InstanceHealth> |
InstanceApi.getHealthOfInstancesOfLoadBalancer(Iterable<String> instanceIds,
String loadBalancerName)
Returns the current state of the instances of the specified LoadBalancer.
|
com.google.common.util.concurrent.ListenableFuture<Set<InstanceHealth>> |
InstanceAsyncApi.getHealthOfInstancesOfLoadBalancer(String loadBalancerName) |
Set<InstanceHealth> |
InstanceApi.getHealthOfInstancesOfLoadBalancer(String loadBalancerName)
Returns the current state of the instances of the specified LoadBalancer.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceHealth |
InstanceStateHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<InstanceHealth> |
DescribeInstanceHealthResultHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.