public class GlanceImageUpdate extends Object implements ImageUpdate
Modifier and Type | Class and Description |
---|---|
static class |
GlanceImageUpdate.ImageUpdateConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
GlanceImageUpdate() |
GlanceImageUpdate(com.fasterxml.jackson.databind.JsonNode value) |
GlanceImageUpdate(List<PatchOperation> ops) |
Modifier and Type | Method and Description |
---|---|
static ImageUpdateBuilder |
builder() |
List<PatchOperation> |
getOps()
A list of Patch operations for updating an image
Patch operation description found here:
http://specs.openstack.org/openstack/glance-specs/specs/api/v2/http-patch-image-api-v2.html
|
ImageUpdateBuilder |
toBuilder() |
String |
toString() |
public GlanceImageUpdate()
public GlanceImageUpdate(com.fasterxml.jackson.databind.JsonNode value)
public GlanceImageUpdate(List<PatchOperation> ops)
public List<PatchOperation> getOps()
getOps
in interface ImageUpdate
public ImageUpdateBuilder toBuilder()
toBuilder
in interface Buildable<ImageUpdateBuilder>
public static ImageUpdateBuilder builder()
Copyright © 2017. All rights reserved.