VsanHostGlobalDedupConfigHealthSummary

VsanHostGlobalDedupConfigHealthSummary
VsanHostGlobalDedupConfigHealthSummary

This class defines the host's global dedup config health summary.

The global dedup config health checks if a host's global dedup config is consistent with cluster config.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostname": "string",
    "health": "string"
}
string
hostname
Optional

The hostname or IP address of the host this summary belongs to.

string
health
Optional

This host's global dedup config health.

'green' means the host has consistent global dedup config with cluster, 'red' means the host has inconsistent global dedup config with cluster.