Click or drag to resize
IInterfaceExchangeInformation Interface

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

Exchangeable Physical Interface

Namespace: Netadmin.Management.Inventory.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IInterfaceExchangeInformation

The IInterfaceExchangeInformation type exposes the following members.

Properties
  NameDescription
Public propertyNullableT, T: Int64AddressId
Address id of the interface, if any
Public propertyInt32CustomerCount
The number of customers on the address of the interface
Public propertyInt64DeviceId
Device id of the interface. This could be an expansion card
Public propertyInt64Id
Id of the interface
Public propertyBooleanIsValidDestination
True if the interface is a valid destination according to called method
Public propertyIReadOnlyListT, T: IPhysicalLinkLinkAsDestination
The number of physical links that has this interface as destination. Will be null if links are ignored
Public propertyNullableT, T: Int32LinkAsDestinationCount
The number of physical links that has this interface as destination. Will be null if links are ignored
Public propertyIReadOnlyListT, T: IPhysicalLinkLinkAsSource
The physical links that has this interface as source. Will be null if links are ignored
Public propertyNullableT, T: Int32LinksAsSourceCount
The number of physical links that has this interface as source. Will be null if links are ignored
Public propertyStringName
Name of the interface
Public propertyInt32Number
Number of the interface
Public propertyInt64RootDeviceId
Root device id of the interface.
Public propertyInt32SubscriptionsFromAccessCount
The number of subscriptions that has this interface as access interface
Public propertyInt32SubscriptionsFromAddressCount
The number of subscriptions on the address of the interface
Public propertyInt32SubscriptionsFromCpeCount
The number of subscriptions that has this interface as cpe interface
Public propertyInt32SubscriptionsFromRouterCount
The number of subscriptions that has this interface as router interface
Public propertyNullableT, T: Int32VlanCount
The number of vlans on the interface. Will be null if vlans are ignored
Top
See Also