Package com.veertu.ankaMgmtSdk
Class AnkaVmInstance
java.lang.Object
com.veertu.ankaMgmtSdk.AnkaVMRepresentation
com.veertu.ankaMgmtSdk.AnkaVmInstance
-
Field Summary
Fields inherited from class com.veertu.ankaMgmtSdk.AnkaVMRepresentation
id, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetVmId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
static AnkaVmInstance
makeAnkaVmSessionFromJson
(org.json.JSONObject jsonObject) Methods inherited from class com.veertu.ankaMgmtSdk.AnkaVMRepresentation
getId, getName
-
Constructor Details
-
AnkaVmInstance
-
-
Method Details
-
makeAnkaVmSessionFromJson
-
getSessionState
-
getVmId
-
getVmInfo
-
getMessage
-
isTerminatingOrTerminated
public boolean isTerminatingOrTerminated() -
isStarted
public boolean isStarted() -
isPulling
public boolean isPulling() -
isSchedulingOrPulling
public boolean isSchedulingOrPulling() -
isScheduling
public boolean isScheduling() -
isInError
public boolean isInError() -
isPushing
public boolean isPushing()
-