VcRemoteVsanServerClusterInfo
Remote vSAN server cluster info at a vCenter level.
This contains additional information required for setting up a HCI Mesh configuration.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"clusterUuid": "string",
"networkTopology": "string",
"siteAffinity": [
{
"_typeName": "string",
"clientSite": {
"_typeName": "string",
"name": "string"
},
"serverSite": {
"_typeName": "string",
"name": "string"
}
}
]
}
The server cluster UUID which client cluster uses to mount remote vSAN datastores of server hosts.
The network topology between the client and server cluster in the HCI Mesh configuration.
It is only needed when the server cluster is a stretched cluster on local vCenter.
See also RemoteVsanNetworkTopologyEnum.
Site Affinity information between the client and server cluster.
This is only to be provided in case of the server cluster being a stretched cluster with two Fault Domains. The site affinity provided implies the network connectivity between the coupled sites to be a high bandwidth/ low latency link and the network connectivity between the uncoupled sites is assumed to be a low bandwidth high latency link. In case of a symmetric network connectivity between the client and server sites, this field can be left unset. A client site can only have one affinitized server site. A single server site can only be coupled with one client site. An empty list for siteAffinity will override the existing site affinity for the server cluster.