Click or drag to resize
IPhysicalLinkManager Interface

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

Manages physical links

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IPhysicalLinkManager : IManager<IPhysicalLink>, 
	ICruddable<IPhysicalLink>, ICreateable<IPhysicalLink>, IDetailsable<IPhysicalLink>, 
	IUpdateable<IPhysicalLink>, IDeletable<IPhysicalLink>, IGetAllable<IPhysicalLink>, 
	IDetailsableBatch<IPhysicalLink>, ICreateableBatch<IPhysicalLink>, IUpdateableBatch<IPhysicalLink>

The IPhysicalLinkManager type exposes the following members.

Methods
  NameDescription
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public methodIEnumerableTCreate(IEnumerableT)
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.)
Public method void Delete(Int64)
Deletes an entity with a specific Id
(Inherited from IDeletableT.)
Public methodIPhysicalLinkDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(IEnumerableInt64)
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.)
Public methodIEnumerableTGetAll
Retrieves every entity
(Inherited from IGetAllableT.)
Public methodIDeviceLinksGetDeviceLinks(Int64)
Retrieves physical links for a device
Public methodIEnumerableT, T: IPhysicalInterfaceLinkGetPhysicalInterfaceLinks(Int64)
Retrieves physical links involving an interface
Public methodIEnumerableT, T: IPhysicalLinkGetPhysicalLinksWithRole(Int64, PhysicalInterfaceRole)
Retrieves all physical links of a specific role involving a specific device
Public methodIDeviceRouteInformationGetPhysicalRoute(Int64, Int32, NullableInt32, NullablePhysicalInterfaceRole)
Gets all physical routes starting at a device
Public methodIDeviceRouteInformationGetPhysicalRoute(Int64, Int32, NullablePhysicalLinkDirection, NullableInt32, NullablePhysicalInterfaceRole)
Gets all physical routes starting at a device
Public methodIEnumerableT, T: IDevicePhysicalRouteInformationGetPhysicalRouteStartingFromDevice(Int64, Int64, Int32) Obsolete.
Gets the physical route starting at a device
Public methodIDeviceRouteInformationGetPrimaryRoute(Int64)
Gets the entire primary route (directional links, "from") starting at a device
Public methodBooleanPhysicalInterfaceHasLink(Int64)
Checks if a physical interface has links or not
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64PhysicalInterfacesHasLink(IEnumerableInt64)
Public method void Update(T)
Updates an entity with new values.
(Inherited from IUpdateableT.)
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Top
Extension Methods
  NameDescription
Public Extension MethodIPhysicalLinkCreateIPhysicalLink(IPhysicalLink) (Defined by CreateableBatchExtensions.)
Public Extension MethodIPhysicalLinkDetailsAllIPhysicalLink(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIPhysicalLink(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIPhysicalLinkDetailsAnyIPhysicalLink(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension Method void UpdateIPhysicalLink(IPhysicalLink) (Defined by UpdateableBatchExtensions.)
Top
See Also