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,
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) |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheckHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.