Image interface.
Bases: novaclient.openstack.common.apiclient.base.Resource
An image is a collection of files used to create or rebuild a server.
Delete this image.
Bases: novaclient.base.ManagerWithFind
Manage Image resources.
Get an image.
Parameters: | image – The ID of the image to get. |
---|---|
Return type: | Image |
Get a list of all images.
Return type: | list of Image |
---|---|
Parameters: | limit – maximum number of images to return. |
alias of Image