Package org.libvirt
Class StoragePool.VolumeCreateFlags
- java.lang.Object
-
- org.libvirt.StoragePool.VolumeCreateFlags
-
- Enclosing class:
- StoragePool
public static final class StoragePool.VolumeCreateFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
PREALLOC_METADATA
static int
REFLINK
perform a btrfs lightweight copy
-
Constructor Summary
Constructors Constructor Description VolumeCreateFlags()
-
-
-
Field Detail
-
PREALLOC_METADATA
public static final int PREALLOC_METADATA
- See Also:
- Constant Field Values
-
REFLINK
public static final int REFLINK
perform a btrfs lightweight copy- See Also:
- Constant Field Values
-
-