public enum TackerVimStatus extends Enum<TackerVimStatus>
The state of a Tacker (VIM) entity.
Indicates whether tacker vim resource is currently operational.
Enum Constant and Description |
---|
ERROR |
PENDING |
REACHABLE |
REGISTERING |
UNREACHABLE |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static TackerVimStatus |
forValue(String value) |
static TackerVimStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TackerVimStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TackerVimStatus REGISTERING
public static final TackerVimStatus REACHABLE
public static final TackerVimStatus UNREACHABLE
public static final TackerVimStatus PENDING
public static final TackerVimStatus ERROR
public static final TackerVimStatus UNRECOGNIZED
public static TackerVimStatus[] values()
for (TackerVimStatus c : TackerVimStatus.values()) System.out.println(c);
public static TackerVimStatus 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 nullpublic static TackerVimStatus forValue(String value)
Copyright © 2017. All rights reserved.