public interface SnmpProfileMapper
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Optional<SnmpAgentConfig>> |
fitProfile(String label,
InetAddress inetAddress,
String location,
String oid)
Fit a profile with specified IP address and label.
|
CompletableFuture<Optional<SnmpAgentConfig>> |
getAgentConfigFromProfiles(InetAddress inetAddress,
String location)
Get @
SnmpAgentConfig from SNMP profiles. |
CompletableFuture<Optional<SnmpAgentConfig>> |
getAgentConfigFromProfiles(InetAddress inetAddress,
String location,
String oid)
Get @
SnmpAgentConfig from SNMP profiles. |
CompletableFuture<Optional<SnmpAgentConfig>> getAgentConfigFromProfiles(InetAddress inetAddress, String location, String oid)
SnmpAgentConfig
from SNMP profiles.inetAddress
- IP address for which agent config need to be retrieved.location
- location of Ip address.oid
- OID with which SNMP get needs to be performed.SnmpAgentConfig
from the matching profile.CompletableFuture<Optional<SnmpAgentConfig>> getAgentConfigFromProfiles(InetAddress inetAddress, String location)
SnmpAgentConfig
from SNMP profiles.inetAddress
- IP address for which agent config need to be retrieved.location
- location of IP address.SnmpAgentConfig
from the matching profile.CompletableFuture<Optional<SnmpAgentConfig>> fitProfile(String label, InetAddress inetAddress, String location, String oid)
label
- label of profile with which SNMP profile will be retrieved.inetAddress
- IP address that needs fitting.location
- location of IP address.oid
- OID with which SNMP get needs to be performedSnmpAgentConfig
from the matching profile.Copyright © 2021. All rights reserved.