public class NovaImage extends Object implements Image
| Modifier and Type | Class and Description |
|---|---|
static class |
NovaImage.NovaImages |
Image.Status| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getId() |
List<? extends Link> |
getLinks() |
Map<String,Object> |
getMetaData() |
int |
getMinDisk() |
int |
getMinRam() |
String |
getName() |
int |
getProgress() |
long |
getSize() |
Image.Status |
getStatus() |
Date |
getUpdated() |
boolean |
isSnapshot()
Determines if this image is a snapshot
|
String |
toString() |
public NovaImage()
public NovaImage(String empty)
public String getId()
public String getName()
public int getMinDisk()
getMinDisk in interface Imagepublic int getMinRam()
public int getProgress()
getProgress in interface Imagepublic Image.Status getStatus()
public Date getCreated()
getCreated in interface Imagepublic Date getUpdated()
getUpdated in interface Imagepublic Map<String,Object> getMetaData()
getMetaData in interface Imagepublic boolean isSnapshot()
isSnapshot in interface ImageCopyright © 2017. All rights reserved.