Package | Description |
---|---|
org.openstack4j.api.image.v2 | |
org.openstack4j.openstack.image.v2.domain | |
org.openstack4j.openstack.image.v2.internal |
Modifier and Type | Method and Description |
---|---|
Image |
ImageService.create(Image image)
Creates a catalog record for an operating system disk image.
|
Image |
ImageService.get(String imageId)
Show details for an image by imageid.
|
Image |
ImageService.update(Image image)
Update image by providing the changed image object.
|
Image |
ImageService.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
|
Modifier and Type | Method and Description |
---|---|
List<? extends Image> |
ImageService.list()
List all available operating system images
|
List<? extends Image> |
ImageService.list(Map<String,String> filteringParams)
Returns list of images filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageService.create(Image image)
Creates a catalog record for an operating system disk image.
|
Image |
ImageService.update(Image image)
Update image by providing the changed image object.
|
ActionResponse |
ImageService.upload(String imageId,
Payload<?> payload,
Image image)
Uploads binary image data
|
Modifier and Type | Method and Description |
---|---|
Image |
GlanceImage.ImageConcreteBuilder.build()
Creates and return the Model Entity M
|
protected Image |
GlanceImage.ImageConcreteBuilder.reference() |
Modifier and Type | Method and Description |
---|---|
ImageBuilder |
GlanceImage.ImageConcreteBuilder.from(Image in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageServiceImpl.create(Image image)
Creates a catalog record for an operating system disk image.
|
Image |
ImageServiceImpl.get(String imageId)
Show details for an image by imageid.
|
Image |
ImageServiceImpl.update(Image image)
Update image by providing the changed image object.
|
Image |
ImageServiceImpl.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
|
Modifier and Type | Method and Description |
---|---|
List<? extends Image> |
ImageServiceImpl.list()
List all available operating system images
|
List<? extends Image> |
ImageServiceImpl.list(Map<String,String> filteringParams)
Returns list of images filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageServiceImpl.create(Image image)
Creates a catalog record for an operating system disk image.
|
Image |
ImageServiceImpl.update(Image image)
Update image by providing the changed image object.
|
ActionResponse |
ImageServiceImpl.upload(String imageId,
Payload<?> payload,
Image image)
Uploads binary image data
|
Copyright © 2017. All rights reserved.