VsanStorageWorkloadType

VsanStorageWorkloadType
VsanStorageWorkloadType

Deprecated as of vSphere API 6.7.

Class for the storage workload type for testing the vSAN storage performance.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "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
        }
    ],
    "typeId": "string",
    "name": "string",
    "description": "string",
    "duration": 0
}
specs
Required

The VMDK load test specs

string
typeId
Required

The type id

string
name
Required

The load type name

string
description
Required

The type description

integer As int64 As int64
duration
Optional

The duration as a burn in test (in seconds)

Deprecated