NamespaceManagement_LoadBalancers_AviConfigCreateSpec
LoadBalancers.AviConfigCreateSpec captures the configuration data required for integration with the Avi Software Load Balancer.
{
"server": {
"host": "string",
"port": 0
},
"username": "string",
"password": "string",
"certificate_authority_chain": "string",
"cloud_name": "string"
}
A LoadBalancers.Server represents an endpoint used to configure load balancers.
An administrator user name for accessing the Avi Controller.
The password for the administrator user.
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
The cloud name for the Avi Controller. Only set if custom cloud name is configured for this Avi Controller. If unset, it defaults to "Default-Cloud".