Package org.openstack4j.model.compute
Interface SecGroupExtension
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaSecGroupExtension
@Deprecated public interface SecGroupExtension extends ModelEntity
Deprecated.A Security Group which is defined the the (os-security-groups) extension- Author:
- Jeremy Unruh
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecGroupExtension.RuleDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetDescription()Deprecated.Gets the description.StringgetId()Deprecated.Gets the identifier for the Security GroupList<? extends Link>getLinks()Deprecated.Gets the reference / external linksStringgetName()Deprecated.Gets the name of the Security GroupList<? extends SecGroupExtension.Rule>getRules()Deprecated.Gets the rules that make up this security groupStringgetTenantId()Deprecated.Gets the tenant id associated with the group
-
-
-
Method Detail
-
getId
String getId()
Deprecated.Gets the identifier for the Security Group- Returns:
- the identifier
-
getName
String getName()
Deprecated.Gets the name of the Security Group- Returns:
- the name of the Group
-
getDescription
String getDescription()
Deprecated.Gets the description.- Returns:
- the description of the Security Group
-
getTenantId
String getTenantId()
Deprecated.Gets the tenant id associated with the group- Returns:
- the tenant identifier
-
getRules
List<? extends SecGroupExtension.Rule> getRules()
Deprecated.Gets the rules that make up this security group- Returns:
- the list of rules
-
-