public class vRAClient extends Object
| Constructor and Description |
|---|
vRAClient(PluginParam params) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
fetchBluePrint(String blueprint) |
org.apache.http.HttpResponse |
Get(String URL) |
com.google.gson.JsonObject |
GetBluePrintTemplate(String blueprinttemplateURL) |
boolean |
IsRequestComplete(ExecutionStatus status) |
com.google.gson.JsonObject |
ProvisionBluePrint(String catalogId,
com.google.gson.JsonObject blueprinttemplate) |
ExecutionStatus |
RequestStatus(String ExecId) |
public vRAClient(PluginParam params) throws IOException
IOExceptionpublic org.apache.http.HttpResponse Get(String URL) throws IOException
IOExceptionpublic com.google.gson.JsonObject fetchBluePrint(String blueprint) throws IOException
IOExceptionpublic com.google.gson.JsonObject GetBluePrintTemplate(String blueprinttemplateURL) throws IOException
IOExceptionpublic com.google.gson.JsonObject ProvisionBluePrint(String catalogId, com.google.gson.JsonObject blueprinttemplate) throws IOException
IOExceptionpublic ExecutionStatus RequestStatus(String ExecId) throws IOException
IOExceptionpublic boolean IsRequestComplete(ExecutionStatus status) throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.