Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.v1.domain | |
org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal |
Modifier and Type | Method and Description |
---|---|
BaseLoadBalancer.Algorithm |
UpdateLoadBalancer.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
UpdateLoadBalancer.Builder |
UpdateLoadBalancer.Builder.algorithm(BaseLoadBalancer.Algorithm algorithm) |
LoadBalancer.Builder |
LoadBalancer.Builder.algorithm(BaseLoadBalancer.Algorithm algorithm)
Algorithm that defines how traffic should be directed between back-end nodes.
|
CreateLoadBalancer.Builder |
CreateLoadBalancer.Builder.algorithm(BaseLoadBalancer.Algorithm algorithm)
Algorithm that defines how traffic should be directed between back-end nodes.
|
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) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
Modifier and Type | Field and Description |
---|---|
protected BaseLoadBalancer.Algorithm |
BaseLoadBalancer.algorithm |
protected BaseLoadBalancer.Algorithm |
BaseLoadBalancer.Builder.algorithm |
static BaseLoadBalancer.Algorithm[] |
BaseLoadBalancer.WEIGHTED_ALGORITHMS |
Modifier and Type | Method and Description |
---|---|
static BaseLoadBalancer.Algorithm |
BaseLoadBalancer.Algorithm.fromValue(String algorithm) |
BaseLoadBalancer.Algorithm |
BaseLoadBalancer.getAlgorithm() |
static BaseLoadBalancer.Algorithm |
BaseLoadBalancer.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseLoadBalancer.Algorithm[] |
BaseLoadBalancer.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.algorithm(BaseLoadBalancer.Algorithm algorithm)
Algorithm that defines how traffic should be directed between back-end nodes.
|
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) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.