Guest_WindowsNetworkAdapterSettings
The WindowsNetworkAdapterSettings structure specifies Windows specific Network settings for a virtual network adapter.
{
"dns_servers": [
"string"
],
"dns_domain": "string",
"wins_servers": [
"string"
],
"net_BIOS_mode": "string"
}
A list of server IP addresses to use for DNS lookup in a Windows guest operating system. These servers should be specified in the order of preference. If this list is not empty, and if a DHCP IP address is used, then these settings override the DHCP settings.
If unset, no DNS servers are set.
A DNS domain suffix such as vmware.com. If unset, no DNS domain is set.
List of WINS Servers to set for the Windows guest operating system. A Maximum of two IP addresses can be specified in this list. The first IP address will be set as the primary WINS server. The second IP address will be set as the secondary WINS server. If unset, no WINS Servers are set.
The WindowsNetworkAdapterSettings.NetBIOSMode enumerated type specifies different NetBIOS settings for Windows guest operating systems.
USE_DHCP : DHCP server decides whether or not to use NetBIOS.
ENABLE : Always use NetBIOS.
DISABLE : Never use NetBIOS.