HostSpbmHashInfo
HostSpbmHashInfo
A structure enclosing the computed policy info hash and the datastore info hash values.
They are used by SPBM to verify whether the policy info or datastore info needs to be refreshed on this host.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"policyInfoHash": "string",
"datastoreInfoHash": "string"
}
string
policyInfoHash
Required
Hash computed from all the policy definitions on the host.
string
datastoreInfoHash
Required
Hash computed from all the datastore info on the host.