HostInternetScsiHbaDigestCapabilities

HostInternetScsiHbaDigestCapabilities
HostInternetScsiHbaDigestCapabilities

The digest capabilities for this host bus adapter.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "headerDigestSettable": false,
    "dataDigestSettable": false,
    "targetHeaderDigestSettable": false,
    "targetDataDigestSettable": false
}
boolean
headerDigestSettable
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.

boolean
dataDigestSettable
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.

boolean
targetHeaderDigestSettable
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.

boolean
targetDataDigestSettable
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.