| Modifier and Type | Method and Description |
|---|---|
ImageTemplate |
CloudStackImageExtension.buildImageTemplateFromNode(String name,
String id) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudStackImageExtension.createImage(ImageTemplate template) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloneImageTemplate
An
ImageTemplate for the purpose of cloning an existing node. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageTemplateImpl |
static class |
ImageTemplateImpl.CloneImageTemplateImpl |
| Modifier and Type | Method and Description |
|---|---|
ImageTemplate |
ImageExtension.buildImageTemplateFromNode(String name,
String id)
Build an ImageTemplate from a running node, to use later to create a new
Image. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
ImageExtension.createImage(ImageTemplate template)
Transform the
ImageTemplate on an Image that can be used to create nodes. |
| Modifier and Type | Method and Description |
|---|---|
ImageTemplate |
EC2ImageExtension.buildImageTemplateFromNode(String name,
String id) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
EC2ImageExtension.createImage(ImageTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
ImageTemplate |
NovaImageExtension.buildImageTemplateFromNode(String name,
String id) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaImageExtension.createImage(ImageTemplate template) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.