Data Object - HostNetworkConfig(vim.host.NetworkConfig)

Property of
HostConfigSpec, HostNetworkSystem
Parameter to
UpdateNetworkConfig
Extends
DynamicData
See also
HostDhcpServiceConfig, HostDnsConfig, HostIpRouteConfig, HostIpRouteTableConfig, HostNatServiceConfig, HostNetworkConfigNetStackSpec, HostPortGroupConfig, HostProxySwitchConfig, HostVirtualNicConfig, HostVirtualSwitchConfig, PhysicalNicConfig

Data Object Description

This data object type describes networking host configuration data objects. These objects contain only the configuration information for networking. The runtime information is available from the NetworkInfo data object type.
See HostNetworkInfo

Properties

Name Type Description
consoleIpRouteConfig*HostIpRouteConfig

IP route configuration of the service console.
consoleVnic*HostVirtualNicConfig[]

Virtual network adapters configured for use by the Service Console.
dhcp*HostDhcpServiceConfig[]

Dynamic Host Control Protocol (DHCP) Service instances configured on the host.

Since VI API 2.5
dnsConfig*HostDnsConfigDeprecated. As of vSphere API 5.5, which is moved to the default NetStackInstance

Client-side DNS configuration for the host. The DNS configuration is global to the entire host.
ipRouteConfig*HostIpRouteConfigDeprecated. As of vSphere API 5.5, which is moved to the default NetStackInstance

IP route configuration of the host.
ipV6Enabled*xsd:boolean

Enable or disable IPv6 protocol on this system. This property must be set by itself, no other property can accompany this change. Following the successful change, the system should be rebooted to have the change take effect.

Since vSphere API 4.0
nat*HostNatServiceConfig[]

Network address translation (NAT) Service instances configured on the host.

Since VI API 2.5
netStackSpec*HostNetworkConfigNetStackSpec[]

The list of network stack instance spec

Since vSphere API 5.5
pnic*PhysicalNicConfig[]

Physical network adapters as seen by the primary operating system.
portgroup*HostPortGroupConfig[]

Port groups configured on the host.
proxySwitch*HostProxySwitchConfig[]

Host proxy switches configured on the host.

Since vSphere API 4.0
routeTableConfig*HostIpRouteTableConfigDeprecated. As of vSphere API 5.5, which is moved to the default NetStackInstance

IP routing table configuration of the host.

Since vSphere API 4.0
vnic*HostVirtualNicConfig[]

Virtual network adapters configured for use by the host operating system network adapter.
vswitch*HostVirtualSwitchConfig[]

Virtual switches configured on the host.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition