Package org.libvirt

Class 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 closed
      static int BYPASS_CACHE
      Avoid file system cache pollution
      static int FORCE_BOOT
      Boot, discarding any managed save
      static int NONE
      Default behavior
      static int PAUSED
      Launch guest in paused state
      static int VALIDATE
      Validate the XML document against schema
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • CreateFlags

        public CreateFlags()