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)  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
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)
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.