Uses of Interface
org.openstack4j.model.senlin.PolicyCreate
-
Packages that use PolicyCreate Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of PolicyCreate in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin with parameters of type PolicyCreate Modifier and Type Method Description PolicySenlinPolicyService. create(PolicyCreate newPolicy)POST /v1/policiesPolicySenlinPolicyService. update(String policyID, PolicyCreate newPolicy)PATCH /v1/policies/{policy_id} -
Uses of PolicyCreate in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement PolicyCreate Modifier and Type Class Description classSenlinPolicyCreateThis class contains all elements required for the creation of a SenlinPolicy.Methods in org.openstack4j.openstack.senlin.domain that return PolicyCreate Modifier and Type Method Description PolicyCreateSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.senlin.domain with parameters of type PolicyCreate Modifier and Type Method Description PolicyCreateBuilderSenlinPolicyCreate.SenlinPolicyCreateConcreteBuilder. from(PolicyCreate in) -
Uses of PolicyCreate in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal with parameters of type PolicyCreate Modifier and Type Method Description PolicySenlinPolicyServiceImpl. create(PolicyCreate newPolicy)PolicySenlinPolicyServiceImpl. update(String policyID, PolicyCreate newPolicy)
-