Package | Description |
---|---|
org.openstack4j.api.magnum | |
org.openstack4j.openstack.magnum | |
org.openstack4j.openstack.magnum.internal |
Modifier and Type | Method and Description |
---|---|
Cluster |
MagnumService.createCluster(Cluster cluster)
Create new cluster based on cluster template
|
Cluster |
MagnumService.showCluster(String id)
Get all information of a cluster in Magnum
|
Cluster |
MagnumService.updateCluster(String id,
String operations)
Update information of one cluster attributes using operations
including: ``add``, ``replace`` or ``remove``.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Cluster> |
MagnumService.listClusters()
List all clusters
|
Modifier and Type | Method and Description |
---|---|
Cluster |
MagnumService.createCluster(Cluster cluster)
Create new cluster based on cluster template
|
Modifier and Type | Class and Description |
---|---|
class |
MagnumCluster |
Modifier and Type | Method and Description |
---|---|
Cluster |
MagnumCluster.ClusterConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
ClusterBuilder |
MagnumCluster.ClusterConcreteBuilder.from(Cluster in) |
Modifier and Type | Method and Description |
---|---|
Cluster |
MagnumServiceImpl.createCluster(Cluster cluster) |
Cluster |
MagnumServiceImpl.showCluster(String id) |
Cluster |
MagnumServiceImpl.updateCluster(String id,
String operations) |
Modifier and Type | Method and Description |
---|---|
List<? extends Cluster> |
MagnumServiceImpl.listClusters() |
Modifier and Type | Method and Description |
---|---|
Cluster |
MagnumServiceImpl.createCluster(Cluster cluster) |
Copyright © 2017. All rights reserved.