Package org.openstack4j.model.network
Interface SecurityGroup
-
- All Superinterfaces:
BasicResource,Buildable<NetSecurityGroupBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
NeutronSecurityGroup
public interface SecurityGroup extends Resource, Buildable<NetSecurityGroupBuilder>
The Interface SecurityGroup.- Author:
- Nathan Anderson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Gets the description.List<? extends SecurityGroupRule>getRules()Gets the rules.-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-
-
-
Method Detail
-
getDescription
String getDescription()
Gets the description.- Returns:
- the description
-
getRules
List<? extends SecurityGroupRule> getRules()
Gets the rules.- Returns:
- the rules
-
-