|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateLoadBalancer
public class UpdateLoadBalancer
Used to update Load Balancers.
| Nested Class Summary | |
|---|---|
static class |
UpdateLoadBalancer.Builder
|
| Constructor Summary | |
|---|---|
protected |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed)
|
| Method Summary | |
|---|---|
static UpdateLoadBalancer.Builder |
builder()
|
boolean |
equals(Object obj)
|
BaseLoadBalancer.Algorithm |
getAlgorithm()
|
String |
getName()
|
Integer |
getPort()
|
String |
getProtocol()
|
Integer |
getTimeout()
|
int |
hashCode()
|
Boolean |
isHalfClosed()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
UpdateLoadBalancer.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected UpdateLoadBalancer(@Nullable
String name,
@Nullable
String protocol,
@Nullable
Integer port,
@Nullable
BaseLoadBalancer.Algorithm algorithm,
@Nullable
Integer timeout,
@Nullable
Boolean halfClosed)
| Method Detail |
|---|
public String getName()
public String getProtocol()
public Integer getPort()
public BaseLoadBalancer.Algorithm getAlgorithm()
public Integer getTimeout()
public Boolean isHalfClosed()
protected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static UpdateLoadBalancer.Builder builder()
public UpdateLoadBalancer.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||