Package org.libvirt
Class Domain.SnapshotListFlags
java.lang.Object
org.libvirt.Domain.SnapshotListFlags
- Enclosing class:
- Domain
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Filter by snapshots taken while guest was active, and with memory statestatic final int
List all descendants, not just children, when listing a snapshot For historical reasons, groups do not use contiguous bits.static final int
Filter by snapshots taken while guest was active, but without memory statestatic final int
Filter by snapshots that use files external to disk imagesstatic final int
Filter by snapshots taken while guest was shut offstatic final int
Filter by snapshots stored internal to disk imagesstatic final int
Filter by snapshots with no childrenstatic final int
Filter by snapshots which have metadatastatic final int
Filter by snapshots that have childrenstatic final int
Filter by snapshots with no metadatastatic final int
Filter by snapshots with no parents, when listing a domainstatic final int
Ensure parents occur before children in the resulting list -
Constructor Summary
-
Method Summary
-
Field Details
-
DESCENDANTS
public static final int DESCENDANTSList all descendants, not just children, when listing a snapshot For historical reasons, groups do not use contiguous bits. -
ROOTS
public static final int ROOTSFilter by snapshots with no parents, when listing a domain -
METADATA
public static final int METADATAFilter by snapshots which have metadata -
LEAVES
public static final int LEAVESFilter by snapshots with no children -
NO_LEAVES
public static final int NO_LEAVESFilter by snapshots that have children -
NO_METADATA
public static final int NO_METADATAFilter by snapshots with no metadata -
INACTIVE
public static final int INACTIVEFilter by snapshots taken while guest was shut off -
ACTIVE
public static final int ACTIVEFilter by snapshots taken while guest was active, and with memory state -
DISK_ONLY
public static final int DISK_ONLYFilter by snapshots taken while guest was active, but without memory state -
INTERNAL
public static final int INTERNALFilter by snapshots stored internal to disk images -
EXTERNAL
public static final int EXTERNALFilter by snapshots that use files external to disk images -
TOPOLOGICAL
public static final int TOPOLOGICALEnsure parents occur before children in the resulting list
-
-
Constructor Details
-
SnapshotListFlags
public SnapshotListFlags()
-