Click or drag to resize
IPhysicalLinkManagerGetPhysicalRoute Method (Int64, Int32, 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 = 3,
	Nullable<int> priority = null,
	Nullable<PhysicalInterfaceRole> role = null
)

Parameters

deviceId
Type: SystemInt64

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

depth (Optional)
Type: SystemInt32
How deep to search (default 3, max 5)
priority (Optional)
Type: SystemNullableInt32
Optionally filter routes to a specific priority
role (Optional)
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{System.Int32},System.Nullable{Netadmin.Management.Inventory.Dto.PhysicalInterfaceRole})"]

See Also