Package org.opennms.netmgt.provision
Interface SnmpInterfacePolicy
-
- All Superinterfaces:
OnmsPolicy
- All Known Implementing Classes:
MatchingSnmpInterfacePolicy
public interface SnmpInterfacePolicy extends OnmsPolicy
SnmpInterfacePolicy- Version:
- $Id: $
- Author:
- brozow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnmsSnmpInterface
apply(OnmsSnmpInterface snmpIface, java.util.Map<java.lang.String,java.lang.Object> attributes)
apply
-
-
-
Method Detail
-
apply
OnmsSnmpInterface apply(OnmsSnmpInterface snmpIface, java.util.Map<java.lang.String,java.lang.Object> attributes)
apply
- Parameters:
snmpIface
- aOnmsSnmpInterface
object.attributes
- that can be set on script.- Returns:
- a
OnmsSnmpInterface
object.
-
-