NamespaceManagement_ClusterCompatibility_Summary

NamespaceManagement_ClusterCompatibility_Summary
NamespaceManagement_ClusterCompatibility_Summary

The ClusterCompatibility.Summary structure contains the information about the compatibility of a vSphere cluster.

JSON Example
{
    "cluster": "string",
    "compatible": false,
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": {
                        "id": "string",
                        "params": {
                            "params": "Std_LocalizationParam Object"
                        }
                    },
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
cluster
Required

Identifier of the vSphere cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.

boolean
compatible
Required

Compatibility of this vSphere cluster. If false, the list of incompatibility issues will be given in the ClusterCompatibility.Summary.incompatibility-reasons field.

incompatibility_reasons
Required

Reasons for incompatibility.