Java API
record

DiskInfo

me.tamkungz.hostlens.DiskInfo

Version
1.0.0
Java
21
Source file
me/tamkungz/hostlens/DiskInfo.java
Repository
View source ↗
public record DiskInfo( String name, String mount, String fileSystem, String type, long totalBytes, long usableBytes, long unallocatedBytes, boolean readOnly )

Components 8

name

String name

mount

String mount

fileSystem

String fileSystem

type

String type

totalBytes

long totalBytes

usableBytes

long usableBytes

unallocatedBytes

long unallocatedBytes

readOnly

boolean readOnly