Uses of Class
org.jdrupes.vmoperator.runner.qemu.events.MonitorResult
Packages that use MonitorResult
-
Uses of MonitorResult in org.jdrupes.vmoperator.runner.qemu.events
Subclasses of MonitorResult in org.jdrupes.vmoperator.runner.qemu.eventsModifier and TypeClassDescriptionclass
AMonitorResult
that indicates that a CPU has been added.class
AMonitorResult
that indicates that a CPU has been deleted.class
AMonitorResult
that indicates that the display password has changed.class
AMonitorResult
that reports the hot pluggable CPU status.class
Signals that the QMP capabilities have been enabled.Methods in org.jdrupes.vmoperator.runner.qemu.events that return MonitorResultModifier and TypeMethodDescriptionstatic MonitorResult
MonitorResult.from
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Create event from data.