Uses of Interface
org.openstack4j.model.sahara.Cluster
-
Packages that use Cluster Package Description org.openstack4j.api.sahara org.openstack4j.openstack.sahara.domain org.openstack4j.openstack.sahara.internal -
-
Uses of Cluster in org.openstack4j.api.sahara
Methods in org.openstack4j.api.sahara that return Cluster Modifier and Type Method Description ClusterClusterService. addNodeGroup(String clusterId, NodeGroup nodeGroup)Add a new node group in the specified clusterClusterClusterService. create(Cluster cluster)Create a new clusterClusterClusterService. get(String clusterId)Get a cluster by IDClusterClusterService. resizeNodeGroup(String clusterId, String groupName, int count)Resize a node group in the specified clusterMethods in org.openstack4j.api.sahara that return types with arguments of type Cluster Modifier and Type Method Description List<? extends Cluster>ClusterService. list()List all clustersMethods in org.openstack4j.api.sahara with parameters of type Cluster Modifier and Type Method Description ClusterClusterService. create(Cluster cluster)Create a new cluster -
Uses of Cluster in org.openstack4j.openstack.sahara.domain
Classes in org.openstack4j.openstack.sahara.domain that implement Cluster Modifier and Type Class Description classSaharaClusterFor mapping JSON response to/from java objectsMethods in org.openstack4j.openstack.sahara.domain that return Cluster Modifier and Type Method Description ClusterSaharaCluster.ConcreteClusterBuilder. build()ClusterSaharaClusterUnwrapped. getCluster()Methods in org.openstack4j.openstack.sahara.domain with parameters of type Cluster Modifier and Type Method Description ClusterBuilderSaharaCluster.ConcreteClusterBuilder. from(Cluster in)Constructors in org.openstack4j.openstack.sahara.domain with parameters of type Cluster Constructor Description SaharaClusterUnwrapped(Cluster cluster) -
Uses of Cluster in org.openstack4j.openstack.sahara.internal
Methods in org.openstack4j.openstack.sahara.internal that return Cluster Modifier and Type Method Description ClusterClusterServiceImpl. addNodeGroup(String clusterId, NodeGroup nodeGroup)Add a new node group in the specified clusterClusterClusterServiceImpl. create(Cluster cluster)Create a new clusterClusterClusterServiceImpl. get(String clusterId)Get a cluster by IDClusterClusterServiceImpl. resizeNodeGroup(String clusterId, String groupName, int count)Resize a node group in the specified clusterMethods in org.openstack4j.openstack.sahara.internal that return types with arguments of type Cluster Modifier and Type Method Description List<? extends Cluster>ClusterServiceImpl. list()List all clustersMethods in org.openstack4j.openstack.sahara.internal with parameters of type Cluster Modifier and Type Method Description ClusterClusterServiceImpl. create(Cluster cluster)Create a new cluster
-