Image interface.
Bases: novaclient.base.Resource
An image is a collection of files used to create or rebuild a server.
Populate and bind to a manager.
Parameters: |
|
---|
Delete this image.
Returns: | An instance of novaclient.base.TupleWithMeta |
---|
Bases: novaclient.base.ManagerWithFind
Manage Image resources.
Delete an image.
It should go without saying that you can’t delete an image that you didn’t create.
Parameters: | image – The Image (or its ID) to delete. |
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
Delete metadata from an image
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
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: |
|
alias of Image
Set an images metadata
Parameters: |
|
---|