VsanIODiagnosticsFailedCheck
VsanIODiagnosticsFailedCheck
This data object describes the IO diagnostics failed check.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"unsupportedType": "string",
"reason": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
}
string
unsupportedType
Required
The type of IO diagnostics failed check defined in below enumerations: VsanIODiagnosticsFailedCheckTypeEnum, VsanIODiagnosticsFailedCheckType90Enum
reason
Required
The reason message of IO diagnostics failed check.