public class SecurityGroupRule extends Ingress
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroupRule.Builder<T extends SecurityGroupRule.Builder<T>> |
static class |
SecurityGroupRule.Cidr |
Modifier | Constructor and Description |
---|---|
protected |
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange) |
Modifier and Type | Method and Description |
---|---|
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() |
getFromPort, getIpProtocol, getToPort, toString
@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)
public static SecurityGroupRule.Builder<?> builder()
public SecurityGroupRule.Builder<?> toBuilder()
public String getId()
@Nullable public TenantIdAndName getGroup()
public String getParentGroupId()
Copyright © 2009-2013 jclouds. All Rights Reserved.