Package org.libvirt
Class StoragePoolInfo
- java.lang.Object
-
- org.libvirt.StoragePoolInfo
-
public class StoragePoolInfo extends java.lang.ObjectDetailed information about a storage pool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStoragePoolInfo.StoragePoolState
-
Field Summary
Fields Modifier and Type Field Description longallocationCurrent allocation byteslongavailableRemaining free space byteslongcapacityLogical size bytesStoragePoolInfo.StoragePoolStatestatethe running state
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
state
public StoragePoolInfo.StoragePoolState state
the running state
-
capacity
public long capacity
Logical size bytes
-
allocation
public long allocation
Current allocation bytes
-
available
public long available
Remaining free space bytes
-
-