Class GlanceImageUpdate
- java.lang.Object
-
- org.openstack4j.openstack.image.v2.domain.GlanceImageUpdate
-
- All Implemented Interfaces:
Serializable,Buildable<ImageUpdateBuilder>,ImageUpdate,ModelEntity
public class GlanceImageUpdate extends Object implements ImageUpdate
Implementation of updating a glance image- Author:
- emjburns
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlanceImageUpdate.ImageUpdateConcreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description GlanceImageUpdate()GlanceImageUpdate(com.fasterxml.jackson.databind.JsonNode value)GlanceImageUpdate(List<PatchOperation> ops)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageUpdateBuilderbuilder()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.htmlImageUpdateBuildertoBuilder()StringtoString()
-
-
-
Constructor Detail
-
GlanceImageUpdate
public GlanceImageUpdate()
-
GlanceImageUpdate
public GlanceImageUpdate(com.fasterxml.jackson.databind.JsonNode value)
-
GlanceImageUpdate
public GlanceImageUpdate(List<PatchOperation> ops)
-
-
Method Detail
-
builder
public static ImageUpdateBuilder builder()
-
getOps
public 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- Specified by:
getOpsin interfaceImageUpdate- Returns:
- List of PatchOperations
-
toBuilder
public ImageUpdateBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<ImageUpdateBuilder>
-
-