
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
38 lines
1.5 KiB
ReStructuredText
38 lines
1.5 KiB
ReStructuredText
.. _bool: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _VI API 2.5: ../../../vim/version.rst#vimversionversion2
|
|
|
|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
.. _PhysicalNicCdpInfo: ../../../vim/host/PhysicalNic/CdpInfo.rst
|
|
|
|
|
|
vim.host.PhysicalNic.CdpDeviceCapability
|
|
========================================
|
|
The capability of the CDP-awared device that connects to a Physical NIC. `PhysicalNicCdpInfo`_
|
|
:extends: vmodl.DynamicData_
|
|
:since: `VI API 2.5`_
|
|
|
|
Attributes:
|
|
router (`bool`_):
|
|
|
|
The CDP-awared device has the capability of a routing for at least one network layer protocol
|
|
transparentBridge (`bool`_):
|
|
|
|
The CDP-awared device has the capability of transparent bridging
|
|
sourceRouteBridge (`bool`_):
|
|
|
|
The CDP-awared device has the capability of source-route bridging
|
|
networkSwitch (`bool`_):
|
|
|
|
The CDP-awared device has the capability of switching. The difference between this capability and transparentBridge is that a switch does not run the Spanning-Tree Protocol. This device is assumed to be deployed in a physical loop-free topology.
|
|
host (`bool`_):
|
|
|
|
The CDP-awared device has the capability of a host, which Sends and receives packets for at least one network layer protocol.
|
|
igmpEnabled (`bool`_):
|
|
|
|
The CDP-awared device is IGMP-enabled, which does not forward IGMP Report packets on nonrouter ports.
|
|
repeater (`bool`_):
|
|
|
|
The CDP-awared device has the capability of a repeater
|