VsanIOTripAnalyzerConfig

VsanIOTripAnalyzerConfig
VsanIOTripAnalyzerConfig

The spec for vSAN IO trip analyzer configuration.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "recurrences": [
        {
            "_typeName": "string",
            "name": "string",
            "targets": [
                {
                    "_typeName": "string",
                    "type": "string",
                    "entityId": "string",
                    "objUuids": [
                        "string"
                    ]
                }
            ],
            "startTime": "string",
            "endTime": "string",
            "duration": 0,
            "interval": 0,
            "status": "string"
        }
    ]
}
recurrences
Optional

The spec defining the recurrence settings for all entities to be diagnosed by IO trip analyzer.

Currently it only supports diagnosing for one entity. If not specified, it will remove the current recurrence settings.