VsanIODiagnosticsPrecheckResult
VsanIODiagnosticsPrecheckResult
This data object describes the IO diagnostics precheck result.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"supported": false,
"failedChecks": [
{
"_typeName": "string",
"unsupportedType": "string",
"reason": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
}
]
}
boolean
supported
Required
The result to indicate whether IO diagnostics is supported.
array of
VsanIODiagnosticsFailedCheck
failedChecks
Optional
The failed checks of an IO diagnostics precheck.