InlineEdgeLoadBalancerPool1
{
"name": "string",
"defaultPort": 0,
"portTranslationEnabled": false,
"gracefulTimeoutPeriod": 0,
"algorithm": "string",
"healthMonitors": [
{
"name": "string",
"type": "string",
"systemDefined": false
}
],
"persistenceProfile": {
"name": "string",
"type": "string",
"value": "string"
},
"members": [
{
"ipAddress": "string",
"port": 0,
"ratio": 0,
"enabled": false,
"healthStatus": "string",
"markedDownBy": [
"string"
],
"detailedHealthMessage": "string"
}
],
"memberGroupRef": {
"name": "string",
"id": "string"
},
"virtualServiceRefs": [
{
"name": "string",
"id": "string"
}
],
"gatewayRef": {
"name": "string",
"id": "string"
},
"caCertificateRefs": [
{
"name": "string",
"id": "string"
}
],
"commonNameCheckEnabled": false,
"domainNames": [
"*.example.com",
"www.vmware.com"
],
"sslEnabled": false
}
Name for the Load Balancer Pool. Name is unique across all pools for an Edge Gateway.
The destination server port used by the traffic sent to the member.
Whether to enable port translation or not. By default, requests are forwarded to servers on the default port of virtual service. When set to false, requests are forwarded to servers on the same port as the receiving port of the virtual service.
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'.
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
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.
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 list of Load Balancer Virtual Services associated with this Load balancer Pool.
The root certificates to use when validating certificates presented by the pool members.
Whether to check the common name of the certificate presented by the pool member. This cannot be enabled if no caCertificateRefs are specified.
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 SSL is enabled for this Pool.