Files
deb-python-pyvmomi/docs/vim/host/FcoeConfig/FcoeSpecification.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

31 lines
1.2 KiB
ReStructuredText

.. _int: https://docs.python.org/2/library/stdtypes.html
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vSphere API 5.0: ../../../vim/version.rst#vimversionversion7
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
.. _vim.host.FcoeConfig.VlanRange: ../../../vim/host/FcoeConfig/VlanRange.rst
vim.host.FcoeConfig.FcoeSpecification
=====================================
An FcoeSpecification contains values relevant to issuing FCoE discovery. Non-mandatory values are denoted '@optional'.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.0`_
Attributes:
underlyingPnic (`str`_):
The name of this FcoeSpecification's underlying PhysicalNic
priorityClass (`int`_, optional):
802.1p priority class to use for FCoE traffic.
sourceMac (`str`_, optional):
Source MAC address to use for FCoE traffic. This MAC address is associated with the logical construct that is a physical NIC's associated underlying FCoE Controller, as defined in the FC-BB-5 standard. This MAC address should be of the form "xx:xx:xx:xx:xx:xx", where 'x' is a hexadecimal digit. Valid MAC addresses are unicast addresses.
vlanRange ([`vim.host.FcoeConfig.VlanRange`_], optional):
VLAN ranges to use for FCoE traffic.