VsanVcClusterRunVmdkLoadTestRequestType

VsanVcClusterRunVmdkLoadTestRequestType
VsanVcClusterRunVmdkLoadTestRequestType

The parameters of VsanVcClusterRunVmdkLoadTest.

JSON Example
{
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "runname": "string",
    "durationSec": 0,
    "specs": [
        {
            "_typeName": "string",
            "vmdkCreateSpec": {
                "_typeName": "string",
                "diskType": "string",
                "adapterType": "string",
                "capacityKb": 0,
                "profile": [
                    {
                        "_typeName": "string"
                    }
                ],
                "crypto": {
                    "_typeName": "string"
                },
                "sectorFormat": "string"
            },
            "vmdkIOSpec": {
                "_typeName": "string",
                "readPct": 0,
                "oio": 0,
                "iosizeB": 0,
                "dataSizeMb": 0,
                "random": false,
                "startOffsetB": 0
            },
            "vmdkIOSpecSequence": [
                {
                    "_typeName": "string",
                    "readPct": 0,
                    "oio": 0,
                    "iosizeB": 0,
                    "dataSizeMb": 0,
                    "random": false,
                    "startOffsetB": 0
                }
            ],
            "stepDurationSec": 0
        }
    ],
    "action": "string"
}
cluster
Required

The target vCenter cluster.

Required privileges: System.Read

string
runname
Required

The name for this test.

integer As int32 As int32
durationSec
Optional

The duration time for each of VMDK load test.

specs
Optional

specs

string
action
Optional

The possible actions are "prepare", "run" and "cleanup" and "fullrun". Default is "fullrun".