NamespaceManagementLoadBalancersAviConfigUpdateSpec

LoadBalancers.AviConfigUpdateSpec captures the configuration data required for integration with the Avi Software Load Balancer.


Properties

string
certificate_authority_chain Optional

CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server. If unset, the existing PEM-encoded CA chain will not be modified.


string as password
password Optional

The password for the administrator user. If unset, the existing password will not be modified.


string
username Optional

An administrator user name for accessing the Avi Controller. If unset, the existing username will not be modified.

JSON Example

{
	"certificate_authority_chain": "string",
	"password": "string",
	"username": "string"
}

Feedback

Was this page helpful?