VsanHostCleanupVmdkLoadTestRequestType

VsanHostCleanupVmdkLoadTestRequestType
VsanHostCleanupVmdkLoadTestRequestType

The parameters of VsanHostCleanupVmdkLoadTest.

JSON Example
{
    "runname": "string",
    "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
        }
    ]
}
string
runname
Required

The name for this VMDK load test

specs
Optional

The VMDK load test spec list each of which includes the VMDK creation spec and IO load test spec.