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:

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