Package org.openstack4j.model.network
Interface SecurityGroupUpdate
-
- All Superinterfaces:
Buildable<NetSecurityGroupUpdateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
NeutronSecurityGroupUpdate
public interface SecurityGroupUpdate extends ModelEntity, Buildable<NetSecurityGroupUpdateBuilder>
The Interface SecurityGroupUpdate.Created by Ayberk CAL on 17.03.2017.
-
-
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.StringgetId()Gets the spesific Id.StringgetName()Gets the name.
-