Class ConcAnkaMgmtVm
java.lang.Object
com.veertu.ankaMgmtSdk.ConcAnkaMgmtVm
- All Implemented Interfaces:
AnkaMgmtVm
Created by asafgur on 17/05/2017.
-
Constructor Summary
ConstructorsConstructorDescriptionConcAnkaMgmtVm(String sessionId, AnkaMgmtCommunicator communicator, int sshConnectionPort) -
Method Summary
-
Constructor Details
-
ConcAnkaMgmtVm
-
-
Method Details
-
getStatus
- Specified by:
getStatusin interfaceAnkaMgmtVm- Throws:
AnkaMgmtException
-
waitForBoot
public String waitForBoot(int schedulingTimeout) throws InterruptedException, IOException, AnkaMgmtException - Specified by:
waitForBootin interfaceAnkaMgmtVm- Throws:
InterruptedExceptionIOExceptionAnkaMgmtException
-
getId
- Specified by:
getIdin interfaceAnkaMgmtVm
-
getName
- Specified by:
getNamein interfaceAnkaMgmtVm
-
getConnectionIp
- Specified by:
getConnectionIpin interfaceAnkaMgmtVm
-
getConnectionPort
public int getConnectionPort()- Specified by:
getConnectionPortin interfaceAnkaMgmtVm
-
terminate
public void terminate()- Specified by:
terminatein interfaceAnkaMgmtVm
-
saveImage
public String saveImage(String targetVMId, String tag, String description, Boolean suspend, String shutdownScript, Boolean revertBeforePush, String revertTag, Boolean doSuspendTest) throws AnkaMgmtException - Specified by:
saveImagein interfaceAnkaMgmtVm- Throws:
AnkaMgmtException
-
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceAnkaMgmtVm
-
getInfo
- Specified by:
getInfoin interfaceAnkaMgmtVm
-