public class ListSizesRequest extends AbstractOpenstackRequest<List<org.openstack4j.model.compute.Flavor>>
| Constructor and Description |
|---|
ListSizesRequest(OSClientFactory clientFactory)
Constructs a new
ListSizesRequest task. |
| Modifier and Type | Method and Description |
|---|---|
List<org.openstack4j.model.compute.Flavor> |
doRequest(org.openstack4j.api.OSClient api)
Carries out the request and returns the response.
|
call, getApiAccessConfig, getClientFactorypublic ListSizesRequest(OSClientFactory clientFactory)
ListSizesRequest task.clientFactory - OpenStack API client factory.public List<org.openstack4j.model.compute.Flavor> doRequest(org.openstack4j.api.OSClient api)
AbstractOpenstackRequestdoRequest in class AbstractOpenstackRequest<List<org.openstack4j.model.compute.Flavor>>api - An authenticated OpenStack API client that is instructed to
operate against the configured region.Copyright © 2011–2016 elastisys. All rights reserved.