Package org.openstack4j.api.senlin
Interface SenlinPolicyTypeService
-
- All Known Implementing Classes:
SenlinPolicyTypeServiceImpl
public interface SenlinPolicyTypeServiceThis interface defines all methods for the manipulation of PolicyType- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTypeget(String policyTypeName)returns details of aPolicyType.List<? extends PolicyType>list()Gets a list of currently existingPolicyTypes.
-
-
-
Method Detail
-
list
List<? extends PolicyType> list()
Gets a list of currently existingPolicyTypes.- Returns:
- the list of
PolicyTypes
-
get
PolicyType get(String policyTypeName)
returns details of aPolicyType.- Parameters:
policyTypeName- Name ofPolicyType- Returns:
- PolicyType
-
-