|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.ec2.domain.SecurityGroup
public class SecurityGroup
Constructor Summary | |
---|---|
SecurityGroup(String region,
String id,
String name,
String ownerId,
String description,
Set<IpPermissionImpl> ipPermissions)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityGroup(String region, String id, String name, String ownerId, String description, Set<IpPermissionImpl> ipPermissions)
Method Detail |
---|
public String getRegion()
public int compareTo(SecurityGroup o)
compareTo
in interface Comparable<SecurityGroup>
@Nullable public String getId()
public String getName()
public String getOwnerId()
public String getDescription()
public Set<IpPermissionImpl> getIpPermissions()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |