Uses of Interface
org.openstack4j.model.image.v2.ImageUpdate
-
Packages that use ImageUpdate Package Description org.openstack4j.api.image.v2 org.openstack4j.openstack.image.v2.domain org.openstack4j.openstack.image.v2.internal -
-
Uses of ImageUpdate in org.openstack4j.api.image.v2
Methods in org.openstack4j.api.image.v2 with parameters of type ImageUpdate Modifier and Type Method Description ImageImageService. update(String imageId, ImageUpdate imageUpdate)Update an image by building the string of json operations that represent the json transformation instead of the building the whole image -
Uses of ImageUpdate in org.openstack4j.openstack.image.v2.domain
Classes in org.openstack4j.openstack.image.v2.domain that implement ImageUpdate Modifier and Type Class Description classGlanceImageUpdateImplementation of updating a glance imageMethods in org.openstack4j.openstack.image.v2.domain that return ImageUpdate Modifier and Type Method Description ImageUpdateGlanceImageUpdate.ImageUpdateConcreteBuilder. build()Methods in org.openstack4j.openstack.image.v2.domain with parameters of type ImageUpdate Modifier and Type Method Description ImageUpdateBuilderGlanceImageUpdate.ImageUpdateConcreteBuilder. from(ImageUpdate in) -
Uses of ImageUpdate in org.openstack4j.openstack.image.v2.internal
Methods in org.openstack4j.openstack.image.v2.internal with parameters of type ImageUpdate Modifier and Type Method Description ImageImageServiceImpl. update(String imageId, ImageUpdate imageUpdate)Update an image by building the string of json operations that represent the json transformation instead of the building the whole image
-