Package org.libvirt
Class StorageVol.ResizeFlags
java.lang.Object
org.libvirt.StorageVol.ResizeFlags
- Enclosing class:
- StorageVol
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ALLOCATE
public static final int ALLOCATEforce allocation of new size- See Also:
-
DELTA
public static final int DELTAsize is relative to current- See Also:
-
SHRINK
public static final int SHRINKallow decrease in capacity- See Also:
-
-
Constructor Details
-
ResizeFlags
public ResizeFlags()
-