Package | Description |
---|---|
org.openstack4j.api.sahara | |
org.openstack4j.openstack.sahara.domain | |
org.openstack4j.openstack.sahara.internal |
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterService.addNodeGroup(String clusterId,
NodeGroup nodeGroup)
Add a new node group in the specified cluster
|
Cluster |
ClusterService.create(Cluster cluster)
Create a new cluster
|
Cluster |
ClusterService.get(String clusterId)
Get a cluster by ID
|
Cluster |
ClusterService.resizeNodeGroup(String clusterId,
String groupName,
int count)
Resize a node group in the specified cluster
|
Modifier and Type | Method and Description |
---|---|
List<? extends Cluster> |
ClusterService.list()
List all clusters
|
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterService.create(Cluster cluster)
Create a new cluster
|
Modifier and Type | Method and Description |
---|---|
Cluster |
SaharaCluster.ConcreteClusterBuilder.build() |
Cluster |
SaharaClusterUnwrapped.getCluster() |
Modifier and Type | Method and Description |
---|---|
ClusterBuilder |
SaharaCluster.ConcreteClusterBuilder.from(Cluster in) |
Constructor and Description |
---|
SaharaClusterUnwrapped(Cluster cluster) |
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterServiceImpl.addNodeGroup(String clusterId,
NodeGroup nodeGroup)
Add a new node group in the specified cluster
|
Cluster |
ClusterServiceImpl.create(Cluster cluster)
Create a new cluster
|
Cluster |
ClusterServiceImpl.get(String clusterId)
Get a cluster by ID
|
Cluster |
ClusterServiceImpl.resizeNodeGroup(String clusterId,
String groupName,
int count)
Resize a node group in the specified cluster
|
Modifier and Type | Method and Description |
---|---|
List<? extends Cluster> |
ClusterServiceImpl.list()
List all clusters
|
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterServiceImpl.create(Cluster cluster)
Create a new cluster
|
Copyright © 2017. All rights reserved.