Uses of Interface
org.openstack4j.model.senlin.PolicyType
-
Packages that use PolicyType Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of PolicyType in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return PolicyType Modifier and Type Method Description PolicyTypeSenlinPolicyTypeService. get(String policyTypeName)returns details of aPolicyType.Methods in org.openstack4j.api.senlin that return types with arguments of type PolicyType Modifier and Type Method Description List<? extends PolicyType>SenlinPolicyTypeService. list()Gets a list of currently existingPolicyTypes. -
Uses of PolicyType in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement PolicyType Modifier and Type Class Description classSenlinPolicyTypeThis is a model of a senlinPolicy_type. -
Uses of PolicyType in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return PolicyType Modifier and Type Method Description PolicyTypeSenlinPolicyTypeServiceImpl. get(String policyType)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type PolicyType Modifier and Type Method Description List<? extends PolicyType>SenlinPolicyTypeServiceImpl. list()
-