VsanPerfGraph

VsanPerfGraph
VsanPerfGraph
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "metrics": [
        {
            "_typeName": "string",
            "label": "string",
            "group": "string",
            "rollupType": "string",
            "statsType": "string",
            "name": "string",
            "description": "string",
            "metricsCollectInterval": 0
        }
    ],
    "unit": "string",
    "threshold": {
        "_typeName": "string",
        "direction": "string",
        "yellow": "string",
        "red": "string"
    },
    "name": "string",
    "description": "string",
    "secondGraph": "VsanPerfGraph Object"
}
string
id
Required

Graph ID (i.e.

In the vSphere web client, this is used as a ID for composing the AskVmware link, for example: http://www.vmware.com/esx/support/askvmware/index.php?eventtype=<id>&language=en\_US).

metrics
Required

The metrics to display in the graph.

string
unit
Required

The unit for metrics in the graph.

See also VsanPerfStatsUnitTypeEnum.

threshold
Optional

The threshold in the graph

string
name
Optional

The display name of the graph.

string
description
Optional

The description of the graph.

secondGraph
Optional

The second y-axis support.