VimClusterVSANStretchedClusterFaultDomainConfig

VimClusterVSANStretchedClusterFaultDomainConfig
VimClusterVSANStretchedClusterFaultDomainConfig

vSAN Fault Domain configuration, to determine how to configure a vSAN stretched cluster into two sites.

Hosts specified in site A and site B, are expected to cover all hosts reside in target vSAN cluster, and a host is not allowed to exist in both sites, otherwise InvalidArgument fault will be met during vSAN stretched cluster conversion.

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

User friendly Fault Domain name of site A.

The length of name should not exceed 256 characters.

firstFdHosts
Required

vSAN data hosts to be put in site A.

Hosts are expected to reside in vSAN cluster.

string
secondFdName
Required

User friendly Fault Domain name of site B.

The length of name should not exceed 256 characters.

secondFdHosts
Required

vSAN data hosts to be put in site B.

Hosts are expected to reside in vSAN cluster.