VsanMountPrecheckNetworkLatency

VsanMountPrecheckNetworkLatency
VsanMountPrecheckNetworkLatency

The network latency 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"
    },
    "networkLatency": 0,
    "status": "string"
}
host
Required

The server host.

integer As int64 As int64
networkLatency
Required

The network latency in microseconds between a client host to a server host.

string
status
Required

The network latency health status between a client host to a server host.

Check VsanHealthStatusTypeEnum for all possible statuses.

See also VsanHealthStatusTypeEnum.