if (debugSupport == null) {
log.error("Cannot suspend the instance " + iid + ", Debugger support not available");
throw new InstanceManagementException("Cannot suspend the instance " + iid +
", Debugger support not available");
}
debugSupport.suspend(iid);
}
/**
* Terminate an instance
*