Package com.woorea.openstack.nova.model
Class SecurityGroup
- java.lang.Object
-
- com.woorea.openstack.nova.model.SecurityGroup
-
- All Implemented Interfaces:
Serializable
public class SecurityGroup extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityGroup.Rule
-
Constructor Summary
Constructors Constructor Description SecurityGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetId()List<Link>getLinks()StringgetName()List<SecurityGroup.Rule>getRules()StringgetTenantId()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getName
public String getName()
- Returns:
- the name
-
getDescription
public String getDescription()
- Returns:
- the description
-
getTenantId
public String getTenantId()
- Returns:
- the tenantId
-
getRules
public List<SecurityGroup.Rule> getRules()
- Returns:
- the rules
-
-