Package | Description |
---|---|
org.openstack4j.api.senlin | |
org.openstack4j.openstack.senlin.domain | |
org.openstack4j.openstack.senlin.internal |
Modifier and Type | Method and Description |
---|---|
Cluster |
SenlinClusterService.create(ClusterCreate newCluster)
|
Cluster |
SenlinClusterService.get(String clusterID)
returns details of a
Cluster . |
Cluster |
SenlinClusterService.update(String clusterID,
ClusterCreate newCluster)
|
Modifier and Type | Method and Description |
---|---|
List<? extends Cluster> |
SenlinClusterService.list()
Gets a list of currently existing
Cluster s. |
Modifier and Type | Class and Description |
---|---|
class |
SenlinCluster
This is a model of a senlinCluster.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
SenlinClusterServiceImpl.create(ClusterCreate newCluster) |
Cluster |
SenlinClusterServiceImpl.get(String clusterID) |
Cluster |
SenlinClusterServiceImpl.update(String clusterID,
ClusterCreate newCluster) |
Modifier and Type | Method and Description |
---|---|
List<? extends Cluster> |
SenlinClusterServiceImpl.list() |
Copyright © 2017. All rights reserved.