Click or drag to resize
ImageSummary Class
Summary information for 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 ImageSummary : ImageReference

The ImageSummary type exposes the following members.

Constructors
  NameDescription
Public methodImageSummary
Initializes a new instance of the ImageSummary class
Top
Methods
  NameDescription
Public methodDeleteAsync
Deletes an image.
(Inherited from ImageReference.)
Public methodGetImageAsync
Shows details for an image.
(Inherited from ImageReference.)
Public methodGetMetadataAsync
Shows metadata for an image.
(Inherited from ImageReference.)
Public methodGetMetadataItemAsync
Shows details for a metadata item, by key, for an image.
(Inherited from ImageReference.)
Public methodWaitUntilDeletedAsync
Waits for the image to be deleted.
(Inherited from ImageReference.)
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.
(Inherited from ImageReference.)
Public propertyName
The image name.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also