|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageExtension
An extension to compute service to allow for the manipulation of Images. Implementation
is optional by providers.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ImageTemplate buildImageTemplateFromNode(String name,
String id)
Image.
name - name to give the new imageid - node to base the template on
com.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 on
boolean deleteImage(String id)
Image on the provider.
id - the id of the image to delete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||