1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _extensionKey: ../../vim/DistributedVirtualSwitch/ConfigInfo.rst#extensionKey
.. _vim.fault.DvsFault: ../../vim/fault/DvsFault.rst
.. _dvsOperationSupported: ../../vim/DistributedVirtualSwitch/Capability.rst#dvsOperationSupported
vim.fault.DvsNotAuthorized
==========================
:extends:
`vim.fault.DvsFault`_
Thrown if `dvsOperationSupported`_ is false and `extensionKey`_ is not same as the extension key of the login-session.
Attributes:
sessionExtensionKey (`str`_): is optional.
dvsExtensionKey (`str`_): is optional.
|