Uses of Interface
org.openstack4j.model.senlin.Policy
-
Packages that use Policy Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Policy in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Policy Modifier and Type Method Description PolicySenlinPolicyService. create(PolicyCreate newPolicy)POST /v1/policiesPolicySenlinPolicyService. get(String policyID)returns details of aPolicy.PolicySenlinPolicyService. update(String policyID, PolicyCreate newPolicy)PATCH /v1/policies/{policy_id}Methods in org.openstack4j.api.senlin that return types with arguments of type Policy Modifier and Type Method Description List<? extends Policy>SenlinPolicyService. list()Gets a list of currently existingPolicys. -
Uses of Policy in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Policy Modifier and Type Class Description classSenlinPolicyThis is a model of a senlinPolicy. -
Uses of Policy in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Policy Modifier and Type Method Description PolicySenlinPolicyServiceImpl. create(PolicyCreate newPolicy)PolicySenlinPolicyServiceImpl. get(String policyID)PolicySenlinPolicyServiceImpl. update(String policyID, PolicyCreate newPolicy)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Policy Modifier and Type Method Description List<? extends Policy>SenlinPolicyServiceImpl. list()
-