VsanMountPrecheckNetworkConnectivity
VsanMountPrecheckNetworkConnectivity
The network connectivity between a client host and a server host.
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"
},
"smallPingTestSuccessPct": 0,
"largePingTestSuccessPct": 0,
"status": "string"
}
host
Required
The server host.
integer As int32
As int32
smallPingTestSuccessPct
Required
The small ping test success percentage between a client host and a server host.
integer As int32
As int32
largePingTestSuccessPct
Required
The large ping test success percentage between a client host and a server host.
string
status
Required
The network connectivity health status between a client host to a server host.
Check VsanHealthStatusTypeEnum for all possible statuses.
See also VsanHealthStatusTypeEnum.