| Package | Description |
|---|---|
| br.com.autonomiccs.apacheCloudStack.client |
| Modifier and Type | Method and Description |
|---|---|
ApacheCloudStackRequest |
ApacheCloudStackRequest.addParameter(java.lang.String paramName,
java.lang.Object value)
Adds a parameter in the internal parameters map.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ApacheCloudStackClient.createApacheCloudStackApiUrlRequest(ApacheCloudStackRequest request,
boolean shouldSignAppendSignature)
This method creates transforms the given
ApacheCloudStackRequest into a URL requeest for the Apache CloudStack API. |
protected java.lang.String |
ApacheCloudStackClient.createCommandString(ApacheCloudStackRequest request)
It creates the command query string, placing the parameters in alphabetical order.
|
protected java.util.List<ApacheCloudStackApiCommandParameter> |
ApacheCloudStackClient.createSortedCommandQueryList(ApacheCloudStackRequest request)
This methods adds the final data needed to the command query.
|
java.lang.String |
ApacheCloudStackClient.executeRequest(ApacheCloudStackRequest request)
This method executes the given
ApacheCloudStackRequest. |
<T> T |
ApacheCloudStackClient.executeRequest(ApacheCloudStackRequest request,
java.lang.Class<T> clazz)
It executes the given request and converts the result into an object of the given type.
|
Copyright © 2016. All Rights Reserved.