|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.FirewallRule
public class FirewallRule
Class FirewallRule
| Nested Class Summary | |
|---|---|
static class |
FirewallRule.Builder<T extends FirewallRule.Builder<T>>
|
static class |
FirewallRule.Protocol
|
static class |
FirewallRule.State
|
| Constructor Summary | |
|---|---|
protected |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
| Method Summary | |
|---|---|
static FirewallRule.Builder<?> |
builder()
|
int |
compareTo(FirewallRule other)
|
boolean |
equals(Object obj)
|
Set<String> |
getCIDRs()
|
int |
getEndPort()
|
String |
getIcmpCode()
|
String |
getIcmpType()
|
String |
getId()
|
String |
getIpAddress()
|
String |
getIpAddressId()
|
FirewallRule.Protocol |
getProtocol()
|
int |
getStartPort()
|
FirewallRule.State |
getState()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
FirewallRule.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected FirewallRule(String id,
@Nullable
Iterable<String> CIDRs,
int startPort,
int endPort,
@Nullable
String icmpCode,
@Nullable
String icmpType,
@Nullable
String ipAddress,
@Nullable
String ipAddressId,
@Nullable
FirewallRule.Protocol protocol,
@Nullable
FirewallRule.State state)
| Method Detail |
|---|
public static FirewallRule.Builder<?> builder()
public FirewallRule.Builder<?> toBuilder()
public String getId()
public Set<String> getCIDRs()
public int getStartPort()
public int getEndPort()
@Nullable public String getIcmpCode()
@Nullable public String getIcmpType()
@Nullable public String getIpAddress()
@Nullable public String getIpAddressId()
@Nullable public FirewallRule.Protocol getProtocol()
@Nullable public FirewallRule.State getState()
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(FirewallRule other)
compareTo in interface Comparable<FirewallRule>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||