VsanXvcClientConfig

VsanXvcClientConfig
VsanXvcClientConfig

This represents a single local vSAN datastore in the server cluster and the list of cross VC client clusters mounting it.

This is read only and shouldn't be set by users.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "name": "string",
    "xvcClusters": [
        {
            "_typeName": "string",
            "cluster": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "clusterName": "string",
            "vsanFormatVersion": "string",
            "ownerVc": "string",
            "vcUuid": "string",
            "clusterUuid": "string"
        }
    ]
}
xvcClusters
Optional

The client clusters which mount the vSAN datastore across VC.