public class SecurityGroup extends Object implements Comparable<SecurityGroup>
Constructor and Description |
---|
SecurityGroup(String region,
String id,
String name,
String ownerId,
String description,
Set<IpPermissionImpl> ipPermissions) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SecurityGroup o) |
boolean |
equals(Object obj) |
String |
getDescription()
Description of the security group.
|
String |
getId()
id of the security group.
|
Set<IpPermissionImpl> |
getIpPermissions()
Set of IP permissions associated with the security group.
|
String |
getName()
Name of the security group.
|
String |
getOwnerId()
AWS Access Key ID of the owner of the security group.
|
String |
getRegion()
Security groups are not copied across Regions.
|
int |
hashCode() |
String |
toString() |
public String getRegion()
public int compareTo(SecurityGroup o)
compareTo
in interface Comparable<SecurityGroup>
public String getName()
public String getOwnerId()
public String getDescription()
public Set<IpPermissionImpl> getIpPermissions()
Copyright © 2009-2012 jclouds. All Rights Reserved.