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 int
ATOMIC
atomically avoid partial changesstatic int
CURRENT
With redefine, make snapshot currentstatic int
DISK_ONLY
disk snapshot, not full systemstatic int
HALT
Stop running guest after snapshotstatic int
LIVE
create the snapshot while the guest is runningstatic int
NO_METADATA
Make snapshot without remembering itstatic int
QUIESCE
use guest agent to quiesce all mounted file systems within the domainstatic int
REDEFINE
Restore or alter metadatastatic int
REUSE_EXT
reuse any existing external filesstatic int
VALIDATE
validate 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
-
-