public static final class Domain.SnapshotCreateFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ATOMIC
atomically avoid partial changes
|
static int |
CURRENT
With redefine, make snapshot current
|
static int |
DISK_ONLY
disk snapshot, not full system
|
static int |
HALT
Stop running guest after snapshot
|
static int |
LIVE
create the snapshot while the guest is running
|
static int |
NO_METADATA
Make snapshot without remembering it
|
static int |
QUIESCE
use guest agent to quiesce all mounted file systems within the domain
|
static int |
REDEFINE
Restore or alter metadata
|
static int |
REUSE_EXT
reuse any existing external files
|
static int |
VALIDATE
validate the XML against the schema
|
Constructor and Description |
---|
SnapshotCreateFlags() |
public static final int REDEFINE
public static final int CURRENT
public static final int NO_METADATA
public static final int HALT
public static final int DISK_ONLY
public static final int REUSE_EXT
public static final int QUIESCE
public static final int ATOMIC
public static final int LIVE
public static final int VALIDATE