VsanHostRunVmdkLoadTestRequestType
VsanHostRunVmdkLoadTestRequestType
The parameters of VsanHostRunVmdkLoadTest.
JSON Example
{
"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
}
]
}
string
runname
Required
The name for this VMDK load test
integer As int32
As int32
durationSec
Required
The duration time for each of VMDK load test
array of
VsanVmdkLoadTestSpec
specs
Required
The VMDK load test spec list each of which includes the VMDK creation spec and IO load test spec