public class LoadBalancerRule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoadBalancerRule.Algorithm |
static class |
LoadBalancerRule.Builder<T extends LoadBalancerRule.Builder<T>> |
static class |
LoadBalancerRule.State |
Modifier | Constructor and Description |
---|---|
protected |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
Modifier and Type | Method and Description |
---|---|
static LoadBalancerRule.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccount() |
LoadBalancerRule.Algorithm |
getAlgorithm() |
Set<String> |
getCIDRs() |
String |
getDescription() |
String |
getDomain() |
String |
getDomainId() |
String |
getId() |
String |
getName() |
int |
getPrivatePort() |
String |
getPublicIP() |
String |
getPublicIPId() |
int |
getPublicPort() |
LoadBalancerRule.State |
getState() |
String |
getZoneId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
LoadBalancerRule.Builder<?> |
toBuilder() |
String |
toString() |
protected LoadBalancerRule(String id, @Nullable String account, @Nullable LoadBalancerRule.Algorithm algorithm, @Nullable String description, @Nullable String domain, @Nullable String domainId, @Nullable String name, int privatePort, @Nullable String publicIP, @Nullable String publicIPId, int publicPort, @Nullable LoadBalancerRule.State state, @Nullable Iterable<String> CIDRs, @Nullable String zoneId)
public static LoadBalancerRule.Builder<?> builder()
public LoadBalancerRule.Builder<?> toBuilder()
public String getId()
@Nullable public LoadBalancerRule.Algorithm getAlgorithm()
@Nullable public String getDescription()
public int getPrivatePort()
public int getPublicPort()
@Nullable public LoadBalancerRule.State getState()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.