public class Conversion extends DomainWithTasksWrapper<com.abiquo.server.core.appslibrary.ConversionDto>
ConversionDto
.
http://community.abiquo.com/display/ABI20/Conversion+Resource
context, target
Modifier | Constructor and Description |
---|---|
protected |
Conversion(RestContext<AbiquoApi,AbiquoAsyncApi> context,
com.abiquo.server.core.appslibrary.ConversionDto target)
Constructor to be used only by the builder.
|
Modifier and Type | Method and Description |
---|---|
com.abiquo.model.enumerator.DiskFormatType |
getSourceFormat() |
String |
getSourcePath() |
Date |
getStartTimestamp() |
com.abiquo.model.enumerator.ConversionState |
getState() |
com.abiquo.model.enumerator.DiskFormatType |
getTargetFormat() |
String |
getTargetPath() |
Long |
getTargetSizeInBytes() |
VirtualMachineTemplate |
getVirtualMachineTemplate() |
void |
refresh() |
AsyncTask |
restartFailedConversion()
Starts a new BPM task to regenerate a failed conversion.
|
String |
toString() |
findTask, listTasks, listTasks
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected Conversion(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.appslibrary.ConversionDto target)
public void refresh()
public VirtualMachineTemplate getVirtualMachineTemplate()
public AsyncTask restartFailedConversion()
http://community.abiquo.com/display/ABI20/Conversion+Resource#ConversionResource-
UpdateConversion
public String getSourcePath()
public com.abiquo.model.enumerator.ConversionState getState()
public String getTargetPath()
public Long getTargetSizeInBytes()
public com.abiquo.model.enumerator.DiskFormatType getSourceFormat()
public com.abiquo.model.enumerator.DiskFormatType getTargetFormat()
public Date getStartTimestamp()
Copyright © 2009-2013 jclouds. All Rights Reserved.