Package | Description |
---|---|
org.jclouds.profitbricks.domain |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.