Package org.libvirt

Class Domain.SnapshotCreateFlags

  • Enclosing class:
    Domain

    public static final class Domain.SnapshotCreateFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ATOMIC
      atomically avoid partial changes
      static int CURRENT
      With redefine, make snapshot current
      static int DISK_ONLY
      disk snapshot, not full system
      static int HALT
      Stop running guest after snapshot
      static int LIVE
      create the snapshot while the guest is running
      static int NO_METADATA
      Make snapshot without remembering it
      static int QUIESCE
      use guest agent to quiesce all mounted file systems within the domain
      static int REDEFINE
      Restore or alter metadata
      static int REUSE_EXT
      reuse any existing external files
      static int VALIDATE
      validate the XML against the schema
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • REDEFINE

        public static final int REDEFINE
        Restore or alter metadata
      • CURRENT

        public static final int CURRENT
        With redefine, make snapshot current
      • NO_METADATA

        public static final int NO_METADATA
        Make snapshot without remembering it
      • HALT

        public static final int HALT
        Stop running guest after snapshot
      • DISK_ONLY

        public static final int DISK_ONLY
        disk snapshot, not full system
      • REUSE_EXT

        public static final int REUSE_EXT
        reuse any existing external files
      • QUIESCE

        public static final int QUIESCE
        use guest agent to quiesce all mounted file systems within the domain
      • ATOMIC

        public static final int ATOMIC
        atomically avoid partial changes
      • LIVE

        public static final int LIVE
        create the snapshot while the guest is running
      • VALIDATE

        public static final int VALIDATE
        validate the XML against the schema
    • Constructor Detail

      • SnapshotCreateFlags

        public SnapshotCreateFlags()