
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
1.2 KiB
vim.host.InternetScsiHba.DigestCapabilities
The digest capabilities for this host bus adapter.
- extends
- since
- 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.