public class LoadBalancerAttributes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoadBalancerAttributes.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
algorithm |
protected String |
name |
protected Integer |
port |
protected String |
protocol |
Constructor and Description |
---|
LoadBalancerAttributes() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerAttributes |
algorithm(String algorithm) |
boolean |
equals(Object obj) |
static <T extends BaseLoadBalancer<?,T>> |
fromLoadBalancer(T lb) |
int |
hashCode() |
LoadBalancerAttributes |
name(String name) |
LoadBalancerAttributes |
port(int port) |
LoadBalancerAttributes |
protocol(String protocol) |
String |
toString() |
protected String name
protected String protocol
protected Integer port
protected String algorithm
public LoadBalancerAttributes name(String name)
public LoadBalancerAttributes protocol(String protocol)
public LoadBalancerAttributes port(int port)
public LoadBalancerAttributes algorithm(String algorithm)
public static <T extends BaseLoadBalancer<?,T>> LoadBalancerAttributes fromLoadBalancer(T lb)
Copyright © 2009-2012 jclouds. All Rights Reserved.