public class IngressRule extends Object implements Comparable<IngressRule>
Modifier and Type | Class and Description |
---|---|
static class |
IngressRule.Builder |
Constructor and Description |
---|
IngressRule(String account,
String CIDR,
int endPort,
int iCMPCode,
int iCMPType,
String protocol,
long id,
String securityGroupName,
int startPort) |
Modifier and Type | Method and Description |
---|---|
static IngressRule.Builder |
builder() |
int |
compareTo(IngressRule arg0) |
boolean |
equals(Object obj) |
String |
getAccount() |
String |
getCIDR() |
int |
getEndPort() |
int |
getICMPCode() |
int |
getICMPType() |
long |
getId() |
String |
getProtocol() |
String |
getSecurityGroupName() |
int |
getStartPort() |
int |
hashCode() |
String |
toString() |
public static IngressRule.Builder builder()
public String getAccount()
public String getCIDR()
public int getEndPort()
public int getICMPCode()
public int getICMPType()
public String getProtocol()
public long getId()
public String getSecurityGroupName()
public int getStartPort()
public int compareTo(IngressRule arg0)
compareTo
in interface Comparable<IngressRule>
Copyright © 2009-2012 jclouds. All Rights Reserved.