clusterTemplate_spec_cluster_clusterConfigSpec_proxySpec
either provide partner system id or individual properties
{
"caCert": "caCert",
"httpProxy": "httpProxy",
"httpsProxy": "httpsProxy",
"noProxy": "noProxy",
"type": "extension",
"extensionId": "extensionId"
}
enum used to specify whether to use a stored config or specify a new config
reference to partner system id
proxy to use for HTTP traffic
proxy to use for HTTPS traffic
proxy exclusion list, with format hosts or networks seperated by comma, for example "localhost,192.168.1.0/24"
Self-signed certificate or private root CA certificate in base64 format that used to verify the proxy's certificate. It is required only if the proxy server is a HTTPS proxy that configured with self-signed certificate or certificate signed by a private root CA certificate.