Class OnmsServiceStatusType

Represents an OpenNMS monitored service status type.

Hierarchy

  • OnmsEnum<string>
    • OnmsServiceStatusType

Implements

Constructors

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns {
        id: string;
        label: string;
    }

    • id: string
    • label: string