VsanCompatibilityCheckResult

VsanCompatibilityCheckResult
VsanCompatibilityCheckResult

The compatibility check result.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "status": "string",
    "message": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
string
status
Required

The overall status of compatibility check.

The possible statuses are:

  • "green": Compatibility check has passed
  • "red": Compatibility check has failed.
message
Optional

Informative and localizable message for the compatibility check.

If the check status is 'red', the message will give the deails about the failure.