Package org.libvirt

Class Domain.CheckpointListFlags

java.lang.Object
org.libvirt.Domain.CheckpointListFlags
Enclosing class:
Domain

public static final class Domain.CheckpointListFlags extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DESCENDANTS

      public static final int DESCENDANTS
      List all descendants, not just children, when listing a checkpoint (Since: 5.6.0)
      See Also:
    • ROOTS

      public static final int ROOTS
      Filter by checkpoints with no parents, when listing a domain (Since: 5.6.0)
      See Also:
    • TOPOLOGICAL

      public static final int TOPOLOGICAL
      Ensure parents occur before children in the resulting list (Since: 5.6.0)
      See Also:
    • LEAVES

      public static final int LEAVES
      Filter by checkpoints with no children (Since: 5.6.0)
      See Also:
    • NO_LEAVES

      public static final int NO_LEAVES
      Filter by checkpoints that have children (Since: 5.6.0)
      See Also:
  • Constructor Details

    • CheckpointListFlags

      public CheckpointListFlags()