NetworkInterface interface
NetworkInterface represents properties of the network interface.
Properties
address | The partial address of Peripheral Component Interconnect (PCI). NOTE: This property will not be serialized. It can only be populated by the server. |
device |
The connection type of the device. NOTE: This property will not be serialized. It can only be populated by the server. |
model | The model name of the device. NOTE: This property will not be serialized. It can only be populated by the server. |
physical |
The physical slot for this device. NOTE: This property will not be serialized. It can only be populated by the server. |
port |
The number of ports on the device. NOTE: This property will not be serialized. It can only be populated by the server. |
port |
The maximum amount of data in GB that the line card transmits through a port at any given second. NOTE: This property will not be serialized. It can only be populated by the server. |
vendor | The vendor name of the device. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
address
The partial address of Peripheral Component Interconnect (PCI). NOTE: This property will not be serialized. It can only be populated by the server.
address?: string
Property Value
string
deviceConnectionType
The connection type of the device. NOTE: This property will not be serialized. It can only be populated by the server.
deviceConnectionType?: string
Property Value
string
model
The model name of the device. NOTE: This property will not be serialized. It can only be populated by the server.
model?: string
Property Value
string
physicalSlot
The physical slot for this device. NOTE: This property will not be serialized. It can only be populated by the server.
physicalSlot?: number
Property Value
number
portCount
The number of ports on the device. NOTE: This property will not be serialized. It can only be populated by the server.
portCount?: number
Property Value
number
portSpeed
The maximum amount of data in GB that the line card transmits through a port at any given second. NOTE: This property will not be serialized. It can only be populated by the server.
portSpeed?: number
Property Value
number
vendor
The vendor name of the device. NOTE: This property will not be serialized. It can only be populated by the server.
vendor?: string
Property Value
string