NamespaceManagement_LoadBalancers_AviConfigCreateSpec

NamespaceManagement_LoadBalancers_AviConfigCreateSpec
NamespaceManagement_LoadBalancers_AviConfigCreateSpec

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

JSON Example
{
    "server": {
        "host": "string",
        "port": 0
    },
    "username": "string",
    "password": "string",
    "certificate_authority_chain": "string",
    "cloud_name": "string"
}
server
Required

A LoadBalancers.Server represents an endpoint used to configure load balancers.

string
username
Required

An administrator user name for accessing the Avi Controller.

string As password
password
Required

The password for the administrator user.

string
certificate_authority_chain
Required

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

string
cloud_name
Optional

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".