Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsResource

Represents an OpenNMS node resource.

Hierarchy

  • OnmsResource

Implements

Index

Properties

children

children: OnmsResource[] = []

the children of this resource

externalValueAttributes

externalValueAttributes: object

external value attributes

Type declaration

  • [s: string]: string

graphNames

graphNames: string[] = []

graph names

id

id: string

the resource ID

label

label: string

the resource's label

link

link: string

the link to the resource in the OpenNMS web UI

name

name: string

the resource's name

parentId

parentId: string

the resource's parent resource

rrdGraphAttributes

rrdGraphAttributes: object

RRD graph attributes

Type declaration

stringPropertyAttributes

stringPropertyAttributes: object

string property attributes

Type declaration

  • [s: string]: string

typeLabel

typeLabel: string

the type of resource

Accessors

urlValue

  • get urlValue(): string
  • The stringified value of this resource as an OpenNMS URL parameter.

    Returns string

Generated using TypeDoc