Package org.libvirt

Class Domain.VcpuFlags

  • Enclosing class:
    Domain

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

      Fields 
      Modifier and Type Field Description
      static int CONFIG  
      static int CURRENT  
      static int GUEST
      Modify state of the cpu in the guest
      static int HOTPLUGGABLE
      Make vcpus added hot(un)pluggable
      static int LIVE  
      static int MAXIMUM
      Max rather than current count
    • Constructor Summary

      Constructors 
      Constructor Description
      VcpuFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CONFIG

        public static final int CONFIG
      • LIVE

        public static final int LIVE
      • MAXIMUM

        public static final int MAXIMUM
        Max rather than current count
      • GUEST

        public static final int GUEST
        Modify state of the cpu in the guest
      • HOTPLUGGABLE

        public static final int HOTPLUGGABLE
        Make vcpus added hot(un)pluggable
    • Constructor Detail

      • VcpuFlags

        public VcpuFlags()