ServerImage Class |
Namespace: net.openstack.Core.Domain
The ServerImage type exposes the following members.
Name | Description | |
---|---|---|
ServerImage | Initializes a new instance of the ServerImage class |
Name | Description | |
---|---|---|
AddMetadata(Metadata) |
Updates the metadata for the specified image.
| |
AddMetadata(String, String) |
Sets the value for the specified metadata item. If the key already exists, it is updated; otherwise, a new metadata item is added.
| |
Delete |
Deletes the specified image.
(Inherited from SimpleServerImage.) | |
DeleteMetadata |
Deletes the specified metadata items from the image.
| |
DeleteMetadataItem |
Deletes the specified metadata item from the image.
| |
GetMetadata |
Gets the metadata associated with the specified image.
| |
SetMetadata |
Sets the metadata associated with the specified image, replacing any existing metadata.
| |
UpdateMetadata |
Updates the metadata for the specified image.
| |
UpdateMetadataItem |
Sets the value for the specified metadata item. If the key already exists, it is updated; otherwise, a new metadata item is added.
| |
WaitForActive |
Waits for the image to enter the Active state.
(Inherited from SimpleServerImage.) | |
WaitForDelete |
Waits for the image to enter the Deleted state or to be removed.
(Inherited from SimpleServerImage.) | |
WaitForState(ImageState, ImageState, Int32, NullableTimeSpan, ActionInt32) |
Waits for the image to enter a specified state.
(Inherited from SimpleServerImage.) | |
WaitForState(ImageState, ImageState, Int32, NullableTimeSpan, ActionInt32) |
Waits for the image to enter any one of a set of specified states.
(Inherited from SimpleServerImage.) |
Name | Description | |||
---|---|---|---|---|
Created |
Gets the "created" property of the image.
| |||
DiskConfig |
Gets the default disk configuration used when creating, rebuilding, or resizing servers
with the image. For images created from servers, the value is inherited from the server.
| |||
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |||
Id |
Gets the unique identifier for the image.
(Inherited from SimpleServerImage.)
| |||
Links |
Gets a collection of links related to the current image.
(Inherited from SimpleServerImage.) | |||
MinDisk |
Gets the minimum disk requirements needed to create a server with the image.
| |||
MinRAM |
Gets the minimum RAM requirements needed to create a server with the image.
| |||
Name |
Gets the name of the image.
(Inherited from SimpleServerImage.)
| |||
Progress |
Gets the image completion progress, as a percentage.
| |||
Server |
Gets the "server" property of the image.
| |||
Status |
Gets the "status" property of the image.
| |||
Updated |
Gets the "updated" property of the image.
|