public enum ZPoolStatus extends Enum<ZPoolStatus>
| Modifier and Type | Field and Description |
|---|---|
String |
action
Human readable description of how to resolve the problem.
|
String |
status
Human readable description of what this status means.
|
| Modifier and Type | Method and Description |
|---|---|
static ZPoolStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZPoolStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZPoolStatus ZPOOL_STATUS_CORRUPT_CACHE
public static final ZPoolStatus ZPOOL_STATUS_MISSING_DEV_R
public static final ZPoolStatus ZPOOL_STATUS_MISSING_DEV_NR
public static final ZPoolStatus ZPOOL_STATUS_CORRUPT_LABEL_R
public static final ZPoolStatus ZPOOL_STATUS_CORRUPT_LABEL_NR
public static final ZPoolStatus ZPOOL_STATUS_BAD_GUID_SUM
public static final ZPoolStatus ZPOOL_STATUS_CORRUPT_POOL
public static final ZPoolStatus ZPOOL_STATUS_CORRUPT_DATA
public static final ZPoolStatus ZPOOL_STATUS_FAILING_DEV
public static final ZPoolStatus ZPOOL_STATUS_VERSION_NEWER
public static final ZPoolStatus ZPOOL_STATUS_HOSTID_MISMATCH
public static final ZPoolStatus ZPOOL_STATUS_IO_FAILURE_WAIT
public static final ZPoolStatus ZPOOL_STATUS_IO_FAILURE_CONTINUE
public static final ZPoolStatus ZPOOL_STATUS_BAD_LOG
public static final ZPoolStatus ZPOOL_STATUS_UNSUP_FEAT_READ
public static final ZPoolStatus ZPOOL_STATUS_UNSUP_FEAT_WRITE
public static final ZPoolStatus ZPOOL_STATUS_FAULTED_DEV_R
public static final ZPoolStatus ZPOOL_STATUS_FAULTED_DEV_NR
public static final ZPoolStatus ZPOOL_STATUS_VERSION_OLDER
public static final ZPoolStatus ZPOOL_STATUS_FEAT_DISABLED
public static final ZPoolStatus ZPOOL_STATUS_RESILVERING
public static final ZPoolStatus ZPOOL_STATUS_OFFLINE_DEV
public static final ZPoolStatus ZPOOL_STATUS_REMOVED_DEV
public static final ZPoolStatus ZPOOL_STATUS_OK
public final String status
public final String action
public static ZPoolStatus[] values()
for (ZPoolStatus c : ZPoolStatus.values()) System.out.println(c);
public static ZPoolStatus 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.