Uses of Class
org.jclouds.gogrid.domain.ServerImage
- 
Packages that use ServerImage Package Description org.jclouds.gogrid.compute.functions org.jclouds.gogrid.compute.strategy org.jclouds.gogrid.domain org.jclouds.gogrid.features org.jclouds.gogrid.functions  - 
- 
Uses of ServerImage in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions with parameters of type ServerImage Modifier and Type Method Description ImageServerImageToImage. apply(ServerImage from)protected OperatingSystemServerImageToImage. parseOs(ServerImage from) - 
Uses of ServerImage in org.jclouds.gogrid.compute.strategy
Methods in org.jclouds.gogrid.compute.strategy that return ServerImage Modifier and Type Method Description ServerImageGoGridComputeServiceAdapter. getImage(String id)Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type ServerImage Modifier and Type Method Description Iterable<ServerImage>GoGridComputeServiceAdapter. listImages() - 
Uses of ServerImage in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as ServerImage Modifier and Type Field Description protected ServerImageServer.Builder. imageMethods in org.jclouds.gogrid.domain that return ServerImage Modifier and Type Method Description ServerImageServerImage.Builder. build()ServerImageServer. getImage()Methods in org.jclouds.gogrid.domain with parameters of type ServerImage Modifier and Type Method Description intServerImage. compareTo(ServerImage that)TServerImage.Builder. fromServerImage(ServerImage in)TServer.Builder. image(ServerImage image)Constructors in org.jclouds.gogrid.domain with parameters of type ServerImage Constructor Description 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.features
Methods in org.jclouds.gogrid.features that return ServerImage Modifier and Type Method Description ServerImageGridImageApi. deleteById(long id)Deletes an existing imageServerImageGridImageApi. editImageDescription(String idOrName, String newDescription)Edits an existing imageServerImageGridImageApi. editImageFriendlyName(String idOrName, String newFriendlyName)Edits an existing imageServerImageGridImageApi. 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.features that return types with arguments of type ServerImage Modifier and Type Method Description Set<ServerImage>GridImageApi. getImageList(GetImageListOptions... options)Returns all server images.Set<ServerImage>GridImageApi. getImagesById(Long... ids)Returns images, found by specified idsSet<ServerImage>GridImageApi. getImagesByName(String... names)Returns images, found by specified names - 
Uses of ServerImage in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return ServerImage Modifier and Type Method Description ServerImageParseImageFromJsonResponse. apply(HttpResponse arg0)Methods in org.jclouds.gogrid.functions that return types with arguments of type ServerImage Modifier and Type Method Description SortedSet<ServerImage>ParseImageListFromJsonResponse. apply(HttpResponse arg0) 
 -