VsanPerfSaveTimeRangesRequestType

VsanPerfSaveTimeRangesRequestType
VsanPerfSaveTimeRangesRequestType

The parameters of VsanPerfSaveTimeRanges.

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

JSON Example
{
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "timeRanges": [
        {
            "_typeName": "string",
            "name": "string",
            "startTime": "string",
            "endTime": "string"
        }
    ]
}
cluster
Optional

Reference to an instance of the ClusterComputeResource managed object.

timeRanges
Required

VsanPerfTimeRange list to be saved.