public class SecurityGroup extends Object
| Constructor and Description |
|---|
SecurityGroup(String region,
String id,
String name,
String ownerId,
String description,
Set<IpPermissionImpl> ipPermissions) |
| Modifier and Type | Method and Description |
|---|---|
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()
Deprecated.
|
int |
hashCode() |
String |
toString() |
@Deprecated public String getRegion()
public String getName()
public String getOwnerId()
public String getDescription()
public Set<IpPermissionImpl> getIpPermissions()
Copyright © 2009-2012 jclouds. All Rights Reserved.