InlineEdgeLoadBalancerPool1
Properties
Name for the Load Balancer Pool. Name is unique across all pools for an Edge Gateway.
The algorithm for choosing a member within the pool’s list of available members for each new connection. Default value is “LEAST_CONNECTIONS”. Supported algorithms are:
- LEAST_CONNECTIONS
- ROUND_ROBIN
- CONSISTENT_HASH
- FASTEST_RESPONSE
- LEAST_LOAD
- FEWEST_SERVERS
- RANDOM
- FEWEST_TASKS
- CORE_AFFINITY
The destination server port used by the traffic sent to the member.
A list of domain names which will be used to verify the common names or subject alternative names presented by the pool member certificates. It is performed only when common name check (commonNameCheckEnabled) is enabled. If common name check is enabled, but domain names are not specified then the incoming host header will be used to check the certificate.
Whether to check the common name of the certificate presented by the pool member. This cannot be enabled if no caCertificateRefs are specified.
Maximum time (in minutes) to gracefully disable a member. Virtual service waits for the specified time
before terminating the existing connections to the members that are disabled.
Special values: 0 represents ‘Immediate’, -1 represents ‘Infinite’.
Member server’s health can be monitored by using one or more health monitors. Active monitors generate synthetic traffic and mark a server up or down based on the response.
Reference to the Edge Firewall Group representing destination servers which are used by the Load Balancer Pool to direct load balanced traffic. Only one of members or memberGroupRef can be specified.
The list of destination servers which are used by the Load Balancer Pool to direct load balanced traffic. Only one of members or memberGroupRef can be specified.
The root certificates to use when validating certificates presented by the pool members.
Selected persistence profile for the Load Balancer Pool.
Whether SSL is enabled for this Pool.
The list of Load Balancer Virtual Services associated with this Load balancer Pool.
JSON Example
{}
Used By
EdgeLoadBalancerPool
What's changed in v37.1?
Added Properties
memberGroupRef