File: AuthenticationProperties.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,302 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
28
29
30
31
32
33
34
35
36
37
38
39
40
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _bool: https://docs.python.org/2/library/stdtypes.html

.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst


vim.host.InternetScsiHba.AuthenticationProperties
=================================================
  The authentication settings for this host bus adapter or target.
:extends: vmodl.DynamicData_

Attributes:
    chapAuthEnabled (`bool`_):

       True if CHAP is currently enabled
    chapName (`str`_, optional):

       The CHAP user name if enabled
    chapSecret (`str`_, optional):

       The CHAP secret if enabled
    chapAuthenticationType (`str`_, optional):

       The preference for CHAP or non-CHAP protocol if CHAP is enabled
    chapInherited (`bool`_, optional):

       CHAP settings are inherited
    mutualChapName (`str`_, optional):

       When Mutual-CHAP is enabled, the user name that target needs to use to authenticate with the initiator
    mutualChapSecret (`str`_, optional):

       When Mutual-CHAP is enabled, the secret that target needs to use to authenticate with the initiator
    mutualChapAuthenticationType (`str`_, optional):

       The preference for CHAP or non-CHAP protocol if CHAP is enabled
    mutualChapInherited (`bool`_, optional):

       Mutual-CHAP settings are inherited