Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.snmpinterfacepoller |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Package |
SnmpInterfacePollerConfigManager.getPackage(String name)
getPackage
|
Package |
SnmpInterfacePollerConfigManager.getPackageForAddress(String ipaddr)
Returns the first package that the ip belongs to, null if none.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
SnmpInterfacePollerConfigManager.enumeratePackage()
enumeratePackage
|
Iterable<Package> |
SnmpInterfacePollerConfigManager.packages()
packages
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpInterfacePollerConfigManager.addPackage(Package pkg)
addPackage
|
List<InetAddress> |
SnmpInterfacePollerConfigManager.getIpList(Package pkg)
getIpList
|
Iterable<String> |
SnmpInterfacePollerConfigManager.includeURLs(Package pkg)
includeURLs
|
boolean |
SnmpInterfacePollerConfigManager.interfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
Modifier and Type | Method and Description |
---|---|
List<Package> |
SnmpInterfacePollerConfiguration.getPackages() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpInterfacePollerConfiguration.addPackage(Package p) |
boolean |
SnmpInterfacePollerConfiguration.removePackage(Package p) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpInterfacePollerConfiguration.setPackages(List<Package> packages) |
Copyright © 2021. All rights reserved.