|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.nova.v2_0.domain.Ingress
org.jclouds.openstack.nova.v2_0.domain.SecurityGroupRule
public class SecurityGroupRule
Defines a security group rule
| Nested Class Summary | |
|---|---|
static class |
SecurityGroupRule.Builder<T extends SecurityGroupRule.Builder<T>>
|
static class |
SecurityGroupRule.Cidr
|
| Constructor Summary | |
|---|---|
protected |
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange)
|
| Method Summary | |
|---|---|
static SecurityGroupRule.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
TenantIdAndName |
getGroup()
|
String |
getId()
|
String |
getIpRange()
|
String |
getParentGroupId()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
SecurityGroupRule.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.openstack.nova.v2_0.domain.Ingress |
|---|
getFromPort, getIpProtocol, getToPort, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"ip_protocol","from_port","to_port","id","group","parent_group_id","ip_range"})
protected SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
@Nullable
TenantIdAndName group,
String parentGroupId,
@Nullable
SecurityGroupRule.Cidr ipRange)
| Method Detail |
|---|
public static SecurityGroupRule.Builder<?> builder()
public SecurityGroupRule.Builder<?> toBuilder()
toBuilder in class Ingresspublic String getId()
@Nullable public TenantIdAndName getGroup()
public String getParentGroupId()
@Nullable public String getIpRange()
public int hashCode()
hashCode in class Ingresspublic boolean equals(Object obj)
equals in class Ingressprotected com.google.common.base.Objects.ToStringHelper string()
string in class Ingress
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||