Class OnmsSnmpStatusType

Represents an OpenNMS SNMP admin/oper status type.

Hierarchy

  • OnmsEnum<number>
    • OnmsSnmpStatusType

Implements

Constructors

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns { id: number; label: string }

  • Given a label, return the matching snmp status type object.

    Parameters

    • Optionallabel: string

    Returns any