VsanClusterNetworkPerfTaskSpec

VsanClusterNetworkPerfTaskSpec
VsanClusterNetworkPerfTaskSpec

The additional spec for querying vSAN cluster network performance test

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "Cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "DurationSec": 0,
    "ownerVc": "string"
}
Cluster
Optional

The target cluster against which network performance test will be run.

It could be the local vSAN cluster or the remote vSAN cluster whose datastore has been mounted to the local cluster. If not specified, it will run against the local vSAN cluster itself.

integer As int32 As int32
DurationSec
Optional

The duration of the network performance test.

Default is 15 seconds if not set.

string
ownerVc
Optional

The owner vCenter server FQDN or ip address for the given cluster parameter in this spec.

It can be unset if the cluster is from local VC but should be set for the vSAN cluster from remote VC when it's mounted as remote vSAN datastore.