
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.6 KiB
1.6 KiB
vim.vm.device.VirtualEthernetCard.DistributedVirtualPortBackingInfo
The VirtualEthernetCardDistributedVirtualPortBackingInfo data object defines backing for a virtual Ethernet card that connects to a distributed virtual switch port or portgroup.
- extends
- since
- Attributes:
-
port (vim.dvs.PortConnection):
DistributedVirtualPort or DistributedVirtualPortgroup connection. To specify a port connection, set the portKey property. To specify a portgroup connection, set the portgroupKey property.This property will be unset during Virtual Machine or template cloning operation unless it's set to a DistributedVirtualSwitchPortConnection object and the portgroup is a late binding portgroup.