Variable NodeLabelSourcesConst

NodeLabelSources: {
    ADDRESS: OnmsNodeLabelSource;
    HOSTNAME: OnmsNodeLabelSource;
    NETBIOS: OnmsNodeLabelSource;
    SYSNAME: OnmsNodeLabelSource;
    UNKNOWN: OnmsNodeLabelSource;
    USER: OnmsNodeLabelSource;
} = ...

Contains constant instances of all available node label sources.

Type declaration