
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
39 lines
1.9 KiB
ReStructuredText
39 lines
1.9 KiB
ReStructuredText
.. _bool: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vlanId: ../../../vim/dvs/VmwareDistributedVirtualSwitch/TrunkVlanSpec.rst#vlanId
|
|
|
|
.. _pvlanId: ../../../vim/dvs/VmwareDistributedVirtualSwitch/PvlanSpec.rst#pvlanId
|
|
|
|
.. _ipfixEnabled: ../../../vim/dvs/VmwareDistributedVirtualSwitch/VmwarePortConfigPolicy.rst#ipfixEnabled
|
|
|
|
.. _securityPolicy: ../../../vim/dvs/VmwareDistributedVirtualSwitch/VmwarePortConfigPolicy.rst#securityPolicy
|
|
|
|
.. _vSphere API 4.0: ../../../vim/version.rst#vimversionversion5
|
|
|
|
.. _defaultPortConfig: ../../../vim/dvs/DistributedVirtualPortgroup/ConfigInfo.rst#defaultPortConfig
|
|
|
|
.. _uplinkTeamingPolicy: ../../../vim/dvs/VmwareDistributedVirtualSwitch/VmwarePortConfigPolicy.rst#uplinkTeamingPolicy
|
|
|
|
.. _vim.dvs.DistributedVirtualPortgroup.PortgroupPolicy: ../../../vim/dvs/DistributedVirtualPortgroup/PortgroupPolicy.rst
|
|
|
|
|
|
vim.dvs.VmwareDistributedVirtualSwitch.VMwarePortgroupPolicy
|
|
============================================================
|
|
This class defines the VMware specific configuration for DistributedVirtualPort.
|
|
:extends: vim.dvs.DistributedVirtualPortgroup.PortgroupPolicy_
|
|
:since: `vSphere API 4.0`_
|
|
|
|
Attributes:
|
|
vlanOverrideAllowed (`bool`_):
|
|
|
|
Allow the setting of `vlanId`_ , trunk `vlanId`_ , or `pvlanId`_ for an individual port to override the setting in `defaultPortConfig`_ of a portgroup.
|
|
uplinkTeamingOverrideAllowed (`bool`_):
|
|
|
|
Allow the setting of `uplinkTeamingPolicy`_ for an individual port to override the setting in `defaultPortConfig`_ of a portgroup.
|
|
securityPolicyOverrideAllowed (`bool`_):
|
|
|
|
Allow the setting of `securityPolicy`_ for an individual port to override the setting in `defaultPortConfig`_ of a portgroup.
|
|
ipfixOverrideAllowed (`bool`_, optional):
|
|
|
|
Allow the setting of `ipfixEnabled`_ for an individual port to override the setting in `defaultPortConfig`_ of a portgroup.
|