public interface OpenStackClientConnector
| Modifier and Type | Method and Description |
|---|---|
<T> OpenStackResponse |
request(OpenStackRequest<T> request)
This method is used to process the specified request object and to return any response indicated.
|
<T> OpenStackResponse request(OpenStackRequest<T> request) throws OpenStackConnectException, OpenStackResponseException
request - The request object to be processedOpenStackConnectException - If the connection to the provider cannot be established. This exception indicates that the provider
is not reachable, or that some failure occurred attempting to open the connection to the provider.OpenStackResponseException - If the provider responds with some form of error regarding the request, such as unauthorized. This is
an indication that there is a problem with the request itself, not the connection.Copyright © 2012–2017. All rights reserved.