Package org.libvirt

Class Domain.SnapshotListFlags

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Filter by snapshots taken while guest was active, and with memory state
    static 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 state
    static final int
    Filter by snapshots that use files external to disk images
    static final int
    Filter by snapshots taken while guest was shut off
    static final int
    Filter by snapshots stored internal to disk images
    static final int
    Filter by snapshots with no children
    static final int
    Filter by snapshots which have metadata
    static final int
    Filter by snapshots that have children
    static final int
    Filter by snapshots with no metadata
    static final int
    Filter by snapshots with no parents, when listing a domain
    static final int
    Ensure parents occur before children in the resulting list
  • 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 snapshot For historical reasons, groups do not use contiguous bits.
    • ROOTS

      public static final int ROOTS
      Filter by snapshots with no parents, when listing a domain
    • METADATA

      public static final int METADATA
      Filter by snapshots which have metadata
    • LEAVES

      public static final int LEAVES
      Filter by snapshots with no children
    • NO_LEAVES

      public static final int NO_LEAVES
      Filter by snapshots that have children
    • NO_METADATA

      public static final int NO_METADATA
      Filter by snapshots with no metadata
    • INACTIVE

      public static final int INACTIVE
      Filter by snapshots taken while guest was shut off
    • ACTIVE

      public static final int ACTIVE
      Filter by snapshots taken while guest was active, and with memory state
    • DISK_ONLY

      public static final int DISK_ONLY
      Filter by snapshots taken while guest was active, but without memory state
    • INTERNAL

      public static final int INTERNAL
      Filter by snapshots stored internal to disk images
    • EXTERNAL

      public static final int EXTERNAL
      Filter by snapshots that use files external to disk images
    • TOPOLOGICAL

      public static final int TOPOLOGICAL
      Ensure parents occur before children in the resulting list
  • Constructor Details

    • SnapshotListFlags

      public SnapshotListFlags()