Vcenter Guest WindowsNetworkAdapterSettings

Vcenter Guest WindowsNetworkAdapterSettings
Vcenter Guest WindowsNetworkAdapterSettings

The Vcenter Guest WindowsNetworkAdapterSettings schema specifies Windows specific Network settings for a virtual network adapter.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "dns_servers": [
        "string"
    ],
    "dns_domain": "string",
    "wins_servers": [
        "string"
    ],
    "net_bios_mode": "string"
}
array of string
dns_servers
Optional

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.

This property was added in vSphere API 7.0.0.0.

If missing or null, no DNS servers are set.

string
dns_domain
Optional

A DNS domain suffix such as vmware.com.

This property was added in vSphere API 7.0.0.0.

If missing or null, no DNS domain is set.

array of string
wins_servers
Optional

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.

This property was added in vSphere API 7.0.0.0.

If missing or null, no WINS Servers are set.

string
net_bios_mode
Optional

NetBIOS setting for Windows.

For more information see: Vcenter Guest WindowsNetworkAdapterSettings NetBIOSMode.

This property was added in vSphere API 7.0.0.0.

If missing or null, existing NetBIOS mode will be retained.