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
Cluster s. |
Cluster |
update(String clusterID,
ClusterCreate newCluster)
|
List<? extends Cluster> list()
Cluster
s.Cluster
sCluster get(String clusterID)
Cluster
.clusterID
- Id of Cluster
Cluster 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 Cluster
Cluster update(String clusterID, ClusterCreate newCluster)
clusterID
- Id of Cluster
newCluster
- 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.