Class QmpSetPasswordExpiry

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

public class QmpSetPasswordExpiry extends QmpCommand
A QmpCommand that sets the password expiry.
  • Constructor Details

    • QmpSetPasswordExpiry

      public QmpSetPasswordExpiry(String protocol, String expiry)
      Instantiates a new command.
      Parameters:
      protocol - the protocol
      expiry - the expiry time
  • Method Details