public interface ClustersResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
add(Cluster cluster) |
ClusterResource |
getClusterSubResource(String id)
Sub-resource locator method, returns individual ClusterResource on which the
remainder of the URI is dispatched.
|
Clusters |
list() |
javax.ws.rs.core.Response |
remove(String id) |
Clusters list()
javax.ws.rs.core.Response add(Cluster cluster)
javax.ws.rs.core.Response remove(String id)
ClusterResource getClusterSubResource(String id)
id
- the Cluster IDCopyright © 2012. All Rights Reserved.