Package org.libvirt

Class Domain.XMLFlags

  • Enclosing class:
    Domain

    public static final class Domain.XMLFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int INACTIVE
      dump inactive domain information
      static int MIGRATABLE
      dump XML suitable for migration
      static int SECURE
      dump security sensitive information too
      static int UPDATE_CPU
      update guest CPU requirements according to host CPU
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SECURE

        public static final int SECURE
        dump security sensitive information too
      • INACTIVE

        public static final int INACTIVE
        dump inactive domain information
      • UPDATE_CPU

        public static final int UPDATE_CPU
        update guest CPU requirements according to host CPU
      • MIGRATABLE

        public static final int MIGRATABLE
        dump XML suitable for migration
    • Constructor Detail

      • XMLFlags

        public XMLFlags()