Class OnmsManagedType

Represents an OpenNMS node "is managed" type.

Hierarchy

  • OnmsEnum<string>
    • OnmsManagedType

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 }

  • Given an ID, return the matching managed type object.

    Parameters

    • Optionalid: string

    Returns any

  • Given a label, return the matching managed type object.

    Parameters

    • Optionallabel: string

    Returns any