Files
deb-python-pyvmomi/docs/vim/host/InternetScsiHba/DigestCapabilities.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.2 KiB

vim.host.InternetScsiHba.DigestCapabilities

The digest capabilities for this host bus adapter.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

headerDigestSettable (bool, optional):

True if this host bus adapter supports the configuration of the use of header digest. Defaults to false, in which case no header digests will be used.

dataDigestSettable (bool, optional):

True if this host bus adapter supports the configuration of the use of data digest. Defaults to false, in which case no data digests will be used.

targetHeaderDigestSettable (bool, optional):

True if configuration of the use of header digest is supported on the targets associated with the host bus adapter. Defaults to false, in which case no header digests will be used.

targetDataDigestSettable (bool, optional):

True if configuration of the use of data digest is supported on the targets associated with the host bus adapter. Defaults to false, in which case no data digests will be used.