Files
deb-python-pyvmomi/docs/vim/host/NetworkInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

3.5 KiB

vim.host.NetworkInfo

This data object type describes networking host configuration data objects.

extends

vmodl.DynamicData

Attributes:

vswitch ([vim.host.VirtualSwitch], optional):

Virtual switches configured on the host.

proxySwitch ([vim.host.HostProxySwitch], optional):

Proxy switches configured on the host.

portgroup ([vim.host.PortGroup], optional):

Port groups configured on the host.

pnic ([vim.host.PhysicalNic], optional):

Physical network adapters as seen by the primary operating system.

vnic ([vim.host.VirtualNic], optional):

Virtual network adapters configured on the host (hosted products) or the vmkernel. In the hosted architecture, these network adapters are used by the host to communicate with the virtual machines running on that host. In the VMkernel architecture, these virtual network adapters provide the ESX Server with external network access through a virtual switch that is bridged to a physical network adapter. The VMkernel uses these network adapters for features such as VMotion, NAS, iSCSI, and remote MKS connections.

consoleVnic ([vim.host.VirtualNic], optional):

Virtual network adapters configured for use by the service console. The service console uses this network access for system management and bootstrapping services like network boot. The two sets of virtual network adapters are mutually exclusive. A virtual network adapter in this list cannot be used for things like VMotion. Likewise, a virtual network adapter in the other list cannot be used by the service console.

dnsConfig (vim.host.DnsConfig, optional):

Client-side DNS configuration.

ipRouteConfig (vim.host.IpRouteConfig, optional):

IP route configuration.

consoleIpRouteConfig (vim.host.IpRouteConfig, optional):

IP route configuration of the service console.

routeTableInfo (vim.host.IpRouteTableInfo, optional):

IP routing table

dhcp ([vim.host.DhcpService], optional):

DHCP Service instances configured on the host.

nat ([vim.host.NatService], optional):

NAT service instances configured on the host.

ipV6Enabled (bool, optional):

Enable or disable IPv6 protocol on this system.

atBootIpV6Enabled (bool, optional):

If true then dual IPv4/IPv6 stack enabled else IPv4 only.

netStackInstance ([vim.host.NetStackInstance], optional):

List of NetStackInstances

opaqueSwitch ([vim.host.OpaqueSwitch], optional):

List of opaque switches configured on the host.

opaqueNetwork ([vim.host.OpaqueNetworkInfo], optional):

List of opaque networks