VsanMountPrecheckNetworkLatencyDetail

VsanMountPrecheckNetworkLatencyDetail
VsanMountPrecheckNetworkLatencyDetail

The network latency 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"
    },
    "networkLatencies": [
        {
            "_typeName": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "networkLatency": 0,
            "status": "string"
        }
    ]
}
host
Required

The client host.

networkLatencies
Optional

The network latency for all server hosts.