
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
1.2 KiB
1.2 KiB
vim.host.FcoeConfig.FcoeSpecification
An FcoeSpecification contains values relevant to issuing FCoE discovery. Non-mandatory values are denoted '@optional'.
- extends
- since
- 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.