ArrayOfVSANSharedWitnessCompatibilityResult

ArrayOfVSANSharedWitnessCompatibilityResult
ArrayOfVSANSharedWitnessCompatibilityResult

A boxed array of VSANSharedWitnessCompatibilityResult. To be used in Any placeholders.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "witnessHostCompatibility": {
                "_typeName": "string",
                "entity": {
                    "_typeName": "string",
                    "type": "string",
                    "value": "string"
                },
                "compatible": false,
                "incompatibleReasons": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ],
                "extendedAttributes": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ]
            },
            "roboClusterCompatibility": [
                {
                    "_typeName": "string",
                    "entity": {
                        "_typeName": "string",
                        "type": "string",
                        "value": "string"
                    },
                    "compatible": false,
                    "incompatibleReasons": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "arg": [
                                {
                                    "_typeName": "string",
                                    "key": "string",
                                    "value": {
                                        "_typeName": "string"
                                    }
                                }
                            ],
                            "message": "string"
                        }
                    ],
                    "extendedAttributes": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}
_value
Required

_value