public static final class Domain.RebootFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACPI_POWER_BTN
Send ACPI event
|
static int |
DEFAULT
hypervisor choice
|
static int |
GUEST_AGENT
Use guest agent
|
static int |
INITCTL
Use initctl
|
static int |
PARAVIRT
Use paravirt guest control
|
static int |
SIGNAL
Send a signal
|
Constructor and Description |
---|
RebootFlags() |
public static final int DEFAULT
public static final int ACPI_POWER_BTN
public static final int GUEST_AGENT
public static final int INITCTL
public static final int SIGNAL
public static final int PARAVIRT