public enum vdev_aux_t extends Enum<vdev_aux_t>
| Modifier and Type | Method and Description |
|---|---|
static vdev_aux_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static vdev_aux_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final vdev_aux_t VDEV_AUX_NONE
public static final vdev_aux_t VDEV_AUX_OPEN_FAILED
public static final vdev_aux_t VDEV_AUX_CORRUPT_DATA
public static final vdev_aux_t VDEV_AUX_NO_REPLICAS
public static final vdev_aux_t VDEV_AUX_BAD_GUID_SUM
public static final vdev_aux_t VDEV_AUX_TOO_SMALL
public static final vdev_aux_t VDEV_AUX_BAD_LABEL
public static final vdev_aux_t VDEV_AUX_VERSION_NEWER
public static final vdev_aux_t VDEV_AUX_VERSION_OLDER
public static final vdev_aux_t VDEV_AUX_SPARED
public static final vdev_aux_t VDEV_AUX_ERR_EXCEEDED
public static final vdev_aux_t VDEV_AUX_IO_FAILURE
public static vdev_aux_t[] values()
for (vdev_aux_t c : vdev_aux_t.values()) System.out.println(c);
public static vdev_aux_t valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2017. All rights reserved.