Package org.libvirt
Class StoragePoolInfo
- java.lang.Object
-
- org.libvirt.StoragePoolInfo
-
public class StoragePoolInfo extends java.lang.Object
Detailed information about a storage pool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoragePoolInfo.StoragePoolState
-
Field Summary
Fields Modifier and Type Field Description long
allocation
Current allocation byteslong
available
Remaining free space byteslong
capacity
Logical size bytesStoragePoolInfo.StoragePoolState
state
the running state
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
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
-
-