Disconnected
csw.alarm.models.FullAlarmSeverity.Disconnected
case object Disconnected extends FullAlarmSeverity
Represents the disconnected state of an alarm. This severity is never set by a developer explicitly. Rather it is inferred as Disconnected
when the severity of an alarm expires and component is unable to refresh the severity.
Attributes
- Graph
-
- Supertypes
- Self type
-
Disconnected.type
Members list
Value members
Inherited methods
String representation of this Enum Entry.
String representation of this Enum Entry.
Override in your implementation if needed
Attributes
- Inherited from:
- EnumEntry
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
The name of Severity e.g. for Major
, the name will be represented as major
The name of Severity e.g. for Major
, the name will be represented as major
Attributes
- Inherited from:
- FullAlarmSeverity
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- FullAlarmSeverity
In this article