Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPConfig

Package version

interface

An interface representing IPConfig. Details related to the IP address configuration

Hierarchy

  • IPConfig

Index

Properties

gateway

gateway: string
member

{string} gateway The gateway of the network adapter.

ipAddress

ipAddress: string
member

{string} ipAddress The ipaddress of the network adapter, either ipv4 or ipv6.

Optional prefixLength

prefixLength: undefined | number
member

{number} [prefixLength] The prefix length of the network adapter.

Generated using TypeDoc