Interface Volume


public interface Volume
  • Method Details

    • getGroup

      VolumeGroup getGroup()
    • getUuid

      String getUuid()
    • getName

      String getName()
    • getSize

      long getSize()
    • getPath

      Path getPath()
    • remove

      void remove(com.sshtools.sequins.Progress progress) throws IOException
      Throws:
      IOException
    • increaseSpace

      void increaseSpace(long amount)
    • increaseSpaceTo

      void increaseSpaceTo(long size)