public interface Image extends BasicResource, Buildable<ImageBuilder>
http://docs.openstack.org/api/openstack-image-service/1.1/content/index.html| Modifier and Type | Interface and Description |
|---|---|
static class |
Image.Status |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum() |
ContainerFormat |
getContainerFormat() |
String |
getCopyFrom() |
Date |
getCreatedAt()
The timestamp of when the image was created
|
Date |
getDeletedAt() |
DiskFormat |
getDiskFormat() |
String |
getLocation() |
long |
getMinDisk() |
long |
getMinRam() |
String |
getOwner() |
Map<String,String> |
getProperties()
A mapping of free-form key/value pairs that have been saved with the image metadata
|
Long |
getSize() |
Image.Status |
getStatus() |
StoreType |
getStoreType()
This will always be null on any list or get request.
|
Date |
getUpdatedAt()
Timestamp when an image's metadata was last updated, not its image data, as all image data is immutable once stored in Glance
|
boolean |
isDeleted() |
boolean |
isProtected() |
boolean |
isPublic()
Indicates whether the image is publicly available
|
boolean |
isSnapshot()
Determines if this image is a snapshot
|
getName, setNameContainerFormat getContainerFormat()
DiskFormat getDiskFormat()
Long getSize()
String getChecksum()
long getMinDisk()
long getMinRam()
String getLocation()
String getOwner()
Date getUpdatedAt()
Date getCreatedAt()
Date getDeletedAt()
Image.Status getStatus()
boolean isPublic()
boolean isDeleted()
boolean isProtected()
Map<String,String> getProperties()
StoreType getStoreType()
boolean isSnapshot()
String getCopyFrom()