Settings_Clusters_Configuration_BooleanComplianceValueArray

Settings_Clusters_Configuration_BooleanComplianceValueArray
Settings_Clusters_Configuration_BooleanComplianceValueArray

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.

JSON Example
{
    "host_arr": [
        false
    ],
    "desired_arr": [
        false
    ]
}
array of boolean
host_arr
Optional

Boolean array on ESXi host.

array of boolean
desired_arr
Optional

Boolean array in desired document.