public class IngressRule extends Object implements Comparable<IngressRule>
Modifier and Type | Class and Description |
---|---|
static class |
IngressRule.Builder<T extends IngressRule.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort) |
Modifier and Type | Method and Description |
---|---|
static IngressRule.Builder<?> |
builder() |
int |
compareTo(IngressRule o) |
boolean |
equals(Object obj) |
String |
getAccount() |
String |
getCIDR() |
int |
getEndPort() |
int |
getICMPCode() |
int |
getICMPType() |
String |
getId() |
String |
getProtocol() |
String |
getSecurityGroupName() |
int |
getStartPort() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
IngressRule.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"account","cidr","endport","icmpcode","icmptype","protocol","ruleid","securitygroupname","startport"}) protected IngressRule(@Nullable String account, @Nullable String CIDR, int endPort, int ICMPCode, int ICMPType, @Nullable String protocol, String id, @Nullable String securityGroupName, int startPort)
public static IngressRule.Builder<?> builder()
public IngressRule.Builder<?> toBuilder()
@Nullable public String getCIDR()
public int getEndPort()
public int getICMPCode()
public int getICMPType()
public String getId()
public int getStartPort()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(IngressRule o)
compareTo
in interface Comparable<IngressRule>
Copyright © 2009-2013 jclouds. All Rights Reserved.