public static final class Domain.CreateFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AUTODESTROY
Automatically kill guest when virConnectPtr is closed
|
static int |
BYPASS_CACHE
Avoid file system cache pollution
|
static int |
FORCE_BOOT
Boot, discarding any managed save
|
static int |
NONE
Default behavior
|
static int |
PAUSED
Launch guest in paused state
|
static int |
VALIDATE
Validate the XML document against schema
|
Constructor and Description |
---|
CreateFlags() |
public static final int NONE
public static final int PAUSED
public static final int AUTODESTROY
public static final int BYPASS_CACHE
public static final int FORCE_BOOT
public static final int VALIDATE