public interface IpPermission extends Comparable<IpPermission>
Modifier and Type | Method and Description |
---|---|
int |
getFromPort()
Start of port range for the TCP and UDP protocols, or an ICMP type number.
|
Set<String> |
getGroupIds()
List of security group Ids
|
IpProtocol |
getIpProtocol()
IP protocol
|
Set<String> |
getIpRanges()
IP ranges.
|
int |
getToPort()
End of port range for the TCP and UDP protocols, or an ICMP code.
|
com.google.common.collect.Multimap<String,String> |
getUserIdGroupPairs()
List of security group and user ID pairs.
|
compareTo
int getFromPort()
int getToPort()
com.google.common.collect.Multimap<String,String> getUserIdGroupPairs()
IpProtocol getIpProtocol()
Copyright © 2009-2012 jclouds. All Rights Reserved.