Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerPool.Algorithm
-
- Enclosing class:
- LoadBalancerPool
public static interface LoadBalancerPool.Algorithm
The load balancing algorithm. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LEAST_CONNECTIONS
least_connections.static String
ROUND_ROBIN
round_robin.static String
WEIGHTED_ROUND_ROBIN
weighted_round_robin.
-
-
-
Field Detail
-
LEAST_CONNECTIONS
static final String LEAST_CONNECTIONS
least_connections.- See Also:
- Constant Field Values
-
ROUND_ROBIN
static final String ROUND_ROBIN
round_robin.- See Also:
- Constant Field Values
-
WEIGHTED_ROUND_ROBIN
static final String WEIGHTED_ROUND_ROBIN
weighted_round_robin.- See Also:
- Constant Field Values
-
-