| IInterfaceExchangeInformation Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Inventory.Dto
The IInterfaceExchangeInformation type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| NullableT, T: Int64 | AddressId |
Address id of the interface, if any
| |
| Int32 | CustomerCount |
The number of customers on the address of the interface
| |
| Int64 | DeviceId |
Device id of the interface. This could be an expansion card
| |
| Int64 | Id |
Id of the interface
| |
| Boolean | IsValidDestination |
True if the interface is a valid destination according to called method
| |
| IReadOnlyListT, T: IPhysicalLink | LinkAsDestination |
The number of physical links that has this interface as destination. Will be null if links are ignored
| |
| NullableT, T: Int32 | LinkAsDestinationCount |
The number of physical links that has this interface as destination. Will be null if links are ignored
| |
| IReadOnlyListT, T: IPhysicalLink | LinkAsSource |
The physical links that has this interface as source. Will be null if links are ignored
| |
| NullableT, T: Int32 | LinksAsSourceCount |
The number of physical links that has this interface as source. Will be null if links are ignored
| |
| String | Name |
Name of the interface
| |
| Int32 | Number |
Number of the interface
| |
| Int64 | RootDeviceId |
Root device id of the interface.
| |
| Int32 | SubscriptionsFromAccessCount |
The number of subscriptions that has this interface as access interface
| |
| Int32 | SubscriptionsFromAddressCount |
The number of subscriptions on the address of the interface
| |
| Int32 | SubscriptionsFromCpeCount |
The number of subscriptions that has this interface as cpe interface
| |
| Int32 | SubscriptionsFromRouterCount |
The number of subscriptions that has this interface as router interface
| |
| NullableT, T: Int32 | VlanCount |
The number of vlans on the interface. Will be null if vlans are ignored
|