Package org.opennms.netmgt.provision
Interface IpInterfacePolicy
-
- All Superinterfaces:
OnmsPolicy
- All Known Implementing Classes:
InterfaceMetadataSettingPolicy
,MatchingIpInterfacePolicy
public interface IpInterfacePolicy extends OnmsPolicy
IpInterfacePolicy- Version:
- $Id: $
- Author:
- brozow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnmsIpInterface
apply(OnmsIpInterface iface, Map<String,Object> attributes)
apply
-
-
-
Method Detail
-
apply
OnmsIpInterface apply(OnmsIpInterface iface, Map<String,Object> attributes)
apply
- Parameters:
iface
- aOnmsIpInterface
object.attributes
- that can be set on script.- Returns:
- a
OnmsIpInterface
object.
-
-