public interface ImageExtension
Images. Implementation
is optional by providers.| Modifier and Type | Method and Description |
|---|---|
ImageTemplate |
buildImageTemplateFromNode(String name,
String id)
Build an ImageTemplate from a running node, to use later to create a new
Image. |
com.google.common.util.concurrent.ListenableFuture<Image> |
createImage(ImageTemplate template)
Transform the
ImageTemplate on an Image that can be used to create nodes. |
boolean |
deleteImage(String id)
Delete an
Image on the provider. |
ImageTemplate buildImageTemplateFromNode(String name, String id)
Image.name - name to give the new imageid - node to base the template oncom.google.common.util.concurrent.ListenableFuture<Image> createImage(ImageTemplate template)
ImageTemplate on an Image that can be used to create nodes.template - template to base the new image onCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.