Package | Description |
---|---|
org.openstack4j.model.image.v2 | |
org.openstack4j.model.image.v2.builder | |
org.openstack4j.openstack.image.v2.domain |
Modifier and Type | Method and Description |
---|---|
List<PatchOperation> |
ImageUpdate.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
|
Modifier and Type | Method and Description |
---|---|
ImageUpdateBuilder |
ImageUpdateBuilder.ops(PatchOperation op) |
Modifier and Type | Method and Description |
---|---|
ImageUpdateBuilder |
ImageUpdateBuilder.ops(List<PatchOperation> ops) |
Modifier and Type | Method and Description |
---|---|
List<PatchOperation> |
GlanceImageUpdate.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
|
Modifier and Type | Method and Description |
---|---|
ImageUpdateBuilder |
GlanceImageUpdate.ImageUpdateConcreteBuilder.ops(PatchOperation op) |
Modifier and Type | Method and Description |
---|---|
ImageUpdateBuilder |
GlanceImageUpdate.ImageUpdateConcreteBuilder.ops(List<PatchOperation> ops) |
Constructor and Description |
---|
GlanceImageUpdate(List<PatchOperation> ops) |
Copyright © 2017. All rights reserved.