
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
4.2 KiB
vim.profile.host.NetworkProfile
The NetworkProfile data object contains a set of subprofiles for network configuration.
- extends
- since
- Attributes:
-
vswitch ([vim.profile.host.VirtualSwitchProfile], optional):
List of virtual switch subprofiles. Use the key property to access a subprofile in the list.
vmPortGroup ([vim.profile.host.VmPortGroupProfile], optional):
List of port groups for use by virtual machines. Use the VmPortGroupProfile . key property to access a port group in the list.
hostPortGroup ([vim.profile.host.HostPortGroupProfile], optional):
List of port groups for use by the host. Use the HostPortGroupProfile . key property to access port groups in the list.
serviceConsolePortGroup ([vim.profile.host.ServiceConsolePortGroupProfile], optional):
List of port groups for use by the service console. The Profile Engine uses this field only when applying a profile to a host that has a service console.
dnsConfig (vim.profile.host.NetworkProfile.DnsConfigProfile, optional):
DNS (Domain Name System) configuration subprofile.
ipRouteConfig (vim.profile.host.IpRouteProfile, optional):
Subprofile that describes the IP Route configuration for the VMKernel gateway.
consoleIpRouteConfig (vim.profile.host.IpRouteProfile, optional):
Subprofile that describes the IP Route configuration for the Service Console gateway.
pnic ([vim.profile.host.PhysicalNicProfile], optional):
List of subprofiles that represent physical NIC configuration. Use the key property to access a subprofile in the list.
dvswitch ([vim.profile.host.DvsProfile], optional):
List of subprofiles for distributed virtual switches to which this host is connected. Use the key property to access a subprofile in the list.
dvsServiceConsoleNic ([vim.profile.host.DvsServiceConsoleVNicProfile], optional):
List of subprofiles for service console Virtual NICs connected to a distributed virtual switch. Use the DvsServiceConsoleVNicProfile . key property to access a subprofile in the list.
dvsHostNic ([vim.profile.host.DvsHostVNicProfile], optional):
List of subprofiles for host Virtual NICs connected to a distributed virtual switch. Use the DvsHostVNicProfile . key property to access a subprofile in the list.
netStackInstance ([vim.profile.host.NetStackInstanceProfile], optional):
List of NetStackInstance subprofiles. Use the key property to access a subprofile in the list.