Enum -
HostDigestVerificationSetting(vim.host.DigestVerificationSetting)
- Since
- vSphere API 7.0.3.0
Enum Description
This enum specifies the supported digest verification settings.
For NVMe over TCP connections, both header and data digests may be
requested during the process of establishing the connection.
For details, see:
- NVM Express Technical Proposal 8000 - NVMe/TCP Transport,
Section 7.4.6, "PDU Header and Data Digests"
Enum Constants
Name | Description |
dataOnly |
|
digestDisabled |
|
headerAndData |
|
headerOnly |
|
Show WSDL type definition