Class VmBootOptionsUpdateRequest

java.lang.Object
com.iland.core.web.rest.request.vm.VmBootOptionsUpdateRequest
All Implemented Interfaces:
Serializable

public class VmBootOptionsUpdateRequest extends Object implements Serializable
Vm Boot Options Update Request.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • VmBootOptionsUpdateRequest

      public VmBootOptionsUpdateRequest(long bootDelay, boolean enterBIOS)
  • Method Details

    • getBootDelay

      public long getBootDelay()
      Get the VM boot delay in milliseconds.
      Returns:
      boot delay in milliseconds
    • isEnterBIOS

      public boolean isEnterBIOS()
      Get whether the VM will force enter BIOS on restart.
      Returns:
      force enter bios on next reboot
    • toString

      public String toString()
      Overrides:
      toString in class Object