Click or drag to resize
Image Class
A collection of files for a specific operating system (OS) that you use to create or rebuild a server.
Inheritance Hierarchy

Namespace: OpenStack.Compute.v2_1
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class Image : ImageSummary

The Image type exposes the following members.

Constructors
  NameDescription
Public methodImage
Initializes a new instance of the Image class.
Top
Methods
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 MethodWaitUntilActive
Wait until the image is active.
(Defined by ImageExtensions_v2_1.)
Public Extension MethodWaitUntilDeleted
Wait until the image is active.
(Defined by ImageExtensions_v2_1.)
Top
Properties
  NameDescription
Public propertyCreated
The date and time when the resource was created.
Public propertyId
The image identifier.
(Inherited from ImageReference.)
Public propertyMetadata
Metadata key pairs containing information about the image.
Public propertyMinimumDiskSize
The minimum disk size in GB that is required to boot the image.
Public propertyMinimumMemorySize
The minimum amount of RAM in MB that is required to boot the image.
Public propertyName
The image name.
(Inherited from ImageSummary.)
Public propertyProgress
The build completion progress, as a percentage.
Public propertyServer
The associated server.
Public propertySize
The size of the image data, in bytes.
Public propertyStatus
The image status.
Public propertyType
Indicates whether the image is built-in (base) or custom (snapshot).
Public propertyUpdated
The date and time when the resource was updated.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also