Uses of Interface
org.openstack4j.model.senlin.ClusterPolicy
-
Packages that use ClusterPolicy Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of ClusterPolicy in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return ClusterPolicy Modifier and Type Method Description ClusterPolicySenlinClusterPolicyService. get(String clusterID, String policyID)returns details of aClusterPolicy.Methods in org.openstack4j.api.senlin that return types with arguments of type ClusterPolicy Modifier and Type Method Description List<? extends ClusterPolicy>SenlinClusterPolicyService. list(String clusterID)Gets a list of currently existingClusterPolicys. -
Uses of ClusterPolicy in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ClusterPolicy Modifier and Type Class Description classSenlinClusterPolicyThis is a model of a senlinCluster_policy. -
Uses of ClusterPolicy in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return ClusterPolicy Modifier and Type Method Description ClusterPolicySenlinClusterPolicyServiceImpl. get(String clusterID, String policyID)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type ClusterPolicy Modifier and Type Method Description List<? extends ClusterPolicy>SenlinClusterPolicyServiceImpl. list(String clusterID)
-