public class ListServersWithTagRequest extends AbstractNovaRequest<List<org.jclouds.openstack.nova.v2_0.domain.Server>>
| Constructor and Description |
|---|
ListServersWithTagRequest(OpenStackPoolDriverConfig account,
String tag,
String tagValue)
Constructs a new
ListServersWithTagRequest task. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jclouds.openstack.nova.v2_0.domain.Server> |
doRequest(org.jclouds.openstack.nova.v2_0.NovaApi api)
Carries out the request and returns the response.
|
call, getAccountpublic ListServersWithTagRequest(OpenStackPoolDriverConfig account, String tag, String tagValue)
ListServersWithTagRequest task.account - Account login credentials for a particular OpenStack endpoint.tag - A meta data tag that must be present on returned servers.tagValue - The value for the meta data tag that must be present on
returned servers.public List<org.jclouds.openstack.nova.v2_0.domain.Server> doRequest(org.jclouds.openstack.nova.v2_0.NovaApi api)
AbstractNovaRequestdoRequest in class AbstractNovaRequest<List<org.jclouds.openstack.nova.v2_0.domain.Server>>api - The OpenStack Nova (compute) API.Copyright © 2011–2015 elastisys. All rights reserved.