public class StorageVolInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StorageVolInfo.VirStorageVolType |
Modifier and Type | Field and Description |
---|---|
long |
allocation
Current allocation bytes
|
long |
capacity
Logical size bytes
|
StorageVolInfo.VirStorageVolType |
type
The type of the Volume
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public StorageVolInfo.VirStorageVolType type
public long capacity
public long allocation