| Package | Description | 
|---|---|
| org.jclouds.gogrid.compute.functions | |
| org.jclouds.gogrid.compute.strategy | |
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions | |
| org.jclouds.gogrid.services | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
ServerImageToImage.apply(ServerImage from)  | 
protected OperatingSystem | 
ServerImageToImage.parseOs(ServerImage from)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerImage | 
GoGridComputeServiceAdapter.getImage(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<ServerImage> | 
GoGridComputeServiceAdapter.listImages()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ServerImage | 
Server.Builder.image  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerImage | 
ServerImage.Builder.build()  | 
ServerImage | 
Server.getImage()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ServerImage.compareTo(ServerImage that)  | 
T | 
ServerImage.Builder.fromServerImage(ServerImage in)  | 
T | 
Server.Builder.image(ServerImage image)  | 
| Constructor and Description | 
|---|
Server(long id,
      boolean isSandbox,
      String name,
      String description,
      ServerState state,
      Option datacenter,
      Option type,
      Option ram,
      Option os,
      Ip ip,
      ServerImage image)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerImage | 
ParseImageFromJsonResponse.apply(HttpResponse arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<ServerImage> | 
ParseImageListFromJsonResponse.apply(HttpResponse arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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-2013 jclouds. All Rights Reserved.