Package org.openstack4j.api.senlin
Interface SenlinClusterPolicyService
-
- All Known Implementing Classes:
SenlinClusterPolicyServiceImpl
public interface SenlinClusterPolicyServiceThis interface defines all methods for the manipulation of ClusterPolicy- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterPolicyget(String clusterID, String policyID)returns details of aClusterPolicy.List<? extends ClusterPolicy>list(String clusterID)Gets a list of currently existingClusterPolicys.
-
-
-
Method Detail
-
list
List<? extends ClusterPolicy> list(String clusterID)
Gets a list of currently existingClusterPolicys.- Returns:
- the list of
ClusterPolicys
-
get
ClusterPolicy get(String clusterID, String policyID)
returns details of aClusterPolicy.- Parameters:
clusterID- Id of ClusterpolicyID- Id ofClusterPolicy- Returns:
- ClusterPolicy
-
-