Uses of Class
org.jclouds.gogrid.domain.ServerImage

Packages that use ServerImage
org.jclouds.gogrid.compute.functions   
org.jclouds.gogrid.compute.strategy   
org.jclouds.gogrid.domain   
org.jclouds.gogrid.functions   
org.jclouds.gogrid.services   
 

Uses of ServerImage in org.jclouds.gogrid.compute.functions
 

Methods in org.jclouds.gogrid.compute.functions with parameters of type ServerImage
 Image ServerImageToImage.apply(ServerImage from)
           
protected  OperatingSystem ServerImageToImage.parseOs(ServerImage from)
           
 

Uses of ServerImage in org.jclouds.gogrid.compute.strategy
 

Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type ServerImage
 Iterable<ServerImage> GoGridComputeServiceAdapter.listImages()
           
 

Uses of ServerImage in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return ServerImage
 ServerImage Server.getImage()
           
 

Methods in org.jclouds.gogrid.domain with parameters of type ServerImage
 int ServerImage.compareTo(ServerImage o)
           
 

Constructors in org.jclouds.gogrid.domain with parameters of type ServerImage
Server(long id, Option datacenter, boolean sandbox, String name, String description, ServerState state, Option type, Option ram, Option os, Ip ip, ServerImage image)
           
 

Uses of ServerImage in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions that return ServerImage
 ServerImage ParseImageFromJsonResponse.apply(HttpResponse arg0)
           
 

Methods in org.jclouds.gogrid.functions that return types with arguments of type ServerImage
 SortedSet<ServerImage> ParseImageListFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of ServerImage in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services that return ServerImage
 ServerImage GridImageClient.editImageDescription(String idOrName, String newDescription)
          Edits an existing image
 ServerImage GridImageClient.editImageFriendlyName(String idOrName, String newFriendlyName)
          Edits an existing image
 

Methods in org.jclouds.gogrid.services that return types with arguments of type ServerImage
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.editImageDescription(String idOrName, String newDescription)
           
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.editImageFriendlyName(String idOrName, String newFriendlyName)
           
 Set<ServerImage> GridImageClient.getImageList(GetImageListOptions... options)
          Returns all server images.
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImageList(GetImageListOptions... options)
           
 Set<ServerImage> GridImageClient.getImagesById(Long... ids)
          Returns images, found by specified ids
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImagesById(Long... ids)
           
 Set<ServerImage> GridImageClient.getImagesByName(String... names)
          Returns images, found by specified names
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImagesByName(String... names)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.