|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.gogrid.domain.LoadBalancer
public class LoadBalancer
Class LoadBalancer
| Nested Class Summary | |
|---|---|
static class |
LoadBalancer.Builder<T extends LoadBalancer.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter)
|
| Method Summary | |
|---|---|
static LoadBalancer.Builder<?> |
builder()
|
int |
compareTo(LoadBalancer o)
|
boolean |
equals(Object obj)
|
Option |
getDatacenter()
|
String |
getDescription()
|
long |
getId()
|
String |
getName()
|
LoadBalancerOs |
getOs()
|
LoadBalancerPersistenceType |
getPersistence()
|
Set<IpPortPair> |
getRealIpList()
|
LoadBalancerState |
getState()
|
LoadBalancerType |
getType()
|
IpPortPair |
getVirtualIp()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
LoadBalancer.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","name","description","virtualip","realiplist","type","persistence","os","state","datacenter"})
protected LoadBalancer(long id,
String name,
@Nullable
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter)
| Method Detail |
|---|
public static LoadBalancer.Builder<?> builder()
public LoadBalancer.Builder<?> toBuilder()
public long getId()
public String getName()
@Nullable public String getDescription()
public IpPortPair getVirtualIp()
public Set<IpPortPair> getRealIpList()
public LoadBalancerType getType()
public LoadBalancerPersistenceType getPersistence()
public LoadBalancerOs getOs()
public LoadBalancerState getState()
public Option getDatacenter()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Objectpublic int compareTo(LoadBalancer o)
compareTo in interface Comparable<LoadBalancer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||