public interface Image extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static class |
Image.Status
Status can be used while an image is being saved.
|
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 getId()
String getName()
long getSize()
int getMinDisk()
int getMinRam()
int getProgress()
Image.Status getStatus()
Date getCreated()
Date getUpdated()
Map<String,Object> getMetaData()
boolean isSnapshot()
Copyright © 2017. All rights reserved.