VsanUpgradeSystemPreflightCheckIssue
VsanUpgradeSystemPreflightCheckIssue
Base class for a pre-flight check issue.
Can be used directly but usually a derived class with a specific issue type is used.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"msg": "string"
}
string
msg
Required
Message describing the issue.
Used By