
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
4.1 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.