Uses of Interface
org.openstack4j.model.gbp.builder.PolicyRuleBuilder
-
Packages that use PolicyRuleBuilder Package Description org.openstack4j.api org.openstack4j.model.gbp.builder org.openstack4j.openstack.gbp.domain -
-
Uses of PolicyRuleBuilder in org.openstack4j.api
Methods in org.openstack4j.api that return PolicyRuleBuilder Modifier and Type Method Description static PolicyRuleBuilderBuilders. policyRule()The builder which creates policy rule for gbp -
Uses of PolicyRuleBuilder in org.openstack4j.model.gbp.builder
Methods in org.openstack4j.model.gbp.builder that return PolicyRuleBuilder Modifier and Type Method Description PolicyRuleBuilderPolicyRuleBuilder. actions(List<String> actionIds)PolicyRuleBuilderPolicyRuleBuilder. classifier(String classifierId)PolicyRuleBuilderPolicyRuleBuilder. description(String description)PolicyRuleBuilderPolicyRuleBuilder. name(String name)PolicyRuleBuilderPolicyRuleBuilder. shared(boolean shared) -
Uses of PolicyRuleBuilder in org.openstack4j.openstack.gbp.domain
Classes in org.openstack4j.openstack.gbp.domain that implement PolicyRuleBuilder Modifier and Type Class Description static classGbpPolicyRule.PolicyRuleConcreteBuilderMethods in org.openstack4j.openstack.gbp.domain that return PolicyRuleBuilder Modifier and Type Method Description PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. actions(List<String> actionIds)static PolicyRuleBuilderGbpPolicyRule. builder()PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. classifier(String classifierId)PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. description(String description)PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. from(PolicyRule in)PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. name(String name)PolicyRuleBuilderGbpPolicyRule.PolicyRuleConcreteBuilder. shared(boolean shared)PolicyRuleBuilderGbpPolicyRule. toBuilder()
-