Package org.netxms.client.constants
Class NetworkDiscovery
- java.lang.Object
-
- org.netxms.client.constants.NetworkDiscovery
-
public final class NetworkDiscovery extends Object
This class holds constants related to network discovery
-
-
Field Summary
Fields Modifier and Type Field Description static intFILTER_ALLOW_AGENTstatic intFILTER_ALLOW_SNMPstatic StringFILTER_AUTOstatic intFILTER_LIMIT_BY_RANGEstatic StringFILTER_NONE
-
Constructor Summary
Constructors Constructor Description NetworkDiscovery()
-
-
-
Field Detail
-
FILTER_NONE
public static final String FILTER_NONE
- See Also:
- Constant Field Values
-
FILTER_AUTO
public static final String FILTER_AUTO
- See Also:
- Constant Field Values
-
FILTER_ALLOW_AGENT
public static final int FILTER_ALLOW_AGENT
- See Also:
- Constant Field Values
-
FILTER_ALLOW_SNMP
public static final int FILTER_ALLOW_SNMP
- See Also:
- Constant Field Values
-
FILTER_LIMIT_BY_RANGE
public static final int FILTER_LIMIT_BY_RANGE
- See Also:
- Constant Field Values
-
-