NetworkInterface
object
Information and stats of network interface.
Fields
name
String!
non-null
Interface name.
displayName
String
The friendly display name of the interface.
description
String
Interface description.
macAddress
String
MAC of interface.
dhcp
NetworkInterfaceDhcp
DHCP configuration details. Only available on Windows.
addresses
[NetworkInterfaceAddress!]
Addresses for interface.
dnsHostName
String
Host name used to identify the local computer for authentication by some utilities, such as SSH and Kerberos
dnsServers
[String!]
Array of server IP addresses to be used in querying for DNS servers.
pciSlot
String
PCI (Peripheral Component Interconnect) slot.
linkSpeedMegabitsPerSecond
BigInt
Interface speed in Megabits per second (Mb/s).