public interface SenlinClusterService
| Modifier and Type | Method and Description |
|---|---|
ActionID |
action(String clusterID,
ClusterActionCreate newClusterAction)
Service implementation which provides methods for manipulation of action
|
Cluster |
create(ClusterCreate newCluster)
|
ActionResponse |
delete(String clusterID)
Deletes the specified
Cluster from the server. |
Cluster |
get(String clusterID)
returns details of a
Cluster. |
List<? extends Cluster> |
list()
Gets a list of currently existing
Clusters. |
Cluster |
update(String clusterID,
ClusterCreate newCluster)
|
List<? extends Cluster> list()
Clusters.ClustersCluster get(String clusterID)
Cluster.clusterID - Id of ClusterCluster create(ClusterCreate newCluster)
newCluster - ClusterCreate object out of which cluster is to be createdCluster as returned from the serverActionResponse delete(String clusterID)
Cluster from the server.clusterID - Id of ClusterCluster update(String clusterID, ClusterCreate newCluster)
clusterID - Id of ClusternewCluster - ClusterCreate object out of which stack is to be updateCluster as returned from the serverActionID action(String clusterID, ClusterActionCreate newClusterAction)
Copyright © 2017. All rights reserved.