VsanClusterTelemetryProxyConfig

VsanClusterTelemetryProxyConfig
VsanClusterTelemetryProxyConfig

The HTTP proxy configuration for sending vSAN cluster telemetry

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": "string",
    "port": 0,
    "user": "string",
    "password": "string",
    "autoDiscovered": false
}
string
host
Optional

The proxy host.

Empty value indicates to remove the proxy setting

integer As int32 As int32
port
Optional

The proxy port.

Empty value indicates to remove the proxy setting

string
user
Optional

The user name for the proxy host

string As password As password
password
Optional

The password for the user on the proxy host

boolean
autoDiscovered
Optional

True indicates the proxy is auto discovered in the system False indicates the proxy is set by user