| IPhysicalLinkManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Inventory
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.
| Name | Description | ||
|---|---|---|---|
| Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) | |
| IEnumerableT | Create(IEnumerableT) |
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.) | |
| void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) | |
| IPhysicalLink | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(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.) | |
| IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) | |
| IDeviceLinks | GetDeviceLinks(Int64) |
Retrieves physical links for a device
| |
| IEnumerableT, T: IPhysicalInterfaceLink | GetPhysicalInterfaceLinks(Int64) |
Retrieves physical links involving an interface
| |
| IEnumerableT, T: IPhysicalLink | GetPhysicalLinksWithRole(Int64, PhysicalInterfaceRole) |
Retrieves all physical links of a specific role involving a specific device
| |
| IDeviceRouteInformation | GetPhysicalRoute(Int64, Int32, NullableInt32, NullablePhysicalInterfaceRole) |
Gets all physical routes starting at a device
| |
| IDeviceRouteInformation | GetPhysicalRoute(Int64, Int32, NullablePhysicalLinkDirection, NullableInt32, NullablePhysicalInterfaceRole) |
Gets all physical routes starting at a device
| |
| IEnumerableT, T: IDevicePhysicalRouteInformation | GetPhysicalRouteStartingFromDevice(Int64, Int64, Int32) | Obsolete.
Gets the physical route starting at a device
| |
| IDeviceRouteInformation | GetPrimaryRoute(Int64) |
Gets the entire primary route (directional links, "from") starting at a device
| |
| Boolean | PhysicalInterfaceHasLink(Int64) |
Checks if a physical interface has links or not
| |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | PhysicalInterfacesHasLink(IEnumerableInt64) | ||
| void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) | |
| void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
| Name | Description | ||
|---|---|---|---|
| IPhysicalLink | CreateIPhysicalLink(IPhysicalLink) | (Defined by CreateableBatchExtensions.) | |
| IPhysicalLink | DetailsAllIPhysicalLink(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIPhysicalLink(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IPhysicalLink | DetailsAnyIPhysicalLink(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) | |
| void | UpdateIPhysicalLink(IPhysicalLink) | (Defined by UpdateableBatchExtensions.) |