NamespaceManagementLoadBalancersAviInfo

The LoadBalancers.AviInfo contains information related to the Avi software load balancer in the namespace.


Properties

string
certificate_authority_chain Required

PEM-encoded CA certificate chain which is used to verify x509 certificates received from the server.


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",
	"server": {
		"host": "string",
		"port": 0
	},
	"username": "string"
}

Feedback

Was this page helpful?