Package org.libvirt
Class Domain.CreateFlags
- java.lang.Object
-
- org.libvirt.Domain.CreateFlags
-
- Enclosing class:
- Domain
public static final class Domain.CreateFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTODESTROY
Automatically kill guest when virConnectPtr is closedstatic int
BYPASS_CACHE
Avoid file system cache pollutionstatic int
FORCE_BOOT
Boot, discarding any managed savestatic int
NONE
Default behaviorstatic int
PAUSED
Launch guest in paused statestatic int
VALIDATE
Validate the XML document against schema
-
Constructor Summary
Constructors Constructor Description CreateFlags()
-
-
-
Field Detail
-
NONE
public static final int NONE
Default behavior- See Also:
- Constant Field Values
-
PAUSED
public static final int PAUSED
Launch guest in paused state
-
AUTODESTROY
public static final int AUTODESTROY
Automatically kill guest when virConnectPtr is closed
-
BYPASS_CACHE
public static final int BYPASS_CACHE
Avoid file system cache pollution
-
FORCE_BOOT
public static final int FORCE_BOOT
Boot, discarding any managed save
-
VALIDATE
public static final int VALIDATE
Validate the XML document against schema
-
-