NetworkInterface interface

NetworkInterface represents properties of the network interface.

Properties

address

The partial address of Peripheral Component Interconnect (PCI).

deviceConnectionType

The connection type of the device.

model

The model name of the device.

physicalSlot

The physical slot for this device.

portCount

The number of ports on the device.

portSpeed

The maximum amount of data in gigabits that the line card transmits through a port at any given second.

vendor

The vendor name of the device.

Property Details

address

The partial address of Peripheral Component Interconnect (PCI).

address?: string

Property Value

string

deviceConnectionType

The connection type of the device.

deviceConnectionType?: string

Property Value

string

model

The model name of the device.

model?: string

Property Value

string

physicalSlot

The physical slot for this device.

physicalSlot?: number

Property Value

number

portCount

The number of ports on the device.

portCount?: number

Property Value

number

portSpeed

The maximum amount of data in gigabits that the line card transmits through a port at any given second.

portSpeed?: number

Property Value

number

vendor

The vendor name of the device.

vendor?: string

Property Value

string