Class QmpSetDisplayPassword

java.lang.Object
org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
org.jdrupes.vmoperator.runner.qemu.commands.QmpSetDisplayPassword

public class QmpSetDisplayPassword extends QmpCommand
A QmpCommand that sets the display password.
  • Constructor Details

    • QmpSetDisplayPassword

      public QmpSetDisplayPassword(String protocol, String password)
      Instantiates a new command.
      Parameters:
      protocol - the protocol
      password - the password
  • Method Details