Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkConfiguration

Package version

Describes the network configuration of a machine.

Hierarchy

  • NetworkConfiguration

Index

Properties

Optional defaultIpv4Gateways

defaultIpv4Gateways: string[]

Default IPv4 gateways.

Optional dnsNames

dnsNames: string[]

DNS names associated with the machine.

Optional ipv4Interfaces

ipv4Interfaces: Ipv4NetworkInterface[]

IPv4 interfaces.

Optional ipv6Interfaces

ipv6Interfaces: Ipv6NetworkInterface[]

IPv6 interfaces.

Optional macAddresses

macAddresses: string[]

MAC addresses of all active network interfaces.

Generated using TypeDoc