NamespaceManagement_LoadBalancers_HAProxyInfo
NamespaceManagement_LoadBalancers_HAProxyInfo
The LoadBalancers.HAProxyInfo contains information related to the HAProxy load balancer in the namespace.
JSON Example
{
"servers": [
{
"host": "string",
"port": 0
}
],
"username": "string",
"certificate_authority_chain": "string"
}
servers
Required
A list of the addresses for the DataPlane API servers used to configure HAProxy.
string
username
Required
An administrator user name for accessing the HAProxy Data Plane API server.
string
certificate_authority_chain
Required
PEM-encoded CA certificate chain which is used to verify x509 certificates received from the server.