name
String nameme.tamkungz.hostlens.DiskInfo
public record DiskInfo( String name, String mount, String fileSystem, String type, long totalBytes, long usableBytes, long unallocatedBytes, boolean readOnly, long usedBytes, double usedPercent, String device, String volumeName, String driveType, String mediaType, boolean rootMount, boolean systemMount, boolean removable, boolean network, boolean virtual, boolean ssd, String source )String nameString mountString fileSystemString typelong totalByteslong usableByteslong unallocatedBytesboolean readOnlylong usedBytesdouble usedPercentString deviceString volumeNameString driveTypeString mediaTypeboolean rootMountboolean systemMountboolean removableboolean networkboolean virtualboolean ssdString sourcepublic DiskInfo( String name, String mount, String fileSystem, String type, long totalBytes, long usableBytes, long unallocatedBytes, boolean readOnly )