NamespaceManagement_LoadBalancers_AviInfo
NamespaceManagement_LoadBalancers_AviInfo
The LoadBalancers.AviInfo contains information related to the Avi software load balancer in the namespace.
JSON Example
{
"server": {
"host": "string",
"port": 0
},
"username": "string",
"certificate_authority_chain": "string"
}
server
Required
A LoadBalancers.Server represents an endpoint used to configure load balancers.
string
username
Required
An administrator user name for accessing the Avi Controller.
string
certificate_authority_chain
Required
PEM-encoded CA certificate chain which is used to verify x509 certificates received from the server.