NetworkAdapter interface

Represents the networkAdapter on a device.

Properties

adapterId

Instance ID of network adapter.

adapterPosition

Hardware position of network adapter.

dhcpStatus

Value indicating whether this adapter has DHCP enabled.

dnsServers

The list of DNS Servers of the device.

index

Logical index of the adapter.

ipv4Configuration

The IPv4 configuration of the network adapter.

ipv6Configuration

The IPv6 configuration of the network adapter.

ipv6LinkLocalAddress

The IPv6 local address.

label

Hardware label for the adapter.

linkSpeed

Link speed.

macAddress

MAC address.

networkAdapterName

Network adapter name.

nodeId

Node ID of the network adapter.

rdmaStatus

Value indicating whether this adapter is RDMA capable.

status

Value indicating whether this adapter is valid.

Property Details

adapterId

Instance ID of network adapter.

adapterId?: string

Property Value

string

adapterPosition

Hardware position of network adapter.

adapterPosition?: NetworkAdapterPosition

Property Value

dhcpStatus

Value indicating whether this adapter has DHCP enabled.

dhcpStatus?: string

Property Value

string

dnsServers

The list of DNS Servers of the device.

dnsServers?: string[]

Property Value

string[]

index

Logical index of the adapter.

index?: number

Property Value

number

ipv4Configuration

The IPv4 configuration of the network adapter.

ipv4Configuration?: Ipv4Config

Property Value

ipv6Configuration

The IPv6 configuration of the network adapter.

ipv6Configuration?: Ipv6Config

Property Value

ipv6LinkLocalAddress

The IPv6 local address.

ipv6LinkLocalAddress?: string

Property Value

string

label

Hardware label for the adapter.

label?: string

Property Value

string

linkSpeed

Link speed.

linkSpeed?: number

Property Value

number

macAddress

MAC address.

macAddress?: string

Property Value

string

networkAdapterName

Network adapter name.

networkAdapterName?: string

Property Value

string

nodeId

Node ID of the network adapter.

nodeId?: string

Property Value

string

rdmaStatus

Value indicating whether this adapter is RDMA capable.

rdmaStatus?: string

Property Value

string

status

Value indicating whether this adapter is valid.

status?: string

Property Value

string