Package org.libvirt
Class Domain.CheckpointListFlags
java.lang.Object
org.libvirt.Domain.CheckpointListFlags
- Enclosing class:
- Domain
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
List all descendants, not just children, when listing a checkpoint (Since: 5.6.0)static final int
Filter by checkpoints with no children (Since: 5.6.0)static final int
Filter by checkpoints that have children (Since: 5.6.0)static final int
Filter by checkpoints with no parents, when listing a domain (Since: 5.6.0)static final int
Ensure parents occur before children in the resulting list (Since: 5.6.0) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DESCENDANTS
public static final int DESCENDANTSList all descendants, not just children, when listing a checkpoint (Since: 5.6.0)- See Also:
-
ROOTS
public static final int ROOTSFilter by checkpoints with no parents, when listing a domain (Since: 5.6.0)- See Also:
-
TOPOLOGICAL
public static final int TOPOLOGICALEnsure parents occur before children in the resulting list (Since: 5.6.0)- See Also:
-
LEAVES
public static final int LEAVESFilter by checkpoints with no children (Since: 5.6.0)- See Also:
-
NO_LEAVES
public static final int NO_LEAVESFilter by checkpoints that have children (Since: 5.6.0)- See Also:
-
-
Constructor Details
-
CheckpointListFlags
public CheckpointListFlags()
-