Uses of Enum Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal.BaseLoadBalancer.Algorithm
Packages that use BaseLoadBalancer.Algorithm
Package
Description
-
Uses of BaseLoadBalancer.Algorithm in org.jclouds.rackspace.cloudloadbalancers.v1.domain
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return BaseLoadBalancer.AlgorithmMethods in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type BaseLoadBalancer.AlgorithmModifier and TypeMethodDescriptionCreateLoadBalancer.Builder.algorithm
(BaseLoadBalancer.Algorithm algorithm) Algorithm that defines how traffic should be directed between back-end nodes.LoadBalancer.Builder.algorithm
(BaseLoadBalancer.Algorithm algorithm) Algorithm that defines how traffic should be directed between back-end nodes.UpdateLoadBalancer.Builder.algorithm
(BaseLoadBalancer.Algorithm algorithm) Constructors in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type BaseLoadBalancer.AlgorithmModifierConstructorDescriptionCreateLoadBalancer
(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) protected
UpdateLoadBalancer
(String name, String protocol, Integer port, BaseLoadBalancer.Algorithm algorithm, Integer timeout, Boolean halfClosed) -
Uses of BaseLoadBalancer.Algorithm in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal
Fields in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal declared as BaseLoadBalancer.AlgorithmModifier and TypeFieldDescriptionprotected BaseLoadBalancer.Algorithm
BaseLoadBalancer.algorithm
protected BaseLoadBalancer.Algorithm
BaseLoadBalancer.Builder.algorithm
Fields in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal with type parameters of type BaseLoadBalancer.AlgorithmModifier and TypeFieldDescriptionstatic final Collection
<BaseLoadBalancer.Algorithm> BaseLoadBalancer.WEIGHTED_ALGORITHMS
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal that return BaseLoadBalancer.AlgorithmModifier and TypeMethodDescriptionstatic BaseLoadBalancer.Algorithm
BaseLoadBalancer.getAlgorithm()
static BaseLoadBalancer.Algorithm
Returns the enum constant of this class with the specified name.static BaseLoadBalancer.Algorithm[]
BaseLoadBalancer.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal with parameters of type BaseLoadBalancer.AlgorithmModifier and TypeMethodDescriptionBaseLoadBalancer.Builder.algorithm
(BaseLoadBalancer.Algorithm algorithm) Algorithm that defines how traffic should be directed between back-end nodes.Constructors in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal with parameters of type BaseLoadBalancer.AlgorithmModifierConstructorDescriptionBaseLoadBalancer
(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)