NamespaceManagement_LoadBalancers_AviConfigSetSpec
NamespaceManagement_LoadBalancers_AviConfigSetSpec
LoadBalancers.AviConfigSetSpec captures the configuration data required for integration with the Avi Software Load Balancer.
JSON Example
{
"server": {
"host": "string",
"port": 0
},
"username": "string",
"password": "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 As password
password
Required
The password for the administrator user.
string
certificate_authority_chain
Required
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.