public static final class Domain.SnapshotListFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
Filter by snapshots taken while guest was active, and with
memory state
|
static int |
DESCENDANTS
List all descendants, not just children, when listing a snapshot
For historical reasons, groups do not use contiguous bits.
|
static int |
DISK_ONLY
Filter by snapshots taken while guest was active, but without
memory state
|
static int |
EXTERNAL
Filter by snapshots that use files external to disk images
|
static int |
INACTIVE
Filter by snapshots taken while guest was shut off
|
static int |
INTERNAL
Filter by snapshots stored internal to disk images
|
static int |
LEAVES
Filter by snapshots with no children
|
static int |
METADATA
Filter by snapshots which have metadata
|
static int |
NO_LEAVES
Filter by snapshots that have children
|
static int |
NO_METADATA
Filter by snapshots with no metadata
|
static int |
ROOTS
Filter by snapshots with no parents, when listing a domain
|
static int |
TOPOLOGICAL
Ensure parents occur before children in the resulting list
|
Constructor and Description |
---|
SnapshotListFlags() |
public static final int DESCENDANTS
public static final int ROOTS
public static final int METADATA
public static final int LEAVES
public static final int NO_LEAVES
public static final int NO_METADATA
public static final int INACTIVE
public static final int ACTIVE
public static final int DISK_ONLY
public static final int INTERNAL
public static final int EXTERNAL
public static final int TOPOLOGICAL