PeerProxy

PeerProxy
PeerProxy

Internet proxy configuration for VSP cluster

JSON Example
{
    "host": "string",
    "port": 0,
    "tlsEnabled": false,
    "credentialsEnabled": false,
    "username": "string",
    "password": "string",
    "encodedCertificate": "string",
    "excludeDomains": "string",
    "excludeIpAddresses": "string"
}
string
host
Optional

Internet proxy server host, e.g. proxy.example.com

integer
port
Optional

Internet proxy server port number, e.g. 3128

boolean
tlsEnabled
Optional

Enable TLS for Internet Proxy Server

boolean
credentialsEnabled
Optional

Enable credentials for Internet Proxy Server

string
username
Optional

Username to connect to Internet Proxy Server

string As password As password
password
Optional

Password to connect to Internet Proxy Server

string
encodedCertificate
Optional

Base64 encoded Server certificate in PEM format for Internet Proxy Server

string
excludeDomains
Optional

Comma-separated list of Domains to exclude from Internet proxy server

string
excludeIpAddresses
Optional

Comma-separated list of IP Addresses to exclude from Internet proxy server