com.collation.platform.model.topology.enums
Interface SMSComponentStatusEnum
- All Superinterfaces:
- Enumeration
public interface SMSComponentStatusEnum
- extends Enumeration
Indicates the health of the component. Values are:
GREEN (0) = OK
YELLOW (1) = Warning
RED (2) = Critical
A Green status indicates that there are no warning or error
messages. A Yellow status indicates that warning messages were
generated, but not error messages. A Red status indicates that
there are error messages.
UKNOWN
static final int UKNOWN
- See Also:
- Constant Field Values
OTHER
static final int OTHER
- See Also:
- Constant Field Values
GREEN
static final int GREEN
- See Also:
- Constant Field Values
YELLOW
static final int YELLOW
- See Also:
- Constant Field Values
RED
static final int RED
- See Also:
- Constant Field Values