Uses of Interface
org.openstack4j.model.senlin.ClusterCreate
-
Packages that use ClusterCreate Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of ClusterCreate in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin with parameters of type ClusterCreate Modifier and Type Method Description ClusterSenlinClusterService. create(ClusterCreate newCluster)POST /v1/clustersClusterSenlinClusterService. update(String clusterID, ClusterCreate newCluster)PATCH /v1/clusters/{cluster_id} -
Uses of ClusterCreate in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ClusterCreate Modifier and Type Class Description classSenlinClusterCreateThis class contains all elements required for the creation of a SenlinCluster.Methods in org.openstack4j.openstack.senlin.domain that return ClusterCreate Modifier and Type Method Description ClusterCreateSenlinClusterCreate.SenlinClusterCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.senlin.domain with parameters of type ClusterCreate Modifier and Type Method Description ClusterCreateBuilderSenlinClusterCreate.SenlinClusterCreateConcreteBuilder. from(ClusterCreate in) -
Uses of ClusterCreate in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal with parameters of type ClusterCreate Modifier and Type Method Description ClusterSenlinClusterServiceImpl. create(ClusterCreate newCluster)ClusterSenlinClusterServiceImpl. update(String clusterID, ClusterCreate newCluster)
-