Uses of Class
org.jclouds.profitbricks.domain.LoadBalancer.Algorithm
- 
Packages that use LoadBalancer.Algorithm Package Description org.jclouds.profitbricks.domain  - 
- 
Uses of LoadBalancer.Algorithm in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return LoadBalancer.Algorithm Modifier and Type Method Description abstract LoadBalancer.AlgorithmLoadBalancer. algorithm()abstract LoadBalancer.AlgorithmLoadBalancer.Request.CreatePayload. algorithm()abstract LoadBalancer.AlgorithmLoadBalancer.Request.UpdatePayload. algorithm()static LoadBalancer.AlgorithmLoadBalancer.Algorithm. fromValue(String value)static LoadBalancer.AlgorithmLoadBalancer.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadBalancer.Algorithm[]LoadBalancer.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type LoadBalancer.Algorithm Modifier and Type Method Description abstract LoadBalancer.BuilderLoadBalancer.Builder. algorithm(LoadBalancer.Algorithm algorithm)abstract LoadBalancer.Request.CreatePayload.BuilderLoadBalancer.Request.CreatePayload.Builder. algorithm(LoadBalancer.Algorithm algorithm)abstract LoadBalancer.Request.UpdatePayload.BuilderLoadBalancer.Request.UpdatePayload.Builder. algorithm(LoadBalancer.Algorithm algorithm) 
 -