Class ServerType

Represents an OpenNMS server type.

Hierarchy

  • OnmsEnum<number>
    • ServerType

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns { id: number; label: string }