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 27
|
.. _vim.host.InternetScsiHba: ../../../vim/host/InternetScsiHba.rst
.. _vim.host.InternetScsiHba.ChapAuthenticationType: ../../../vim/host/InternetScsiHba/ChapAuthenticationType.rst
vim.host.InternetScsiHba.ChapAuthenticationType
===============================================
The type of CHAP authentication setting to use. prohibited : do not use CHAP. preferred : use CHAP if successfully negotiated, but allow non-CHAP connections as fallback discouraged : use non-CHAP, but allow CHAP connectsion as fallback required : use CHAP for connection strictly, and fail if CHAP negotiation fails. Defaults to preferred on first configuration if unspecified.
:contained by: `vim.host.InternetScsiHba`_
:type: `vim.host.InternetScsiHba.ChapAuthenticationType`_
:name: chapRequired
values:
--------
chapPreferred
chapPreferred
chapDiscouraged
chapDiscouraged
chapProhibited
chapProhibited
chapRequired
chapRequired
|