Package org.libvirt

Class StorageVol.ResizeFlags

  • Enclosing class:
    StorageVol

    public static final class StorageVol.ResizeFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALLOCATE
      force allocation of new size
      static int DELTA
      size is relative to current
      static int SHRINK
      allow decrease in capacity
    • Constructor Summary

      Constructors 
      Constructor Description
      ResizeFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ResizeFlags

        public ResizeFlags()