VsanRemoteClusterNotCompatible

VsanRemoteClusterNotCompatible
VsanRemoteClusterNotCompatible

Preflight check detects issue with computed format version and it's compatibility with all the client clusters.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "msg": "string",
    "compatibilityInfo": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
array of KeyAnyValue
compatibilityInfo
Required

An array of key-value pair.

This array contains the names of client and server clusters. Minimum and maximum supported format version for the client cluster and server cluster's format version. Key-value pairs:

  • "clientClusterName": Name of the cluster mounting the server cluster
  • "serverClusterName": Name of the cluster being mounted
  • "clientVfvMin": Minimum supported client's target version
  • "clientVfvMax": Maximum supported client's target version
  • "serverVFV": Supported target version for server cluster