Vcenter NamespaceManagement ClusterCompatibility Summary

Vcenter NamespaceManagement ClusterCompatibility Summary
Vcenter NamespaceManagement ClusterCompatibility Summary

The Vcenter NamespaceManagement ClusterCompatibility Summary schema contains the information about the compatibility of a vSphere cluster.

This schema was added in vSphere API 7.0.0.0.

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": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
cluster
Required

Identifier of the vSphere cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property 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 incompatibility_reasons field.

This property was added in vSphere API 7.0.0.0.

incompatibility_reasons
Required

Reasons for incompatibility.

This property was added in vSphere API 7.0.0.0.