Class StoragePoolInfo
java.lang.Object
org.libvirt.StoragePoolInfo
Detailed information about a storage pool.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Current allocation byteslong
Remaining free space byteslong
Logical size bytesthe running state -
Method Summary
-
Field Details
-
state
the running state -
capacity
public long capacityLogical size bytes -
allocation
public long allocationCurrent allocation bytes -
available
public long availableRemaining free space bytes
-
-
Method Details
-
toString
-