Package | Description |
---|---|
org.jclouds.cloudservers | |
org.jclouds.cloudservers.compute.functions | |
org.jclouds.cloudservers.compute.strategy | |
org.jclouds.cloudservers.domain |
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.getImage(int id)
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
CloudServersImageToOperatingSystem.apply(Image from) |
Image |
CloudServersImageToImage.apply(Image from) |
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.