Class SenlinClusterPolicy
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinClusterPolicy
-
- All Implemented Interfaces:
Serializable,ModelEntity,ClusterPolicy
public class SenlinClusterPolicy extends Object implements ClusterPolicy
This is a model of a senlinCluster_policy. It uses Jackson annotations for (de)serialization into JSON format- Author:
- lion
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSenlinClusterPolicy.ClusterPolicyAn inner class for representing lists of senlinCluster_policy
-
Constructor Summary
Constructors Constructor Description SenlinClusterPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterID()Returns the cluster id of the ClusterPolicyStringgetClusterName()Returns the cluster name of the ClusterPolicyBooleangetEnabled()Returns the enabled or not of the ClusterPolicyStringgetId()Returns the id of the ClusterPolicyStringgetPolicyID()Returns the policy id of the ClusterPolicyStringgetPolicyName()Returns the policy name of the ClusterPolicyStringgetPolicyType()Returns the policy type of the ClusterPolicyStringtoString()
-
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:ClusterPolicyReturns the id of the ClusterPolicy- Specified by:
getIdin interfaceClusterPolicy- Returns:
- the id of the ClusterPolicy
-
getPolicyType
public String getPolicyType()
Description copied from interface:ClusterPolicyReturns the policy type of the ClusterPolicy- Specified by:
getPolicyTypein interfaceClusterPolicy- Returns:
- the policy type of the ClusterPolicy
-
getClusterID
public String getClusterID()
Description copied from interface:ClusterPolicyReturns the cluster id of the ClusterPolicy- Specified by:
getClusterIDin interfaceClusterPolicy- Returns:
- the cluster id of the ClusterPolicy
-
getClusterName
public String getClusterName()
Description copied from interface:ClusterPolicyReturns the cluster name of the ClusterPolicy- Specified by:
getClusterNamein interfaceClusterPolicy- Returns:
- the cluster name of the ClusterPolicy
-
getEnabled
public Boolean getEnabled()
Description copied from interface:ClusterPolicyReturns the enabled or not of the ClusterPolicy- Specified by:
getEnabledin interfaceClusterPolicy- Returns:
- the enabled or not of the ClusterPolicy
-
getPolicyID
public String getPolicyID()
Description copied from interface:ClusterPolicyReturns the policy id of the ClusterPolicy- Specified by:
getPolicyIDin interfaceClusterPolicy- Returns:
- the policy id of the ClusterPolicy
-
getPolicyName
public String getPolicyName()
Description copied from interface:ClusterPolicyReturns the policy name of the ClusterPolicy- Specified by:
getPolicyNamein interfaceClusterPolicy- Returns:
- the policy name of the ClusterPolicy
-
-