Image Class |
Namespace: OpenStack.Compute.v2_1
The Image type exposes the following members.
Name | Description | |
---|---|---|
DeleteAsync |
Deletes an image.
(Inherited from ImageReference.) | |
GetImageAsync |
Shows details for an image.
(Inherited from ImageReference.) | |
GetMetadataAsync |
Shows metadata for an image.
(Inherited from ImageReference.) | |
GetMetadataItemAsync |
Shows details for a metadata item, by key, for an image.
(Inherited from ImageReference.) | |
WaitForStatus |
Waits for an image to reach the specified state.
| |
WaitUntilActiveAsync |
Wait until the image is active.
| |
WaitUntilDeletedAsync |
Waits for the image to be deleted.
(Overrides ImageReferenceWaitUntilDeletedAsync(NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken).) |
Name | Description | |
---|---|---|
Delete |
Deletes an image.
(Defined by ImageExtensions_v2_1.) | |
GetImage |
Shows details for an image.
(Defined by ImageExtensions_v2_1.) | |
GetMetadata |
Shows metadata for an image.
(Defined by ImageExtensions_v2_1.) | |
GetMetadataItem |
Shows details for a metadata item, by key, for an image.
(Defined by ImageExtensions_v2_1.) | |
WaitUntilActive |
Wait until the image is active.
(Defined by ImageExtensions_v2_1.) | |
WaitUntilDeleted |
Wait until the image is active.
(Defined by ImageExtensions_v2_1.) |
Name | Description | |
---|---|---|
Created |
The date and time when the resource was created.
| |
Id |
The image identifier.
(Inherited from ImageReference.) | |
Metadata |
Metadata key pairs containing information about the image.
| |
MinimumDiskSize |
The minimum disk size in GB that is required to boot the image.
| |
MinimumMemorySize |
The minimum amount of RAM in MB that is required to boot the image.
| |
Name |
The image name.
(Inherited from ImageSummary.) | |
Progress |
The build completion progress, as a percentage.
| |
Server |
The associated server.
| |
Size |
The size of the image data, in bytes.
| |
Status |
The image status.
| |
Type |
Indicates whether the image is built-in (base) or custom (snapshot).
| |
Updated |
The date and time when the resource was updated.
|