public interface VolumeGroup
-
Method Details
-
getName
String getName() -
getSize
long getSize() -
getFree
long getFree() -
getVolumes
- Throws:
IOException
-
createVolume
UndoableResult<Volume> createVolume(long size, String name, com.sshtools.sequins.Progress progress) throws IOException - Throws:
IOException
-
getPath
Path getPath()
-