public class StoragePoolInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePoolInfo.StoragePoolState |
| Modifier and Type | Field and Description |
|---|---|
long |
allocation
Current allocation bytes
|
long |
available
Remaining free space bytes
|
long |
capacity
Logical size bytes
|
StoragePoolInfo.StoragePoolState |
state
the running state
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public StoragePoolInfo.StoragePoolState state
public long capacity
public long allocation
public long available