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"
}
Specification to obtain a unique IP address for this virtual network adapter.
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.
This contains the IpGenerator, subnet mask and gateway info for all the ipv6 addresses associated with the virtual network adapter.
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.