VsanServerClusterInfo
VsanServerClusterInfo
Network information of server vSAN 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"
},
"peerHealth": [
{
"_typeName": "string",
"peer": "string",
"peerHostname": "string",
"peerVmknicName": "string",
"smallPingTestSuccessPct": 0,
"largePingTestSuccessPct": 0,
"maxLatencyUs": 0,
"onSameIpSubnet": false,
"sourceVmknicName": "string",
"connectivityHealthState": "string",
"missingHeartBeatCount": 0
}
],
"membership": {
"_typeName": "string",
"clusterUuid": "string",
"health": "string",
"membershipUuid": "string",
"memberUuid": [
"string"
]
}
}
cluster
Optional
The server vSAN cluster.
It's unset for health result returned from host.
array of
VsanNetworkPeerHealthResult
peerHealth
Optional
Network health details for each host of server vSAN cluster.
membership
Optional
The vSAN cluster membership information for the server vSAN clusters mounted on the host.