public interface Image extends BasicResource, Buildable<ImageBuilder>
http://developer.openstack.org/api-ref-image-v2.html#showImage-v2| Modifier and Type | Interface and Description |
|---|---|
static class |
Image.ImageStatus |
static class |
Image.ImageVisibility |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalPropertyValue(String key) |
String |
getArchitecture() |
String |
getChecksum() |
ContainerFormat |
getContainerFormat() |
Date |
getCreatedAt() |
String |
getDirectUrl() |
DiskFormat |
getDiskFormat() |
String |
getFile() |
String |
getId() |
String |
getInstanceUuid() |
Boolean |
getIsProtected() |
String |
getKernelId()
Pattern: ^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$
|
List<String> |
getLocations() |
Long |
getMinDisk() |
Long |
getMinRam() |
String |
getName() |
String |
getOsDistro() |
String |
getOsVersion() |
String |
getOwner() |
String |
getRamdiskId()
Pattern: ^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$
|
String |
getSchema() |
String |
getSelf() |
Long |
getSize() |
Image.ImageStatus |
getStatus() |
List<String> |
getTags() |
Date |
getUpdatedAt() |
Long |
getVirtualSize() |
Image.ImageVisibility |
getVisibility() |
setNameImage.ImageStatus getStatus()
String getName()
getName in interface BasicResourceContainerFormat getContainerFormat()
Date getCreatedAt()
DiskFormat getDiskFormat()
Date getUpdatedAt()
Long getMinDisk()
Boolean getIsProtected()
Long getMinRam()
String getChecksum()
String getOwner()
Image.ImageVisibility getVisibility()
Long getSize()
List<String> getLocations()
String getDirectUrl()
show_image_direct_url option to
true in the image service's configuration fileString getSelf()
String getFile()
String getSchema()
String getRamdiskId()
String getOsDistro()
String getOsVersion()
String getKernelId()
String getInstanceUuid()
String getArchitecture()
Long getVirtualSize()
Copyright © 2017. All rights reserved.