Package | Description |
---|---|
org.opennms.netmgt.config.discovery |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
List<ExcludeRange> |
DiscoveryConfiguration.getExcludeRanges() |
List<ExcludeRange> |
Definition.getExcludeRanges() |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryConfiguration.addExcludeRange(ExcludeRange excludeRange) |
void |
Definition.addExcludeRange(ExcludeRange excludeRange) |
boolean |
DiscoveryConfiguration.removeExcludeRange(ExcludeRange excludeRange) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryConfiguration.setExcludeRanges(List<ExcludeRange> excludeRanges) |
void |
Definition.setExcludeRanges(List<ExcludeRange> excludeRanges) |
Copyright © 2021. All rights reserved.