File: DigestType.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 (27 lines) | stat: -rw-r--r-- 963 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.DigestType: ../../../vim/host/InternetScsiHba/DigestType.rst

vim.host.InternetScsiHba.DigestType
===================================
  The type of integrity checks to use. The digest setting for header and data traffic can be separately configured. prohibited : do not use digest. preferred : use digest if successfully negotiated, but skip the use of digest otherwise. discouraged : do not use digest if target allows, otherwise use digest. required : use digest strictly, and fail if target does not support digest. Defaults to preferred on first configuration if unspecified.
  :contained by: `vim.host.InternetScsiHba`_

  :type: `vim.host.InternetScsiHba.DigestType`_

  :name: digestRequired

values:
--------

digestPreferred
   digestPreferred

digestDiscouraged
   digestDiscouraged

digestProhibited
   digestProhibited

digestRequired
   digestRequired