Package org.libvirt
Class StorageVolInfo
- java.lang.Object
-
- org.libvirt.StorageVolInfo
-
public class StorageVolInfo extends java.lang.ObjectDetailed information about a storage pool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageVolInfo.VirStorageVolType
-
Field Summary
Fields Modifier and Type Field Description longallocationCurrent allocation byteslongcapacityLogical size bytesStorageVolInfo.VirStorageVolTypetypeThe type of the Volume
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
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
-
-