NamespaceManagement_Networks_Edges_NSXAdvancedLBConfig
NSXAdvancedLBConfig structure is used to describe the NSX Advanced Load Balancer configuration.
{
"server": {
"host": "string",
"port": 0
},
"username": "string",
"password": "string",
"certificate_authority_chain": "string",
"cloud_name": "string"
}
A Server structure represents an endpoint used to configure load balancers.
NSXAdvancedLBConfig.username is used by the Avi Kubernetes Operator to program the Avi Controller.
NSXAdvancedLBConfig.password is the password for the username.
NSXAdvancedLBConfig.certificate-authority-chain 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".