Click or drag to resize
ServerListOptions Properties

The ServerListOptions type exposes the following members.

Properties
  NameDescription
Public propertyFlavorId
Filter by a flavor.
Public propertyImageId
Filter by an image.
Public propertyMetadata
Filter by associated server metadata.
Public propertyName
Filter by a server name.

You can use regular expressions in the query. For example, the ?name=bob regular expression returns both bob and bobb.

Public propertyPageSize
The number of resources to return per page.
(Inherited from PageOptions.)
Public propertyStartingAt
The identifier of the first resource to return on the page.
(Inherited from PageOptions.)
Public propertyStatus
Filter by a server status.
Public propertyUpdatedAfter
Filter by a date and time stamp when the server last changed status.
Top
See Also