OpenNMS.js - v2.6.2-SNAPSHOT
    Preparing search index...

    Class OnmsIpInterface

    Represents an OpenNMS IP interface.

    Implements

    Index

    Constructors

    Properties

    hostname?: string

    the hostname

    id?: number

    the interface ID

    ipAddress?: Address6 | Address4

    the IP address

    isDown?: boolean

    whether the interface is down

    isManaged?: OnmsManagedType

    whether the interface is managed

    lastCapsdPoll?: Moment

    the last time the interface was provisioned

    lastEgressFlow?: Moment

    the last time egress flows were received

    lastIngressFlow?: Moment

    the last time ingress flows were received

    monitoredServiceCount?: number

    the number of monitored services this interface has

    node?: any

    the node this interface is associated with

    services: OnmsMonitoredService[] = ...

    the services on this interface

    snmpInterfaceId?: number

    the SNMP interface ID associated with this interface

    snmpPrimary?: OnmsPrimaryType

    the SNMP primary status of the interface

    Accessors