Uses of Interface
org.openstack4j.model.magnum.Cluster
-
Packages that use Cluster Package Description org.openstack4j.api.magnum org.openstack4j.openstack.magnum org.openstack4j.openstack.magnum.internal -
-
Uses of Cluster in org.openstack4j.api.magnum
Methods in org.openstack4j.api.magnum that return Cluster Modifier and Type Method Description ClusterMagnumService. createCluster(Cluster cluster)Create new cluster based on cluster templateClusterMagnumService. showCluster(String id)Get all information of a cluster in MagnumClusterMagnumService. updateCluster(String id, String operations)Update information of one cluster attributes using operations including: ``add``, ``replace`` or ``remove``.Methods in org.openstack4j.api.magnum that return types with arguments of type Cluster Modifier and Type Method Description List<? extends Cluster>MagnumService. listClusters()List all clustersMethods in org.openstack4j.api.magnum with parameters of type Cluster Modifier and Type Method Description ClusterMagnumService. createCluster(Cluster cluster)Create new cluster based on cluster template -
Uses of Cluster in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Cluster Modifier and Type Class Description classMagnumClusterMethods in org.openstack4j.openstack.magnum that return Cluster Modifier and Type Method Description ClusterMagnumCluster.ClusterConcreteBuilder. build()Methods in org.openstack4j.openstack.magnum with parameters of type Cluster Modifier and Type Method Description ClusterBuilderMagnumCluster.ClusterConcreteBuilder. from(Cluster in) -
Uses of Cluster in org.openstack4j.openstack.magnum.internal
Methods in org.openstack4j.openstack.magnum.internal that return Cluster Modifier and Type Method Description ClusterMagnumServiceImpl. createCluster(Cluster cluster)ClusterMagnumServiceImpl. showCluster(String id)ClusterMagnumServiceImpl. updateCluster(String id, String operations)Methods in org.openstack4j.openstack.magnum.internal that return types with arguments of type Cluster Modifier and Type Method Description List<? extends Cluster>MagnumServiceImpl. listClusters()Methods in org.openstack4j.openstack.magnum.internal with parameters of type Cluster Modifier and Type Method Description ClusterMagnumServiceImpl. createCluster(Cluster cluster)
-