vCenter Storage Monitoring Service API


Enum - HostDigestVerificationSetting(vim.host.DigestVerificationSetting)

Since
vSphere API Release 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

NameDescription
dataOnly Only data digest verification is enabled.
digestDisabled Both header and data digest verification are disabled.
headerAndData Both header and data digest verification are enabled.
headerOnly Only header digest verification is enabled.

Show WSDL type definition