VsanClusterAdvCfgSyncResult

VsanClusterAdvCfgSyncResult
VsanClusterAdvCfgSyncResult

Result of a advanced config sync check across the cluster.

Captures both the high level result as well as per host results.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inSync": false,
    "name": "string",
    "hostValues": [
        {
            "_typeName": "string",
            "hostname": "string",
            "value": "string",
            "isDefault": false
        }
    ]
}
boolean
inSync
Required

True if all hosts use the same value

string
name
Required

Name of the advanced config option

hostValues
Optional

Values across the hosts