|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HealthCheck | |
|---|---|
| org.jclouds.elb.domain | |
| org.jclouds.elb.xml | |
| Uses of HealthCheck in org.jclouds.elb.domain |
|---|
| Fields in org.jclouds.elb.domain declared as HealthCheck | |
|---|---|
protected HealthCheck |
LoadBalancer.healthCheck
|
protected HealthCheck |
LoadBalancer.Builder.healthCheck
|
| Methods in org.jclouds.elb.domain that return HealthCheck | |
|---|---|
HealthCheck |
HealthCheck.Builder.build()
|
HealthCheck |
LoadBalancer.getHealthCheck()
Specifies information regarding the various health probes conducted on the LoadBalancer. |
| Methods in org.jclouds.elb.domain with parameters of type HealthCheck | |
|---|---|
T |
HealthCheck.Builder.fromListener(HealthCheck in)
|
T |
LoadBalancer.Builder.healthCheck(HealthCheck healthCheck)
|
| Constructors in org.jclouds.elb.domain with parameters of type HealthCheck | |
|---|---|
LoadBalancer(String name,
Date createdTime,
String dnsName,
HealthCheck healthCheck,
Iterable<String> instanceIds,
Iterable<ListenerWithPolicies> listeners,
Iterable<String> availabilityZones,
com.google.common.base.Optional<Scheme> scheme,
com.google.common.base.Optional<SecurityGroupAndOwner> sourceSecurityGroup,
com.google.common.base.Optional<String> VPCId,
Iterable<String> securityGroups,
Iterable<String> subnets,
com.google.common.base.Optional<String> hostedZoneName,
com.google.common.base.Optional<String> hostedZoneId)
|
|
| Uses of HealthCheck in org.jclouds.elb.xml |
|---|
| Methods in org.jclouds.elb.xml that return HealthCheck | |
|---|---|
HealthCheck |
HealthCheckHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||