| ServerListOptions Class |
Namespace: OpenStack.Compute.v2_1
The ServerListOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerListOptions |
Initializes a new instance of the ServerListOptions class.
|
| Name | Description | |
|---|---|---|
| FlavorId |
Filter by a flavor.
| |
| ImageId |
Filter by an image.
| |
| Metadata |
Filter by associated server metadata.
| |
| Name |
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. | |
| PageSize |
The number of resources to return per page.
(Inherited from PageOptions.) | |
| StartingAt |
The identifier of the first resource to return on the page.
(Inherited from PageOptions.) | |
| Status |
Filter by a server status.
| |
| UpdatedAfter |
Filter by a date and time stamp when the server last changed status.
|