Uses of Class
org.jclouds.glesys.domain.OSTemplate
-
Packages that use OSTemplate Package Description org.jclouds.glesys.compute org.jclouds.glesys.compute.functions org.jclouds.glesys.domain org.jclouds.glesys.features org.jclouds.glesys.functions -
-
Uses of OSTemplate in org.jclouds.glesys.compute
Methods in org.jclouds.glesys.compute that return OSTemplate Modifier and Type Method Description OSTemplate
GleSYSComputeServiceAdapter. getImage(String id)
Methods in org.jclouds.glesys.compute that return types with arguments of type OSTemplate Modifier and Type Method Description Set<OSTemplate>
GleSYSComputeServiceAdapter. listImages()
-
Uses of OSTemplate in org.jclouds.glesys.compute.functions
Methods in org.jclouds.glesys.compute.functions with parameters of type OSTemplate Modifier and Type Method Description Image
OSTemplateToImage. apply(OSTemplate template)
-
Uses of OSTemplate in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return OSTemplate Modifier and Type Method Description OSTemplate
OSTemplate.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type OSTemplate Modifier and Type Method Description T
OSTemplate.Builder. fromOSTemplate(OSTemplate in)
-
Uses of OSTemplate in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return types with arguments of type OSTemplate Modifier and Type Method Description com.google.common.collect.FluentIterable<OSTemplate>
ServerApi. listTemplates()
Get information about valid arguments to #createServer for each platform -
Uses of OSTemplate in org.jclouds.glesys.functions
Methods in org.jclouds.glesys.functions that return types with arguments of type OSTemplate Modifier and Type Method Description com.google.common.collect.FluentIterable<OSTemplate>
ParseTemplatesFromHttpResponse. apply(HttpResponse response)
-