Uses of Class
org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
Packages that use QmpCommand
Package
Description
-
Uses of QmpCommand in org.jdrupes.vmoperator.runner.qemu.commands
Subclasses of QmpCommand in org.jdrupes.vmoperator.runner.qemu.commandsModifier and TypeClassDescriptionclassAQmpCommandthat plugs a CPU into an unused slot.classAQmpCommandthat configures the Qmp capabilities.classAQmpCommandthat triggers a media change in a CDROM drive.classAQmpCommandthat causes the Qemu process to continue execution.classAQmpCommandthat removes a CPU with the given id.classAQmpCommandthat pings the guest agent.classAQmpCommandthat requests the guest info.classAQmpCommandthat pings the guest agent.classAQmpCommandthat powers down the guest.classAQmpCommandthat causes a CDROM drive’s tray to be opened.classAQmpCommandthat send a system_powerdown to the VM.classAQmpCommandthat queries the hotpluggable CPUs.classAQmpCommandthat removes the medium from a CDROM drive.classAQmpCommandthat send a system_reset to the VM.classAQmpCommandthat sets the balloon value.classAQmpCommandthat sets the display password.classAQmpCommandthat sets the password expiry. -
Uses of QmpCommand in org.jdrupes.vmoperator.runner.qemu.events
Methods in org.jdrupes.vmoperator.runner.qemu.events that return QmpCommandModifier and TypeMethodDescriptionGuestAgentCommand.command()Gets the command.MonitorCommand.command()Gets the command.MonitorResult.executed()Returns the executed executed.Methods in org.jdrupes.vmoperator.runner.qemu.events with parameters of type QmpCommandModifier and TypeMethodDescriptionstatic MonitorResultMonitorResult.from(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Create event from data.Constructors in org.jdrupes.vmoperator.runner.qemu.events with parameters of type QmpCommandModifierConstructorDescriptionCpuAdded(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.GuestAgentCommand(QmpCommand command) Instantiates a new exec qmp command.HotpluggableCpuStatus(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response) Instantiates a new hotpluggable cpu result.MonitorCommand(QmpCommand command) Instantiates a new exec qmp command.protectedMonitorResult(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.