Uses of Class
org.jclouds.glesys.domain.OSTemplate

Packages that use OSTemplate
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
 OSTemplate GleSYSComputeServiceAdapter.getImage(String id)
           
 

Methods in org.jclouds.glesys.compute that return types with arguments of type OSTemplate
 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
 org.jclouds.compute.domain.Image OSTemplateToImage.apply(OSTemplate template)
           
 

Uses of OSTemplate in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return OSTemplate
 OSTemplate OSTemplate.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type OSTemplate
 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
 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
 com.google.common.collect.FluentIterable<OSTemplate> ParseTemplatesFromHttpResponse.apply(org.jclouds.http.HttpResponse response)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.