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, setName
ContainerFormat getContainerFormat()
DiskFormat getDiskFormat()
Long getSize()
String getChecksum()
long getMinDisk()
long getMinRam()
String getLocation()
Date getUpdatedAt()
Date getCreatedAt()
Image.Status getStatus()
boolean isPublic()
boolean isDeleted()
boolean isProtected()
Map<String,String> getProperties()
StoreType getStoreType()
boolean isSnapshot()
String getCopyFrom()
Copyright © 2017. All rights reserved.