org.jclouds.openstack.nova.v2_0.compute.extensions
Class NovaImageExtension
java.lang.Object
org.jclouds.openstack.nova.v2_0.compute.extensions.NovaImageExtension
- All Implemented Interfaces:
- ImageExtension
@Singleton
public class NovaImageExtension
- extends Object
- implements ImageExtension
Nova implementation of ImageExtension
- Author:
- David Alves
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.compute")
protected Logger logger
NovaImageExtension
@Inject
public NovaImageExtension(NovaApi novaApi,
@Named(value="jclouds.user-threads")
ExecutorService userThreads,
PredicateWithResult<ZoneAndId,Image> imageReadyPredicate)
buildImageTemplateFromNode
public ImageTemplate buildImageTemplateFromNode(String name,
String id)
- Description copied from interface:
ImageExtension
- Build an ImageTemplate from a running node, to use later to create a new
Image.
- Specified by:
buildImageTemplateFromNode in interface ImageExtension
- Parameters:
name - name to give the new imageid - node to base the template on
- Returns:
- an image template that can be used to create a new image
createImage
public com.google.common.util.concurrent.ListenableFuture<Image> createImage(ImageTemplate template)
- Description copied from interface:
ImageExtension
- Transform the
ImageTemplate on an Image that can be used to create nodes.
- Specified by:
createImage in interface ImageExtension
- Parameters:
template - template to base the new image on
- Returns:
- the image that was just built *after* it is registered on the provider
deleteImage
public boolean deleteImage(String id)
- Description copied from interface:
ImageExtension
- Delete an
Image on the provider.
- Specified by:
deleteImage in interface ImageExtension
- Parameters:
id - the id of the image to delete
- Returns:
Copyright © 2009-2012 jclouds. All Rights Reserved.