org.openstack4j.model.compute.SecurityGroup Maven / Gradle / Ivy
package org.openstack4j.model.compute;
import org.openstack4j.model.ModelEntity;
public interface SecurityGroup extends ModelEntity {
/**
* Gets the name.
*
* @return the name
*/
String getName();
}