CustomizationIPSettings
IP settings for a virtual network adapter.
{
"_typeName": "string",
"ip": {
"_typeName": "string"
},
"subnetMask": "string",
"gateway": [
"string"
],
"ipV6Spec": {
"_typeName": "string",
"ip": [
{
"_typeName": "string"
}
],
"gateway": [
"string"
]
},
"dnsServerList": [
"string"
],
"dnsDomain": "string",
"primaryWINS": "string",
"secondaryWINS": "string",
"netBIOS": "string"
}
Subnet mask for this virtual network adapter.
For a virtual network adapter with a static IP address, this data object type contains a list of gateways, in order of preference.
A list of server IP addresses to use for DNS lookup in a Windows guest operating system.
In Windows, these settings are adapter-specific, whereas in Linux, they are global. As a result, the Linux guest customization process ignores this setting and looks for its DNS servers in the globalIPSettings object.
Specify these servers in order of preference. If this list is not empty, and if a DHCP IpGenerator is used, then these settings override the DHCP settings.
A DNS domain suffix such as vmware.com.
The IP address of the primary WINS server.
This property is ignored for Linux guest operating systems.
The IP address of the secondary WINS server.
This property is ignored for Linux guest operating systems.
NetBIOS setting for Windows.
Possible values:
enableNetBIOSViaDhcp
: DHCP server decides whether or not to use NetBIOS.enableNetBIOS
: Always use NetBIOS.disableNetBIOS
: Never use NetBIOS.