Package | Description |
---|---|
org.jclouds.elb.domain | |
org.jclouds.elb.xml |
Modifier and Type | Field and Description |
---|---|
protected HealthCheck |
LoadBalancer.healthCheck |
protected HealthCheck |
LoadBalancer.Builder.healthCheck |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.Builder.build() |
HealthCheck |
LoadBalancer.getHealthCheck()
Specifies information regarding the various health probes conducted on the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
T |
HealthCheck.Builder.fromListener(HealthCheck in) |
T |
LoadBalancer.Builder.healthCheck(HealthCheck healthCheck) |
Constructor and Description |
---|
LoadBalancer(String name,
Date createdTime,
String dnsName,
HealthCheck healthCheck,
Iterable<String> instanceIds,
Iterable<ListenerWithPolicies> listeners,
com.google.common.base.Optional<LoadBalancer.Scheme> scheme,
com.google.common.base.Optional<String> VPCId) |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheckHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.