Package org.openstack4j.model.gbp
Interface PolicyAction
-
- All Superinterfaces:
BasicResource,Buildable<PolicyActionCreateBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpPolicyAction
public interface PolicyAction extends Buildable<PolicyActionCreateBuilder>, Resource
Policy Action Model Entity- Author:
- vinod borole
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPolicyAction.PolicyActionProtocol-
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 PolicyAction.PolicyActionProtocolgetActionType()Gets the Action TypeStringgetActionValue()Gets the Action valueStringgetDescription()Gets the descriptionbooleanisShared()Is Policy Action shared-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-
-
-
Method Detail
-
getActionValue
String getActionValue()
Gets the Action value- Returns:
- the Action value
-
getActionType
PolicyAction.PolicyActionProtocol getActionType()
Gets the Action Type- Returns:
- the Action Type
-
isShared
boolean isShared()
Is Policy Action shared- Returns:
- the true if shared and false if not shared
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
-