Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.compute.functions | |
org.jclouds.openstack.nova.compute.strategy | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
Image |
NovaClient.createImageFromServer(String imageName,
int serverId)
This operation creates a new image for the given server ID.
|
Image |
NovaClient.getImage(int id)
This operation returns details of the specified image.
|
Image |
NovaClient.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(String uuid) |
Set<Image> |
NovaClient.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>> |
NovaAsyncClient.listImages(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
NovaImageToOperatingSystem.apply(Image from) |
Image |
NovaImageToImage.apply(Image from) |
Modifier and Type | Method and Description |
---|---|
Iterable<Image> |
NovaComputeServiceAdapter.listImages() |
Modifier and Type | Method and Description |
---|---|
Image |
Server.getImage() |
Modifier and Type | Method and Description |
---|---|
void |
Server.setImage(Image image) |
Copyright © 2009-2012 jclouds. All Rights Reserved.