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() |
String |
getId() |
String |
getIpProtocol() |
SecurityGroup.Rule.IpRange |
getIpRange() |
String |
getName() |
String |
getParentGroupId() |
Integer |
getToPort() |
String |
toString() |
public String getId()
public String getName()
public String getParentGroupId()
public Integer getFromPort()
public Integer getToPort()
public String getIpProtocol()
public SecurityGroup.Rule.IpRange getIpRange()
public SecurityGroup.Rule.Group getGroup()
Copyright © 2012–2023. All rights reserved.