VsanClusterConfigPrecheckItem

VsanClusterConfigPrecheckItem
VsanClusterConfigPrecheckItem

Precheck validation result for cluster configuration.

This is extended from ClusterComputeResourceValidationResultBase description contains the description of the precheck validation. Once the precheck validation completes, result will be set to one of the possible statuses as in VsanHealthStatusTypeEnum. If any of the precheck validation fails, the reason for the failure is available at info This class is currently used by the api VsanValidateConfigSpec to return results

This structure may be used only with operations rendered under /vsan.

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

The status of cluster precheck operation.

Check VsanHealthStatusTypeEnum for all possible statuses.

See also VsanHealthStatusTypeEnum.

description
Optional

The description of the configuration precheck.