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.Algorithm
LoadBalancer. algorithm()
abstract LoadBalancer.Algorithm
LoadBalancer.Request.CreatePayload. algorithm()
abstract LoadBalancer.Algorithm
LoadBalancer.Request.UpdatePayload. algorithm()
static LoadBalancer.Algorithm
LoadBalancer.Algorithm. fromValue(String value)
static LoadBalancer.Algorithm
LoadBalancer.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.Builder
LoadBalancer.Builder. algorithm(LoadBalancer.Algorithm algorithm)
abstract LoadBalancer.Request.CreatePayload.Builder
LoadBalancer.Request.CreatePayload.Builder. algorithm(LoadBalancer.Algorithm algorithm)
abstract LoadBalancer.Request.UpdatePayload.Builder
LoadBalancer.Request.UpdatePayload.Builder. algorithm(LoadBalancer.Algorithm algorithm)
-