public class Deployment extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonObject |
bluePrintTemplate |
| Constructor and Description |
|---|
Deployment(PrintStream logger,
DestroyParam params) |
Deployment(PrintStream logger,
PluginParam params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Create() |
void |
DeploymentResources() |
boolean |
Destroy() |
boolean |
Destroy(String DeploymentName) |
Map<String,String> |
getDeploymentComponents(String count) |
String |
getDeploymentName() |
String |
getDestroyAction() |
String |
getDestroyURL() |
Map<String,String> |
getMachineHashMap() |
void |
getParentResourceID() |
void |
getParentResourceID(String name) |
static com.fasterxml.jackson.databind.JsonNode |
merge(com.fasterxml.jackson.databind.JsonNode mainNode,
com.fasterxml.jackson.databind.JsonNode updateNode) |
static com.google.gson.JsonObject |
merge(com.google.gson.JsonObject mainJson,
com.google.gson.JsonObject updateJson) |
public Deployment(PrintStream logger, PluginParam params) throws IOException
IOExceptionpublic Deployment(PrintStream logger, DestroyParam params) throws IOException
IOExceptionpublic boolean Create()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic Map<String,String> getMachineHashMap() throws IOException
IOExceptionpublic String getDeploymentName()
public void DeploymentResources()
throws IOException
IOExceptionpublic void getParentResourceID()
throws IOException
IOExceptionpublic void getParentResourceID(String name) throws IOException
IOExceptionpublic String getDestroyURL() throws IOException
IOExceptionpublic String getDestroyAction() throws IOException
IOExceptionpublic static com.fasterxml.jackson.databind.JsonNode merge(com.fasterxml.jackson.databind.JsonNode mainNode,
com.fasterxml.jackson.databind.JsonNode updateNode)
public static com.google.gson.JsonObject merge(com.google.gson.JsonObject mainJson,
com.google.gson.JsonObject updateJson)
throws IOException
IOExceptionpublic boolean Destroy(String DeploymentName) throws IOException
IOExceptionpublic boolean Destroy()
throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.