Uses of Interface
org.openstack4j.model.magnum.Clustertemplate
-
Packages that use Clustertemplate Package Description org.openstack4j.api.magnum org.openstack4j.openstack.magnum org.openstack4j.openstack.magnum.internal -
-
Uses of Clustertemplate in org.openstack4j.api.magnum
Methods in org.openstack4j.api.magnum that return Clustertemplate Modifier and Type Method Description ClustertemplateMagnumService. createClustertemplate(Clustertemplate template)Create new cluster templateClustertemplateMagnumService. updateClustertemplate(String id, String operations)Update information of one cluster template attributes using operations including: ``add``, ``replace`` or ``remove``.Methods in org.openstack4j.api.magnum that return types with arguments of type Clustertemplate Modifier and Type Method Description List<? extends Clustertemplate>MagnumService. listClustertemplate()List all cluster templatesMethods in org.openstack4j.api.magnum with parameters of type Clustertemplate Modifier and Type Method Description ClustertemplateMagnumService. createClustertemplate(Clustertemplate template)Create new cluster template -
Uses of Clustertemplate in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Clustertemplate Modifier and Type Class Description classMagnumClustertemplateMethods in org.openstack4j.openstack.magnum that return Clustertemplate Modifier and Type Method Description ClustertemplateMagnumClustertemplate.ClustertemplateConcreteBuilder. build()Methods in org.openstack4j.openstack.magnum with parameters of type Clustertemplate Modifier and Type Method Description ClustertemplateBuilderMagnumClustertemplate.ClustertemplateConcreteBuilder. from(Clustertemplate in) -
Uses of Clustertemplate in org.openstack4j.openstack.magnum.internal
Methods in org.openstack4j.openstack.magnum.internal that return Clustertemplate Modifier and Type Method Description ClustertemplateMagnumServiceImpl. createClustertemplate(Clustertemplate template)ClustertemplateMagnumServiceImpl. updateClustertemplate(String id, String operations)Methods in org.openstack4j.openstack.magnum.internal that return types with arguments of type Clustertemplate Modifier and Type Method Description List<? extends Clustertemplate>MagnumServiceImpl. listClustertemplate()Methods in org.openstack4j.openstack.magnum.internal with parameters of type Clustertemplate Modifier and Type Method Description ClustertemplateMagnumServiceImpl. createClustertemplate(Clustertemplate template)
-