Package org.libvirt
Class Domain.RebootFlags
- java.lang.Object
-
- org.libvirt.Domain.RebootFlags
-
- Enclosing class:
- Domain
public static final class Domain.RebootFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACPI_POWER_BTN
Send ACPI eventstatic int
DEFAULT
hypervisor choicestatic int
GUEST_AGENT
Use guest agentstatic int
INITCTL
Use initctlstatic int
PARAVIRT
Use paravirt guest controlstatic int
SIGNAL
Send a signal
-
Constructor Summary
Constructors Constructor Description RebootFlags()
-
-
-
Field Detail
-
DEFAULT
public static final int DEFAULT
hypervisor choice- See Also:
- Constant Field Values
-
ACPI_POWER_BTN
public static final int ACPI_POWER_BTN
Send ACPI event
-
GUEST_AGENT
public static final int GUEST_AGENT
Use guest agent
-
INITCTL
public static final int INITCTL
Use initctl
-
SIGNAL
public static final int SIGNAL
Send a signal
-
PARAVIRT
public static final int PARAVIRT
Use paravirt guest control
-
-