NicIPSettings interface
Defines the network interface ip settings.
Properties
allocation |
Gets or sets the nic allocation method. |
dns |
Gets or sets the dns servers. |
gateway | Gets or sets the gateway. |
ip |
Gets or sets the ip address for the nic. |
ip |
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. |
primary |
Gets or sets the primary server. NOTE: This property will not be serialized. It can only be populated by the server. |
secondary |
Gets or sets the secondary server. NOTE: This property will not be serialized. It can only be populated by the server. |
subnet |
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