Package org.libvirt

Class Domain.BlockCopyFlags

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

public static final class Domain.BlockCopyFlags extends Object
  • Field Details

    • SHALLOW

      public static int SHALLOW
      Limit copy to top of source backing chain
    • REUSE_EXT

      public static int REUSE_EXT
      Reuse existing external file for a copy
    • TRANSIENT_JOB

      public static int TRANSIENT_JOB
      Don't force usage of recoverable job for the copy operation
    • SYNCHRONOUS_WRITES

      public static int SYNCHRONOUS_WRITES
      Force the copy job to synchronously propagate guest writes into the destination image, so that the copy is guaranteed to converge
  • Constructor Details

    • BlockCopyFlags

      public BlockCopyFlags()