NamespaceManagementNetworksEdgesNSXAdvancedLBConfig

NSXAdvancedLBConfig structure is used to describe the NSX Advanced Load Balancer configuration.


Properties

string
certificate_authority_chain Required

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


string as password
password Required

NSXAdvancedLBConfig.password is the password for the username.


server Required

NSXAdvancedLBConfig.server is the address for the Avi Controller, used to configure Virtual Servers.


string
username Required

NSXAdvancedLBConfig.username is used by the AVI Kubernetes Operator to program the Avi Controller.

JSON Example

{
	"certificate_authority_chain": "string",
	"password": "string",
	"server": {
		"host": "string",
		"port": 0
	},
	"username": "string"
}

Feedback

Was this page helpful?