Package org.libvirt
Class Domain.SnapshotCreateFlags
- java.lang.Object
-
- org.libvirt.Domain.SnapshotCreateFlags
-
- Enclosing class:
- Domain
public static final class Domain.SnapshotCreateFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intATOMICatomically avoid partial changesstatic intCURRENTWith redefine, make snapshot currentstatic intDISK_ONLYdisk snapshot, not full systemstatic intHALTStop running guest after snapshotstatic intLIVEcreate the snapshot while the guest is runningstatic intNO_METADATAMake snapshot without remembering itstatic intQUIESCEuse guest agent to quiesce all mounted file systems within the domainstatic intREDEFINERestore or alter metadatastatic intREUSE_EXTreuse any existing external filesstatic intVALIDATEvalidate the XML against the schema
-
Constructor Summary
Constructors Constructor Description SnapshotCreateFlags()
-
-
-
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
-
-