Package | Description |
---|---|
org.openstack4j.model.senlin.builder | |
org.openstack4j.openstack.senlin.domain |
Modifier and Type | Method and Description |
---|---|
PolicyCreateBuilder |
PolicyCreateBuilder.adjustment(Map<String,String> adjustment)
Add the adjustment of the policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.adjustmentType(String adjustmentType)
Add the type of the adjustment for the policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.event(String event)
Add the event of the properties for the policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.minStep(int minStep)
Add the value of the min_step for policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.name(String name)
Add the name for the policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.number(int number)
Add the number of the policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.properties(Map<String,Object> properties)
Add the properties of the spec.
|
PolicyCreateBuilder |
PolicyCreateBuilder.spec(Map<String,Object> spec)
Add a detailed specification based on the policy type.
|
PolicyCreateBuilder |
PolicyCreateBuilder.specType(String specType)
Add the type of the spec for the policy.
|
PolicyCreateBuilder |
PolicyCreateBuilder.version(String version)
Add the version of the spec for the policy.
|
Modifier and Type | Class and Description |
---|---|
static class |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder
A Builder to create a SenlinPolicy.
|
Modifier and Type | Method and Description |
---|---|
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.adjustment(Map<String,String> adjustment) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.adjustmentType(String adjustmentType) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.event(String event) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.from(PolicyCreate in) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.minStep(int minStep) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.name(String name) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.number(int number) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.properties(Map<String,Object> properties) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.spec(Map<String,Object> spec) |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.specType(String specType) |
PolicyCreateBuilder |
SenlinPolicyCreate.toBuilder() |
PolicyCreateBuilder |
SenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder.version(String version) |
Copyright © 2017. All rights reserved.