Sdílet prostřednictvím


NicIPSettings interface

Defines the network interface ip settings.

Properties

allocationMethod

Gets or sets the nic allocation method.

dnsServers

Gets or sets the dns servers.

gateway

Gets or sets the gateway.

ipAddress

Gets or sets the ip address for the nic.

ipAddressInfo

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.

primaryWinsServer

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

secondaryWinsServer

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

subnetMask

Gets or sets the mask.

Property Details

allocationMethod

Gets or sets the nic allocation method.

allocationMethod?: string

Property Value

string

dnsServers

Gets or sets the dns servers.

dnsServers?: string[]

Property Value

string[]

gateway

Gets or sets the gateway.

gateway?: string[]

Property Value

string[]

ipAddress

Gets or sets the ip address for the nic.

ipAddress?: string

Property Value

string

ipAddressInfo

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.

ipAddressInfo?: NicIPAddressSettings[]

Property Value

primaryWinsServer

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

primaryWinsServer?: string

Property Value

string

secondaryWinsServer

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

secondaryWinsServer?: string

Property Value

string

subnetMask

Gets or sets the mask.

subnetMask?: string

Property Value

string