VsanMountPrecheckNetworkConnectivityDetail
VsanMountPrecheckNetworkConnectivityDetail
The network connectivity between given client host and all server hosts.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"networkConnectivity": [
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"smallPingTestSuccessPct": 0,
"largePingTestSuccessPct": 0,
"status": "string"
}
]
}
host
Required
The client host.
array of
VsanMountPrecheckNetworkConnectivity
networkConnectivity
Optional
The network connectivity for all server hosts.