NetworkAdapter interface

Represents a networkAdapter in a particular node.

Properties

dhcpStatus

Represents state of DHCP.

iPv4Info

The ipv4 configuration of the network adapter.

iPv6Info

The ipv6 configuration of the network adapter.

linkSpeed

The speed of the network adapter.

networkAdapterName

The name of the network adapter.

Property Details

dhcpStatus

Represents state of DHCP.

dhcpStatus: DhcpStatus

Property Value

iPv4Info

The ipv4 configuration of the network adapter.

iPv4Info?: IPConfig

Property Value

iPv6Info

The ipv6 configuration of the network adapter.

iPv6Info?: IPConfig

Property Value

linkSpeed

The speed of the network adapter.

linkSpeed?: number

Property Value

number

networkAdapterName

The name of the network adapter.

networkAdapterName: string

Property Value

string