NetworkConfiguration interface

Describes the network configuration of a machine.

Properties

defaultIpv4Gateways

Default IPv4 gateways.

dnsNames

DNS names associated with the machine.

ipv4Interfaces

IPv4 interfaces.

ipv6Interfaces

IPv6 interfaces.

macAddresses

MAC addresses of all active network interfaces.

Property Details

defaultIpv4Gateways

Default IPv4 gateways.

defaultIpv4Gateways?: string[]

Property Value

string[]

dnsNames

DNS names associated with the machine.

dnsNames?: string[]

Property Value

string[]

ipv4Interfaces

IPv4 interfaces.

ipv4Interfaces?: Ipv4NetworkInterface[]

Property Value

ipv6Interfaces

IPv6 interfaces.

ipv6Interfaces?: Ipv6NetworkInterface[]

Property Value

macAddresses

MAC addresses of all active network interfaces.

macAddresses?: string[]

Property Value

string[]