Package org.openstack4j.model.compute
Interface SecurityGroup
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaSecurityGroup
public interface SecurityGroup extends ModelEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name.
-
-
-
Method Detail
-
getName
String getName()
Gets the name.- Returns:
- the name
-
-