
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
1.4 KiB
1.4 KiB
vim.host.VirtualNic.Config
The HostVirtualNicConfig data object describes the Virtual NIC configuration. It represents both the configured properties on a HostVirtualNic and identification information.
- extends
- Attributes:
-
changeOperation (str, optional):
Change operation to apply on this configuration specification.See HostConfigChangeOperation
device (str, optional):
Virtual NIC device to which configuration applies ( HostVirtualNic . device ).
portgroup (str):
If the Virtual NIC is connecting to a vSwitch, this property is the name of portgroup connected. If the Virtual NIC is connecting to a DistributedVirtualSwitch , this property is ignored.
spec (vim.host.VirtualNic.Specification, optional):
Specification of the virtual network adapter.