Package org.openstack4j.model.gbp
Interface PolicyActionUpdate
-
- All Superinterfaces:
Buildable<PolicyActionUpdateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
GbpPolicyActionUpdate
public interface PolicyActionUpdate extends ModelEntity, Buildable<PolicyActionUpdateBuilder>
Policy Action Model Entity- Author:
- vinod borole
-
-
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 descriptionStringgetName()Gets the namebooleanisShared()Is Policy Action shared
-