Click or drag to resize
ImageReference Class
Reference to an image.
Inheritance Hierarchy

Namespace: OpenStack.Compute.v2_1
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class ImageReference : IHaveExtraData, 
	IServiceResource

The ImageReference type exposes the following members.

Constructors
  NameDescription
Public methodImageReference
Initializes a new instance of the ImageReference class
Top
Methods
  NameDescription
Public methodDeleteAsync
Deletes an image.
Public methodGetImageAsync
Shows details for an image.
Public methodGetMetadataAsync
Shows metadata for an image.
Public methodGetMetadataItemAsync
Shows details for a metadata item, by key, for an image.
Public methodWaitUntilDeletedAsync
Waits for the image to be deleted.
Top
Extension Methods
  NameDescription
Public Extension MethodDelete
Deletes an image.
(Defined by ImageExtensions_v2_1.)
Public Extension MethodGetImage
Shows details for an image.
(Defined by ImageExtensions_v2_1.)
Public Extension MethodGetMetadata
Shows metadata for an image.
(Defined by ImageExtensions_v2_1.)
Public Extension MethodGetMetadataItem
Shows details for a metadata item, by key, for an image.
(Defined by ImageExtensions_v2_1.)
Public Extension MethodWaitUntilDeleted
Wait until the image is active.
(Defined by ImageExtensions_v2_1.)
Top
Properties
  NameDescription
Public propertyId
The image identifier.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also