Uses of Interface
org.openstack4j.model.gbp.PolicyRule
-
Packages that use PolicyRule Package Description org.openstack4j.api.gbp org.openstack4j.openstack.gbp.domain org.openstack4j.openstack.gbp.internal -
-
Uses of PolicyRule in org.openstack4j.api.gbp
Methods in org.openstack4j.api.gbp that return PolicyRule Modifier and Type Method Description PolicyRulePolicyRuleService. create(PolicyRule policyRule)Create a new policy rulePolicyRulePolicyRuleService. get(String id)Get the specified policy rule by IDPolicyRulePolicyRuleService. update(String policyRuleId, PolicyRule policyRule)Updates an existing policy ruleMethods in org.openstack4j.api.gbp that return types with arguments of type PolicyRule Modifier and Type Method Description List<? extends PolicyRule>PolicyRuleService. list()List all policy rulesList<? extends PolicyRule>PolicyRuleService. list(Map<String,String> filteringParams)Returns list of policy rules filtered by parameters.Methods in org.openstack4j.api.gbp with parameters of type PolicyRule Modifier and Type Method Description PolicyRulePolicyRuleService. create(PolicyRule policyRule)Create a new policy rulePolicyRulePolicyRuleService. update(String policyRuleId, PolicyRule policyRule)Updates an existing policy rule -
Uses of PolicyRule in org.openstack4j.openstack.gbp.domain
Classes in org.openstack4j.openstack.gbp.domain that implement PolicyRule Modifier and Type Class Description classGbpPolicyRuleModel implementation for Policy ruleMethods in org.openstack4j.openstack.gbp.domain that return PolicyRule Modifier and Type Method Description PolicyRuleGbpPolicyRule.PolicyRuleConcreteBuilder. build()Methods in org.openstack4j.openstack.gbp.domain with parameters of type PolicyRule Modifier and Type Method Description PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. from(PolicyRule in) -
Uses of PolicyRule in org.openstack4j.openstack.gbp.internal
Methods in org.openstack4j.openstack.gbp.internal that return PolicyRule Modifier and Type Method Description PolicyRulePolicyRuleServiceImpl. create(PolicyRule policyRule)Create a new policy rulePolicyRulePolicyRuleServiceImpl. get(String id)Get the specified policy rule by IDPolicyRulePolicyRuleServiceImpl. update(String policyRuleId, PolicyRule policyRule)Updates an existing policy ruleMethods in org.openstack4j.openstack.gbp.internal that return types with arguments of type PolicyRule Modifier and Type Method Description List<? extends PolicyRule>PolicyRuleServiceImpl. list()List all policy rulesList<? extends PolicyRule>PolicyRuleServiceImpl. list(Map<String,String> filteringParams)Returns list of policy rules filtered by parameters.Methods in org.openstack4j.openstack.gbp.internal with parameters of type PolicyRule Modifier and Type Method Description PolicyRulePolicyRuleServiceImpl. create(PolicyRule policyRule)Create a new policy rulePolicyRulePolicyRuleServiceImpl. update(String policyRuleId, PolicyRule policyRule)Updates an existing policy rule
-