public interface AnkaMgmtVm
Modifier and Type | Method and Description |
---|---|
String |
getConnectionIp() |
int |
getConnectionPort() |
String |
getId() |
String |
getInfo() |
String |
getName() |
boolean |
isRunning() |
String |
saveImage(String targetVMId,
String tag,
String description,
Boolean suspend,
String shutdownScript,
Boolean revertBeforePush,
String revertTag,
Boolean doSuspendTest) |
void |
terminate() |
String |
waitForBoot(int schedulingTimeout) |
String waitForBoot(int schedulingTimeout) throws InterruptedException, IOException, AnkaMgmtException
String getId()
String getName()
String getConnectionIp()
int getConnectionPort()
void terminate()
boolean isRunning()
String getInfo()
Copyright © 2016–2019. All rights reserved.