Uses of Interface
org.openstack4j.model.senlin.builder.PolicyCreateBuilder
-
Packages that use PolicyCreateBuilder Package Description org.openstack4j.model.senlin.builder org.openstack4j.openstack.senlin.domain -
-
Uses of PolicyCreateBuilder in org.openstack4j.model.senlin.builder
Methods in org.openstack4j.model.senlin.builder that return PolicyCreateBuilder Modifier and Type Method Description PolicyCreateBuilderPolicyCreateBuilder. adjustment(Map<String,String> adjustment)Add the adjustment of the policy.PolicyCreateBuilderPolicyCreateBuilder. adjustmentType(String adjustmentType)Add the type of the adjustment for the policy.PolicyCreateBuilderPolicyCreateBuilder. event(String event)Add the event of the properties for the policy.PolicyCreateBuilderPolicyCreateBuilder. minStep(int minStep)Add the value of the min_step for policy.PolicyCreateBuilderPolicyCreateBuilder. name(String name)Add the name for the policy.PolicyCreateBuilderPolicyCreateBuilder. number(int number)Add the number of the policy.PolicyCreateBuilderPolicyCreateBuilder. properties(Map<String,Object> properties)Add the properties of the spec.PolicyCreateBuilderPolicyCreateBuilder. spec(Map<String,Object> spec)Add a detailed specification based on the policy type.PolicyCreateBuilderPolicyCreateBuilder. specType(String specType)Add the type of the spec for the policy.PolicyCreateBuilderPolicyCreateBuilder. version(String version)Add the version of the spec for the policy. -
Uses of PolicyCreateBuilder in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement PolicyCreateBuilder Modifier and Type Class Description static classSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilderA Builder to create a SenlinPolicy.Methods in org.openstack4j.openstack.senlin.domain that return PolicyCreateBuilder Modifier and Type Method Description PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. adjustment(Map<String,String> adjustment)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. adjustmentType(String adjustmentType)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. event(String event)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. from(PolicyCreate in)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. minStep(int minStep)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. name(String name)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. number(int number)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. properties(Map<String,Object> properties)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. spec(Map<String,Object> spec)PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. specType(String specType)PolicyCreateBuilderSenlinPolicyCreate. toBuilder()PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. version(String version)
-