NamespaceManagementLoadBalancersAviConfigCreateSpec
LoadBalancers.AviConfigCreateSpec captures the configuration data required for integration with the Avi Software Load Balancer.
Properties
string
certificate_authority_chain
Required
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
string as password
password
Required
The password for the administrator user.
server
Required
Server is the address for the Avi Controller, used to configure Virtual Servers.
string
username
Required
An administrator user name for accessing the Avi Controller.
JSON Example
{
"certificate_authority_chain": "string",
"password": "string",
"server": {
"host": "string",
"port": 0
},
"username": "string"
}