public interface ClusterPolicy extends ModelEntity
 GET /v1/clusters/{cluster_id}/policies/{policy_id}http://developer.openstack.org/api-ref-clustering-v1.html| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterID()Returns the cluster id of the ClusterPolicy | 
| String | getClusterName()Returns the cluster name of the ClusterPolicy | 
| Boolean | getEnabled()Returns the enabled or not of the ClusterPolicy | 
| String | getId()Returns the id of the ClusterPolicy | 
| String | getPolicyID()Returns the policy id of the ClusterPolicy | 
| String | getPolicyName()Returns the policy name of the ClusterPolicy | 
| String | getPolicyType()Returns the policy type of the ClusterPolicy | 
String getId()
String getPolicyType()
String getClusterID()
String getClusterName()
Boolean getEnabled()
String getPolicyID()
String getPolicyName()
Copyright © 2017. All rights reserved.