Variable PrimaryTypesConst

PrimaryTypes: {
    NOT_ELIGIBLE: OnmsPrimaryType;
    PRIMARY: OnmsPrimaryType;
    SECONDARY: OnmsPrimaryType;
} = ...

Contains constant instances of all primary SNMP types.

Type declaration