Uses of Class
org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
Package
Description
-
Uses of QmpCommand in org.jdrupes.vmoperator.runner.qemu.commands
Modifier and TypeClassDescriptionclass
AQmpCommand
that plugs a CPU into an unused slot.class
AQmpCommand
that configures the Qmp capabilities.class
AQmpCommand
that triggers a media change in a CDROM drive.class
AQmpCommand
that causes the Qemu process to continue execution.class
AQmpCommand
that removes a CPU with the given id.class
AQmpCommand
that causes a CDROM drive’s tray to be opened.class
AQmpCommand
that send a system_powerdown to the VM.class
AQmpCommand
that queries the hotpluggable CPUs.class
AQmpCommand
that removes the medium from a CDROM drive.class
AQmpCommand
that send a system_reset to the VM.class
AQmpCommand
that sets the balloon value.class
AQmpCommand
that sets the display password.class
AQmpCommand
that sets the password expiry. -
Uses of QmpCommand in org.jdrupes.vmoperator.runner.qemu.events
Modifier and TypeMethodDescriptionMonitorCommand.command()
Gets the command.MonitorResult.executed()
Returns the executed executed.Modifier and TypeMethodDescriptionstatic MonitorResult
MonitorResult.from
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Create event from data.ModifierConstructorDescriptionCpuAdded
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new cpu added.CpuDeleted
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new cpu deleted.DisplayPasswordChanged
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new display password changed.HotpluggableCpuStatus
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new hotpluggable cpu result.MonitorCommand
(QmpCommand command) Instantiates a new exec qmp command.protected
MonitorResult
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new monitor result.QmpConfigured
(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new monitor ready.