Package org.libvirt
Class Domain.BlockCopyFlags
java.lang.Object
org.libvirt.Domain.BlockCopyFlags
- Enclosing class:
- Domain
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
Reuse existing external file for a copystatic int
Limit copy to top of source backing chainstatic int
Force the copy job to synchronously propagate guest writes into the destination image, so that the copy is guaranteed to convergestatic int
Don't force usage of recoverable job for the copy operation -
Constructor Summary
-
Method Summary
-
Field Details
-
SHALLOW
public static int SHALLOWLimit copy to top of source backing chain -
REUSE_EXT
public static int REUSE_EXTReuse existing external file for a copy -
TRANSIENT_JOB
public static int TRANSIENT_JOBDon't force usage of recoverable job for the copy operation -
SYNCHRONOUS_WRITES
public static int SYNCHRONOUS_WRITESForce 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()
-