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.
{
"_typeName": "string",
"firstFdName": "string",
"firstFdHosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"secondFdName": "string",
"secondFdHosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
User friendly Fault Domain name of site A.
The length of name should not exceed 256 characters.
vSAN data hosts to be put in site A.
Hosts are expected to reside in vSAN cluster.
User friendly Fault Domain name of site B.
The length of name should not exceed 256 characters.
vSAN data hosts to be put in site B.
Hosts are expected to reside in vSAN cluster.