Click or drag to resize
IDeviceManager.GetDestinationExchangeablePhysicalInterfaces Method (Int64)

[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("Methods has been replaced with a new version that has parameters for ignoring VLAN and physical links.", 
	false)]
IEnumerable<IExchangeablePhysicalInterface> GetDestinationExchangeablePhysicalInterfaces(
	long destinationDeviceId
)

Parameters

destinationDeviceId
Type: System.Int64
The destination device id

Return Value

Type: IEnumerable<IExchangeablePhysicalInterface>
Exchangeable interfaces
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less
See Also