SettingsClustersConfigurationBooleanComplianceValueArray
The BooleanComplianceValueArray structure contains fields that describe an boolean array in drift. This struture captures the desired values and the host values for the drift.
Properties
array of
boolean
desired_arr
Optional
Boolean array in desired document.
array of
boolean
host_arr
Optional
Boolean array on ESXi host.
JSON Example
{
"desired_arr": [
false
],
"host_arr": [
false
]
}