| Modifier and Type | Method and Description | 
|---|---|
Image | 
CloudServersClient.createImageFromServer(String imageName,
                     int serverId)
This operation creates a new image for the given server ID. 
 | 
Image | 
CloudServersClient.getImage(int id)
This operation returns details of the specified image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> | 
CloudServersAsyncClient.createImageFromServer(String imageName,
                     int serverId)  | 
com.google.common.util.concurrent.ListenableFuture<Image> | 
CloudServersAsyncClient.getImage(int id)  | 
Set<Image> | 
CloudServersClient.listImages(ListOptions... options)
List available images (IDs and names only)
 
 in order to retrieve all details, pass the option  
withDetails() | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> | 
CloudServersAsyncClient.listImages(ListOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
CloudServersImageToOperatingSystem.apply(Image from)  | 
Image | 
CloudServersImageToImage.apply(Image from)  | 
| Constructor and Description | 
|---|
GetImageWhenStatusActivePredicateWithResult(CloudServersClient client,
                                           com.google.common.base.Function<Image,Image> cloudserversImageToImage)  | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
CloudServersComputeServiceAdapter.getImage(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Image> | 
CloudServersComputeServiceAdapter.listImages()  | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
Image.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Image.Builder.fromImage(Image in)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.