|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpPermissionImpl | |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.util |
Uses of IpPermissionImpl in org.jclouds.ec2.domain |
---|
Methods in org.jclouds.ec2.domain that return types with arguments of type IpPermissionImpl | |
---|---|
Set<IpPermissionImpl> |
SecurityGroup.getIpPermissions()
Set of IP permissions associated with the security group. |
Constructor parameters in org.jclouds.ec2.domain with type arguments of type IpPermissionImpl | |
---|---|
SecurityGroup(String region,
String id,
String name,
String ownerId,
String description,
Set<IpPermissionImpl> ipPermissions)
|
Uses of IpPermissionImpl in org.jclouds.ec2.util |
---|
Subclasses of IpPermissionImpl in org.jclouds.ec2.util | |
---|---|
class |
IpPermissions
Shortcut to create ingress rules |
static class |
IpPermissions.AndCodeSelection
|
static class |
IpPermissions.ICMPTypeSelection
|
static class |
IpPermissions.PortSelection
|
static class |
IpPermissions.ToPortSelection
|
static class |
IpPermissions.ToSourceSelection
|
static class |
IpPermissions.ToVPCSourceSelection
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |