Click or drag to resize
IPhysicalLinkManagerGetPhysicalRoute Method (Int64, Int32, NullablePhysicalLinkDirection, NullableInt32, NullablePhysicalInterfaceRole)

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

Gets all physical routes starting at a device

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IDeviceRouteInformation GetPhysicalRoute(
	long deviceId,
	int depth,
	Nullable<PhysicalLinkDirection> direction,
	Nullable<int> priority,
	Nullable<PhysicalInterfaceRole> role
)

Parameters

deviceId
Type: SystemInt64

[Missing <param name="deviceId"/> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.GetPhysicalRoute(System.Int64,System.Int32,System.Nullable{Netadmin.Management.Inventory.Dto.PhysicalLinkDirection},System.Nullable{System.Int32},System.Nullable{Netadmin.Management.Inventory.Dto.PhysicalInterfaceRole})"]

depth
Type: SystemInt32
How deep to search (max 5)
direction
Type: SystemNullablePhysicalLinkDirection
Optionally filter routes in a specific direction
priority
Type: SystemNullableInt32
Optionally filter routes to a specific priority
role
Type: SystemNullablePhysicalInterfaceRole
Optionally filter routes where From interface has specified role

Return Value

Type: IDeviceRouteInformation

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.GetPhysicalRoute(System.Int64,System.Int32,System.Nullable{Netadmin.Management.Inventory.Dto.PhysicalLinkDirection},System.Nullable{System.Int32},System.Nullable{Netadmin.Management.Inventory.Dto.PhysicalInterfaceRole})"]

See Also