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 ServerImage
 ServerImage GoGridComputeServiceAdapter.getImage(String id)
           
 

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
 

Fields in org.jclouds.gogrid.domain declared as ServerImage
protected  ServerImage Server.Builder.image
           
 

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

Methods in org.jclouds.gogrid.domain with parameters of type ServerImage
 int ServerImage.compareTo(ServerImage that)
           
 T ServerImage.Builder.fromServerImage(ServerImage in)
           
 T Server.Builder.image(ServerImage image)
           
 

Constructors in org.jclouds.gogrid.domain with parameters of type ServerImage
Server(long id, boolean isSandbox, String name, String description, ServerState state, Option datacenter, 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.deleteById(long id)
          Deletes an existing image
 ServerImage GridImageClient.editImageDescription(String idOrName, String newDescription)
          Edits an existing image
 ServerImage GridImageClient.editImageFriendlyName(String idOrName, String newFriendlyName)
          Edits an existing image
 ServerImage GridImageClient.saveImageFromServer(String friendlyName, String idOrName, SaveImageOptions... options)
          This call will save a private (visible to only you) server image to your library of available images.
 

Methods in org.jclouds.gogrid.services that return types with arguments of type ServerImage
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.deleteById(long id)
           
 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)
           
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.saveImageFromServer(String friendlyName, String idOrName, SaveImageOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.