Click or drag to resize
ImageListOptions Class
Optional filter and paging options when listing images.
Inheritance Hierarchy

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

The ImageListOptions type exposes the following members.

Constructors
  NameDescription
Public methodImageListOptions
Initializes a new instance of the ImageListOptions class
Top
Properties
  NameDescription
Public propertyMininumDiskSize
The minimum disk size required to create a server with the image.
Public propertyMininumMemorySize
The minimum amount of RAM required to create a server with the image.
Public propertyName
Filters the list of images by image name.
Public propertyPageSize
The number of resources to return per page.
(Inherited from PageOptions.)
Public propertyServerId
Filters the list of images by server.
Public propertyStartingAt
The identifier of the first resource to return on the page.
(Inherited from PageOptions.)
Public propertyType
Filters by base images or custom server images that you have created.
Public propertyUpdatedAfter
Filters the list of images to those that have changed since the specified date.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also