VsanClusterHealthConfigs

VsanClusterHealthConfigs
VsanClusterHealthConfigs
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enableVsanTelemetry": false,
    "vsanTelemetryInterval": 0,
    "vsanTelemetryProxy": {
        "_typeName": "string",
        "host": "string",
        "port": 0,
        "user": "string",
        "password": "string",
        "autoDiscovered": false
    },
    "configs": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
boolean
enableVsanTelemetry
Optional

Enable flag to vSAN telemetry collection.

The flag doesn't take effect any more and the value will be ignored

integer As int32 As int32
vsanTelemetryInterval
Optional

The periodical vSAN telemetry collection interval in minutes.

The smaller value will collect vSAN telemetry more frequently but increase the system overhead and vice versa. The default is one week.

vsanTelemetryProxy
Optional

The proxy used for sending vSAN telemetry.

The proxy can be either user configured or auto-discovered and will be applied for collecting all of vSAN telemetry data

configs
Optional

Any other vSAN cluster health configurations.

Each of configuration is the key/value pair. Currently, no additional configuration will be supported