NamespaceManagement_LoadBalancers_UpdateSpec

NamespaceManagement_LoadBalancers_UpdateSpec
NamespaceManagement_LoadBalancers_UpdateSpec

The LoadBalancers.UpdateSpec encapsulates configuration allowed for when updating configuration for load balancers.

JSON Example
{
    "address_ranges": [
        {
            "address": "string",
            "count": 0
        }
    ],
    "provider": "string",
    "ha_proxy_config_update_spec": {
        "username": "string",
        "password": "string",
        "certificate_authority_chain": "string"
    },
    "avi_config_update_spec": {
        "username": "string",
        "password": "string",
        "certificate_authority_chain": "string"
    }
}
address_ranges
Optional

List of address ranges that will be used to derive frontend IP addresses for L4 virtual servers. This field is ignored in case of Avi load balancer provider. In case of HA_PROXY load balancer provider, at least one range must be provided. An update operation only allows for addition of new IP ranges to the existing list of IP ranges. If unset, the existing list of address ranges will not be modified.

provider
Optional

The LoadBalancers.Provider enumerates the kinds of load balancers supported by vSphere Namespaces.
HA_PROXY : HAProxy load balancer
AVI : NSX Advanced Load Balancer

ha_proxy_config_update_spec
Optional

LoadBalancers.HAProxyConfigUpdateSpec captures the configuration data required for Supervisor Service Type:LoadBalancer to have an external load balancer be created via HAProxy.

avi_config_update_spec
Optional

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