public class AnkaMgmtCommunicator extends Object
Constructor and Description |
---|
AnkaMgmtCommunicator(String url) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getTemplateTags(String templateId) |
List<AnkaVmTemplate> |
listTemplates() |
AnkaVmSession |
showVm(String sessionId) |
String |
startVm(String templateId,
String tag,
String nameTemplate) |
boolean |
terminateVm(String sessionId) |
public AnkaMgmtCommunicator(String url) throws AnkaMgmtException
AnkaMgmtException
public List<AnkaVmTemplate> listTemplates() throws AnkaMgmtException
AnkaMgmtException
public List<String> getTemplateTags(String templateId) throws AnkaMgmtException
AnkaMgmtException
public String startVm(String templateId, String tag, String nameTemplate) throws AnkaMgmtException
AnkaMgmtException
public AnkaVmSession showVm(String sessionId) throws AnkaMgmtException
AnkaMgmtException
public boolean terminateVm(String sessionId) throws AnkaMgmtException
AnkaMgmtException
Copyright © 2016–2018. All rights reserved.