
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
29 lines
1022 B
ReStructuredText
29 lines
1022 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vSphere API 5.1: ../../../vim/version.rst#vimversionversion8
|
|
|
|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
.. _vim.dvs.DistributedVirtualPort.Setting: ../../../vim/dvs/DistributedVirtualPort/Setting.rst
|
|
|
|
|
|
vim.dvs.DistributedVirtualPort.HostLocalPortInfo
|
|
================================================
|
|
This data object type describes the information about the host local port. A host local port is created to resurrect the management network connection on a VMkernel Virtual NIC.
|
|
:extends: vmodl.DynamicData_
|
|
:since: `vSphere API 5.1`_
|
|
|
|
Attributes:
|
|
switchUuid (`str`_):
|
|
|
|
UUID of the vSphere Distributed Switch that management interface is connected to.
|
|
portKey (`str`_):
|
|
|
|
Portkey of the DVPort that management interface is now connected to.
|
|
setting (`vim.dvs.DistributedVirtualPort.Setting`_):
|
|
|
|
The configuration of the new host local port.
|
|
vnic (`str`_):
|
|
|
|
The Virtual NIC device connected to this port
|