SettingsClustersConfigurationLongComplianceValue
The LongComplianceValue structure contains fields that describe a long value in drift. This struture captures the desired value and the host value for the drift.
Properties
integer
desired_value
Optional
Long value in desired document.
integer
host_value
Optional
Long value on ESXi host.
JSON Example
{
"desired_value": 0,
"host_value": 0
}