Click or drag to resize
IInterfaceCalculationPlugin Interface

[This is preliminary documentation and is subject to change.]

A plugin for calculating Names, Numbers and, Option82 values

Namespace: Netadmin.Management.Inventory.Plugins
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IInterfaceCalculationPlugin

The IInterfaceCalculationPlugin type exposes the following members.

Properties
  NameDescription
Public propertyStringFriendlyName
A friendly name for this plugin
Top
Methods
  NameDescription
Public methodIDeviceTreeCalculatePortNames(IDeviceTree, IDevice)
Calculate the names, numbers and option82
Public methodIEnumerableT, T: IPrefixGetAvailablePrefixes
Returns a list of supported prefixes
Public methodIPrefixGetDefaultPrefix
Returns the default prefix
Top
See Also