| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs.jna |
Low level API to libzfs through JNA.
|
| Modifier and Type | Method and Description |
|---|---|
static vdev_aux_t |
vdev_aux_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static vdev_aux_t[] |
vdev_aux_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
libzfs.zpool_state_to_name(vdev_state_t state,
vdev_aux_t aux) |
int |
libzfs.zpool_vdev_degrade(zpool_handle_t pool,
long guid,
vdev_aux_t aux) |
int |
libzfs.zpool_vdev_fault(zpool_handle_t pool,
long guid,
vdev_aux_t aux) |
Copyright © 2008–2017. All rights reserved.