Package org.libvirt
Class StorageVol.ResizeFlags
- java.lang.Object
-
- org.libvirt.StorageVol.ResizeFlags
-
- Enclosing class:
- StorageVol
public static final class StorageVol.ResizeFlags extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResizeFlags()
-
-
-
Field Detail
-
ALLOCATE
public static final int ALLOCATE
force allocation of new size- See Also:
- Constant Field Values
-
DELTA
public static final int DELTA
size is relative to current- See Also:
- Constant Field Values
-
SHRINK
public static final int SHRINK
allow decrease in capacity- See Also:
- Constant Field Values
-
-