Package org.libvirt

Class Domain.SnapshotCreateFlags

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    atomically avoid partial changes
    static final int
    With redefine, make snapshot current
    static final int
    disk snapshot, not full system
    static final int
    Stop running guest after snapshot
    static final int
    create the snapshot while the guest is running
    static final int
    Make snapshot without remembering it
    static final int
    use guest agent to quiesce all mounted file systems within the domain
    static final int
    Restore or alter metadata
    static final int
    reuse any existing external files
    static final int
    validate the XML against the schema
  • 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

    • 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 Details

    • SnapshotCreateFlags

      public SnapshotCreateFlags()