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;
    }

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

    Parameters

    • Optional label: string

    Returns any