Package org.libvirt
Class StorageVolInfo
- java.lang.Object
-
- org.libvirt.StorageVolInfo
-
public class StorageVolInfo extends java.lang.Object
Detailed information about a storage pool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StorageVolInfo.VirStorageVolType
-
Field Summary
Fields Modifier and Type Field Description long
allocation
Current allocation byteslong
capacity
Logical size bytesStorageVolInfo.VirStorageVolType
type
The type of the Volume
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
type
public StorageVolInfo.VirStorageVolType type
The type of the Volume
-
capacity
public long capacity
Logical size bytes
-
allocation
public long allocation
Current allocation bytes
-
-