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

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

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

Methods in org.jclouds.gogrid.compute.suppliers with parameters of type ServerImage
protected  OperatingSystem GoGridImageSupplier.parseOs(ServerImage from)
           
 

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)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImageList(GetImageListOptions... options)
           
 Set<ServerImage> GridImageClient.getImageList(GetImageListOptions... options)
          Returns all server images.
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImagesById(Long... ids)
           
 Set<ServerImage> GridImageClient.getImagesById(Long... ids)
          Returns images, found by specified ids
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImagesByName(String... names)
           
 Set<ServerImage> GridImageClient.getImagesByName(String... names)
          Returns images, found by specified names
 



Copyright © 2009-2011 jclouds. All Rights Reserved.