public interface ImageUpdate extends ModelEntity, Buildable<ImageUpdateBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
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
|
List<PatchOperation> getOps()
Copyright © 2017. All rights reserved.