Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualEthernetCard/DistributedVirtualPortBackingInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

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

vim.vm.device.VirtualDevice.BackingInfo

since

vSphere API 4.0

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.