VsanPolicyStatus
VsanPolicyStatus
Provides information when compliance checking produces non-compliant results.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": "string",
"expectedValue": "string",
"currentValue": "string"
}
string
id
Required
The checked policy ID.
string
expectedValue
Required
The expected policy value.
string
currentValue
Required
The current policy value.