Uses of Interface
org.openstack4j.model.gbp.PolicyAction
-
Packages that use PolicyAction Package Description org.openstack4j.api.gbp org.openstack4j.openstack.gbp.domain org.openstack4j.openstack.gbp.internal -
-
Uses of PolicyAction in org.openstack4j.api.gbp
Methods in org.openstack4j.api.gbp that return PolicyAction Modifier and Type Method Description PolicyActionPolicyActionService. create(PolicyAction policyAction)Create a new policy actionPolicyActionPolicyActionService. get(String id)Get the specified policy action by IDPolicyActionPolicyActionService. update(String policyActionId, PolicyActionUpdate policyAction)Updates an existing policy actionMethods in org.openstack4j.api.gbp that return types with arguments of type PolicyAction Modifier and Type Method Description List<? extends PolicyAction>PolicyActionService. list()List all policy actionsList<? extends PolicyAction>PolicyActionService. list(Map<String,String> filteringParams)Returns list of policy actions filtered by parameters.Methods in org.openstack4j.api.gbp with parameters of type PolicyAction Modifier and Type Method Description PolicyActionPolicyActionService. create(PolicyAction policyAction)Create a new policy action -
Uses of PolicyAction in org.openstack4j.openstack.gbp.domain
Classes in org.openstack4j.openstack.gbp.domain that implement PolicyAction Modifier and Type Class Description classGbpPolicyActionModel implementation for Policy ActionMethods in org.openstack4j.openstack.gbp.domain that return PolicyAction Modifier and Type Method Description PolicyActionGbpPolicyAction.PolicyActionConcreteBuilder. build()Methods in org.openstack4j.openstack.gbp.domain with parameters of type PolicyAction Modifier and Type Method Description PolicyActionCreateBuilderGbpPolicyAction.PolicyActionConcreteBuilder. from(PolicyAction in) -
Uses of PolicyAction in org.openstack4j.openstack.gbp.internal
Methods in org.openstack4j.openstack.gbp.internal that return PolicyAction Modifier and Type Method Description PolicyActionPolicyActionServiceImpl. create(PolicyAction policyAction)Create a new policy actionPolicyActionPolicyActionServiceImpl. get(String id)Get the specified policy action by IDPolicyActionPolicyActionServiceImpl. update(String policyActionId, PolicyActionUpdate policyAction)Updates an existing policy actionMethods in org.openstack4j.openstack.gbp.internal that return types with arguments of type PolicyAction Modifier and Type Method Description List<? extends PolicyAction>PolicyActionServiceImpl. list()List all policy actionsList<? extends PolicyAction>PolicyActionServiceImpl. list(Map<String,String> filteringParams)Returns list of policy actions filtered by parameters.Methods in org.openstack4j.openstack.gbp.internal with parameters of type PolicyAction Modifier and Type Method Description PolicyActionPolicyActionServiceImpl. create(PolicyAction policyAction)Create a new policy action
-