Uses of Interface
org.openstack4j.model.sahara.ClusterTemplate
-
Packages that use ClusterTemplate Package Description org.openstack4j.api.sahara org.openstack4j.openstack.sahara.domain org.openstack4j.openstack.sahara.internal -
-
Uses of ClusterTemplate in org.openstack4j.api.sahara
Methods in org.openstack4j.api.sahara that return ClusterTemplate Modifier and Type Method Description ClusterTemplateSaharaPluginService. convertConfig(String name, String version, String templateName, Payload<?> payload)Convert plugin specific config file into cluster templateClusterTemplateClusterTemplateService. create(ClusterTemplate template)Create a new cluster templateClusterTemplateClusterTemplateService. get(String templateId)Get a cluster template by IDMethods in org.openstack4j.api.sahara that return types with arguments of type ClusterTemplate Modifier and Type Method Description List<? extends ClusterTemplate>ClusterTemplateService. list()List all cluster templatesMethods in org.openstack4j.api.sahara with parameters of type ClusterTemplate Modifier and Type Method Description ClusterTemplateClusterTemplateService. create(ClusterTemplate template)Create a new cluster template -
Uses of ClusterTemplate in org.openstack4j.openstack.sahara.domain
Classes in org.openstack4j.openstack.sahara.domain that implement ClusterTemplate Modifier and Type Class Description classSaharaClusterTemplateAn OpenStack SaharaMethods in org.openstack4j.openstack.sahara.domain that return ClusterTemplate Modifier and Type Method Description ClusterTemplateSaharaClusterTemplate.ConcreteClusterTemplateBuilder. build()ClusterTemplateSaharaClusterTemplateUnwrapped. getTemplate()Methods in org.openstack4j.openstack.sahara.domain with parameters of type ClusterTemplate Modifier and Type Method Description ClusterTemplateBuilderSaharaClusterTemplate.ConcreteClusterTemplateBuilder. from(ClusterTemplate in)Constructors in org.openstack4j.openstack.sahara.domain with parameters of type ClusterTemplate Constructor Description SaharaClusterTemplateUnwrapped(ClusterTemplate template) -
Uses of ClusterTemplate in org.openstack4j.openstack.sahara.internal
Methods in org.openstack4j.openstack.sahara.internal that return ClusterTemplate Modifier and Type Method Description ClusterTemplateSaharaPluginServiceImpl. convertConfig(String name, String version, String templateName, Payload<?> payload)Convert plugin specific config file into cluster templateClusterTemplateClusterTemplateServiceImpl. create(ClusterTemplate template)Create a new cluster templateClusterTemplateClusterTemplateServiceImpl. get(String templateId)Get a cluster template by IDMethods in org.openstack4j.openstack.sahara.internal that return types with arguments of type ClusterTemplate Modifier and Type Method Description List<? extends ClusterTemplate>ClusterTemplateServiceImpl. list()List all cluster templatesMethods in org.openstack4j.openstack.sahara.internal with parameters of type ClusterTemplate Modifier and Type Method Description ClusterTemplateClusterTemplateServiceImpl. create(ClusterTemplate template)Create a new cluster template
-