VsanMountPrecheckNetworkConnectivityResult
VsanMountPrecheckNetworkConnectivityResult
The precheck result for network connectivity between client hosts and server hosts.
It extends from VsanMountPrecheckItem with network connectivity details.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"type": "string",
"description": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"status": "string",
"reason": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"ignoreMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"details": [
{
"_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"
}
]
}
]
}
details
Optional
A list of VsanMountPrecheckNetworkConnectivityDetail, it contains the network connectivity result for each client host to the server hosts it mounts to.