Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NicIPSettings

Package version

Defines the network interface ip settings.

Hierarchy

  • NicIPSettings

Index

Properties

Optional allocationMethod

allocationMethod: IPAddressAllocationMethod

Gets or sets the nic allocation method.

Optional dnsServers

dnsServers: string[]

Gets or sets the dns servers.

Optional gateway

gateway: string[]

Gets or sets the gateway.

Optional ipAddress

ipAddress: undefined | string

Gets or sets the ip address for the nic.

Optional ipAddressInfo

ipAddressInfo: NicIPAddressSettings[]

Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional primaryWinsServer

primaryWinsServer: undefined | string

Gets or sets the primary server. NOTE: This property will not be serialized. It can only be populated by the server.

Optional secondaryWinsServer

secondaryWinsServer: undefined | string

Gets or sets the secondary server. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subnetMask

subnetMask: undefined | string

Gets or sets the mask.

Generated using TypeDoc