Package org.libvirt
Class Domain.SnapshotCreateFlags
java.lang.Object
org.libvirt.Domain.SnapshotCreateFlags
- Enclosing class:
- Domain
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
atomically avoid partial changesstatic final int
With redefine, make snapshot currentstatic final int
disk snapshot, not full systemstatic final int
Stop running guest after snapshotstatic final int
create the snapshot while the guest is runningstatic final int
Make snapshot without remembering itstatic final int
use guest agent to quiesce all mounted file systems within the domainstatic final int
Restore or alter metadatastatic final int
reuse any existing external filesstatic final int
validate the XML against the schema -
Constructor Summary
-
Method Summary
-
Field Details
-
REDEFINE
public static final int REDEFINERestore or alter metadata -
CURRENT
public static final int CURRENTWith redefine, make snapshot current -
NO_METADATA
public static final int NO_METADATAMake snapshot without remembering it -
HALT
public static final int HALTStop running guest after snapshot -
DISK_ONLY
public static final int DISK_ONLYdisk snapshot, not full system -
REUSE_EXT
public static final int REUSE_EXTreuse any existing external files -
QUIESCE
public static final int QUIESCEuse guest agent to quiesce all mounted file systems within the domain -
ATOMIC
public static final int ATOMICatomically avoid partial changes -
LIVE
public static final int LIVEcreate the snapshot while the guest is running -
VALIDATE
public static final int VALIDATEvalidate the XML against the schema
-
-
Constructor Details
-
SnapshotCreateFlags
public SnapshotCreateFlags()
-