static UpdateImageOptions |
UpdateImageOptions.Builder.checksum(String checksum) |
|
UpdateImageOptions |
UpdateImageOptions.checksum(String checksum) |
MD5 checksum of the image
|
static UpdateImageOptions |
UpdateImageOptions.Builder.containerFormat(ContainerFormat containerFormat) |
|
UpdateImageOptions |
UpdateImageOptions.containerFormat(ContainerFormat containerFormat) |
|
UpdateImageOptions |
CreateImageOptions.copyFrom(String url) |
|
static UpdateImageOptions |
UpdateImageOptions.Builder.diskFormat(DiskFormat diskFormat) |
|
UpdateImageOptions |
UpdateImageOptions.diskFormat(DiskFormat diskFormat) |
|
static UpdateImageOptions |
UpdateImageOptions.Builder.isProtected(boolean isProtected) |
|
UpdateImageOptions |
UpdateImageOptions.isProtected(boolean isProtected) |
Mark the image as protected - if set to true the image cannot be deleted till it is unset.
|
static UpdateImageOptions |
UpdateImageOptions.Builder.isPublic(boolean isPublic) |
|
UpdateImageOptions |
UpdateImageOptions.isPublic(boolean isPublic) |
Mark the image as public, meaning that any user may view its metadata and may read the disk image
from Glance.
|
static UpdateImageOptions |
UpdateImageOptions.Builder.location(String location) |
|
UpdateImageOptions |
UpdateImageOptions.location(String location) |
|
static UpdateImageOptions |
UpdateImageOptions.Builder.minDisk(long disk) |
|
UpdateImageOptions |
UpdateImageOptions.minDisk(long disk) |
The expected minimum disk required in gigabytes to run this image on a server (default 0).
|
static UpdateImageOptions |
UpdateImageOptions.Builder.minRam(long ram) |
|
UpdateImageOptions |
UpdateImageOptions.minRam(long ram) |
The expected minimum ram required in megabytes to run this image on a server (default 0).
|
static UpdateImageOptions |
UpdateImageOptions.Builder.name(String name) |
|
UpdateImageOptions |
UpdateImageOptions.name(String name) |
Adjust the name of the image
|
static UpdateImageOptions |
UpdateImageOptions.Builder.owner(String owner) |
|
UpdateImageOptions |
UpdateImageOptions.owner(String owner) |
Glance normally sets the owner of an image to be the tenant or user (depending on the “owner_is_tenant”
configuration option) of the authenticated user issuing the request.
|
static UpdateImageOptions |
UpdateImageOptions.Builder.property(String key,
String value) |
|
UpdateImageOptions |
UpdateImageOptions.property(String key,
String value) |
Custom, free-form image properties stored with the image.
|
static UpdateImageOptions |
UpdateImageOptions.Builder.size(long size) |
|
UpdateImageOptions |
UpdateImageOptions.size(long size) |
When present, Glance assumes that the expected size of the request body will be the value of this header.
|
static UpdateImageOptions |
UpdateImageOptions.Builder.storeType(StoreType storeType) |
|
UpdateImageOptions |
UpdateImageOptions.storeType(StoreType storeType) |
When present, Glance will attempt to store the disk image data in the backing store indicated by the value of the
header.
|