Modifier and Type | Method and Description |
---|---|
HealthMonitor |
HealthMonitor.Builder.build() |
Modifier and Type | Method and Description |
---|---|
HealthMonitor.Builder |
HealthMonitor.Builder.from(HealthMonitor in) |
LoadBalancer.Builder |
LoadBalancer.Builder.healthMonitor(HealthMonitor healthMonitor)
The type of health monitor check to perform to ensure that the service is performing properly.
|
Constructor and Description |
---|
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
Modifier and Type | Field and Description |
---|---|
protected HealthMonitor |
BaseLoadBalancer.healthMonitor |
protected HealthMonitor |
BaseLoadBalancer.Builder.healthMonitor |
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
BaseLoadBalancer.getHealthMonitor() |
Modifier and Type | Method and Description |
---|---|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.healthMonitor(HealthMonitor healthMonitor)
The type of health monitor check to perform to ensure that the service is performing properly.
|
Constructor and Description |
---|
BaseLoadBalancer(String name,
String protocol,
Integer port,
Iterable<N> nodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistence,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor) |
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
HealthMonitorApi.get()
Get health monitor.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthMonitorApi.createOrUpdate(HealthMonitor healthMonitor)
Create or update a health monitor.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.