public static final class SecurityGroup.Rule extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.Rule.Group |
static class |
SecurityGroup.Rule.IpRange |
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFromPort() |
SecurityGroup.Rule.Group |
getGroup() |
Integer |
getId() |
String |
getIpProtocol() |
SecurityGroup.Rule.IpRange |
getIpRange() |
String |
getName() |
Integer |
getParentGroupId() |
Integer |
getToPort() |
String |
toString() |
public Integer getId()
public String getName()
public Integer getParentGroupId()
public Integer getFromPort()
public Integer getToPort()
public String getIpProtocol()
public SecurityGroup.Rule.IpRange getIpRange()
public SecurityGroup.Rule.Group getGroup()
Copyright © 2012–2016. All rights reserved.