Uses of Interface
org.openstack4j.model.senlin.Cluster
-
Packages that use Cluster Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Cluster in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Cluster Modifier and Type Method Description ClusterSenlinClusterService. create(ClusterCreate newCluster)POST /v1/clustersClusterSenlinClusterService. get(String clusterID)returns details of aCluster.ClusterSenlinClusterService. update(String clusterID, ClusterCreate newCluster)PATCH /v1/clusters/{cluster_id}Methods in org.openstack4j.api.senlin that return types with arguments of type Cluster Modifier and Type Method Description List<? extends Cluster>SenlinClusterService. list()Gets a list of currently existingClusters. -
Uses of Cluster in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Cluster Modifier and Type Class Description classSenlinClusterThis is a model of a senlinCluster. -
Uses of Cluster in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Cluster Modifier and Type Method Description ClusterSenlinClusterServiceImpl. create(ClusterCreate newCluster)ClusterSenlinClusterServiceImpl. get(String clusterID)ClusterSenlinClusterServiceImpl. update(String clusterID, ClusterCreate newCluster)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Cluster Modifier and Type Method Description List<? extends Cluster>SenlinClusterServiceImpl. list()
-