VsanQueryClusterNetworkPerfTestRequestType

VsanQueryClusterNetworkPerfTestRequestType
VsanQueryClusterNetworkPerfTestRequestType

The parameters of VsanQueryClusterNetworkPerfTest.

JSON Example
{
    "hosts": [
        "string"
    ],
    "esxRootPassword": "string",
    "multicast": false,
    "durationSec": 0
}
array of string
hosts
Required

The vSAN hosts

string
esxRootPassword
Required

The root password for the host. The password should be the same for all of hosts in the vSAN cluster

boolean
multicast
Required

True to test vSAN multicast network performance. False to test vSAN unicast network performance.

integer As int32 As int32
durationSec
Optional

The duration time for the Network Performance test. Default is 15 seconds if not set.