Image
TheImage class provides an interface to interact with OpenStack images, allowing you to retrieve information about virtual machine images and the servers using them.
Constructor
The unique identifier of the image. Either
image_id or name should be provided.The name of the image. Either
image_id or name should be provided.The Cloud instance to use for OpenStack operations. Defaults to a new Cloud instance.
Properties
name
Returns the name associated to this Image.
id
Returns the image_id associated to this Image.
servers
Returns all Servers using this Image.