
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
3.4 KiB
vim.dvs.VmwareDistributedVirtualSwitch.ConfigSpec
This class defines the VMware specific configuration for DistributedVirtualSwitch.
- extends
- since
- Attributes:
-
pvlanConfigSpec ([vim.dvs.VmwareDistributedVirtualSwitch.PvlanConfigSpec], optional):
The PVLAN configuration specification.A VMwareDVSPvlanMapEntry that has the same value for primaryVlanId and secondaryVlanId is referred to as a primary PVLAN entry. Otherwise, the VMwareDVSPvlanMapEntry is referred to as a secondary PVLAN entry.The pvlanType of a primary PVLAN entry must be promiscuous . A secondary PVLAN entry can have a pvlanType of either community or isolated .Primary PVLAN entries must be explicitly added. If there is no primary PVLAN entry corresponding to the primaryVlanId of a secondary PVLAN entry, a fault is thrown.While deleting a primary PVLAN entry, any associated secondary PVLAN entries must be explicitly deleted.
vspanConfigSpec ([vim.dvs.VmwareDistributedVirtualSwitch.VspanConfigSpec], optional):
The Distributed Port Mirroring configuration specification. The VSPAN sessions in the array cannot be of the same key.
maxMtu (int, optional):
The maximum MTU in the switch.
linkDiscoveryProtocolConfig (vim.host.LinkDiscoveryProtocolConfig, optional):
ipfixConfig (vim.dvs.VmwareDistributedVirtualSwitch.IpfixConfig, optional):
Configuration for ipfix monitoring of the switch traffic. This must be set before ipfix monitoring can be enabled for the switch, or for any portgroup or port of the switch.See ipfixEnabled
lacpApiVersion (str, optional):
The Link Aggregation Control Protocol group version in the switch. See LacpApiVersion for valid values.