1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.fault.DvsFault: ../../vim/fault/DvsFault.rst
vim.fault.VspanPortMoveFault
============================
:extends:
`vim.fault.DvsFault`_
Thrown when moving a port used as tranmistted source or destination ports in vspan session to a promiscuous portgroup if this operation may change the non-promiscuous port to promiscuous mode.
Attributes:
srcPortgroupName (`str`_)
destPortgroupName (`str`_)
portKey (`str`_)
|