VsanStretchedClusterConfig

VsanStretchedClusterConfig
VsanStretchedClusterConfig

Config spec of single vSAN stretched cluster

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "preferredFdName": "string",
    "faultDomainConfig": {
        "_typeName": "string",
        "firstFdName": "string",
        "firstFdHosts": [
            {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            }
        ],
        "secondFdName": "string",
        "secondFdHosts": [
            {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            }
        ]
    }
}
cluster
Required

The target vSAN cluster to add/replace witness host.

string
preferredFdName
Optional

User friendly name of preferred Fault Domain configured in target cluster.

faultDomainConfig
Optional

The mapping between Fault Domain and vSAN hosts reside in target cluster, to decide how to configure vSAN cluster into two sites.