File: ChapAuthenticationType.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (5)
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