Click or drag to resize
IDeviceManagerGetDestinationExchangeablePhysicalInterfaces Method (Int64, Boolean, Boolean)

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

Note: This API is now obsolete.

Get destination interfaces

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("Method has been deprecated for performance reasons. See IInterfaceExchangeManager")]
IEnumerable<IExchangeablePhysicalInterface> GetDestinationExchangeablePhysicalInterfaces(
	long destinationDeviceId,
	bool ignoreVlans,
	bool ignoreLinks
)

Parameters

destinationDeviceId
Type: SystemInt64
The destination device id
ignoreVlans
Type: SystemBoolean
Indicates if vlans should be considered or not.
ignoreLinks
Type: SystemBoolean
Indicates if physical links should be considered or not.

Return Value

Type: IEnumerableIExchangeablePhysicalInterface
Exchangeable interfaces
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less
See Also