|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.StoragePoolInfo
public class StoragePoolInfo
Detailed information about a storage pool.
Nested Class Summary | |
---|---|
static class |
StoragePoolInfo.StoragePoolState
|
Field Summary | |
---|---|
long |
allocation
Current allocation bytes |
long |
available
Remaining free space bytes |
long |
capacity
Logical size bytes |
StoragePoolInfo.StoragePoolState |
state
the running state |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public StoragePoolInfo.StoragePoolState state
public long capacity
public long allocation
public long available
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |