InlineLbPool1

InlineLbPool1
InlineLbPool1
JSON Example
{
    "active_monitor_ids": [
        "string"
    ],
    "algorithm": "string",
    "member_group": {
        "customized_members": [
            {
                "admin_state": "string",
                "display_name": "string",
                "ip_address": "string",
                "port": "string",
                "weight": 0
            }
        ],
        "grouping_object": {
            "is_valid": false,
            "target_display_name": "string",
            "target_id": "string",
            "target_type": "string"
        },
        "ip_revision_filter": "string",
        "max_ip_list_size": 0,
        "port": 0
    },
    "members": [
        "PoolMember Object"
    ],
    "min_active_members": 0,
    "passive_monitor_id": "string",
    "snat_translation": "LbSnatTranslation Object",
    "tcp_multiplexing_enabled": false,
    "tcp_multiplexing_number": 0
}
array of string
active_monitor_ids
Optional

In case of active healthchecks, load balancer itself initiates new connections (or sends ICMP ping) to the servers periodically to check their health, completely independent of any data traffic. Active healthchecks are disabled by default and can be enabled for a server pool by binding a health monitor to the pool. If multiple active monitors are configured, the pool member status is UP only when the health check status for all the monitors are UP. The property is deprecated as NSX-T Load Balancer is deprecated.

string
algorithm
Optional
Constraints: default: ROUND_ROBIN

Load balancing algorithm, configurable per pool controls how the incoming connections are distributed among the members.

Possible values are : ROUND_ROBIN, WEIGHTED_ROUND_ROBIN, LEAST_CONNECTION, WEIGHTED_LEAST_CONNECTION, IP_HASH,
member_group
Optional

member_group

array of PoolMember
members
Optional

Server pool consists of one or more pool members. Each pool member is identified, typically, by an IP address and a port.

integer As int64 As int64
min_active_members
Optional
Constraints: minimum: 1 maximum: 2147483647 default: 1

A pool is considered active if there are at least certain minimum number of members.

string
passive_monitor_id
Optional

Passive healthchecks are disabled by default and can be enabled by attaching a passive health monitor to a server pool. Each time a client connection to a pool member fails, its failed count is incremented. For pools bound to L7 virtual servers, a connection is considered to be failed and failed count is incremented if any TCP connection errors (e.g. TCP RST or failure to send data) or SSL handshake failures occur. For pools bound to L4 virtual servers, if no response is received to a TCP SYN sent to the pool member or if a TCP RST is received in response to a TCP SYN, then the pool member is considered to have failed and the failed count is incremented. The property is deprecated as NSX-T Load Balancer is deprecated.

snat_translation
Optional

snat_translation

boolean
tcp_multiplexing_enabled
Optional

TCP multiplexing allows the same TCP connection between load balancer and the backend server to be used for sending multiple client requests from different client TCP connections. The property is deprecated as NSX-T Load Balancer is deprecated.

integer As int64 As int64
tcp_multiplexing_number
Optional
Constraints: minimum: 0 maximum: 2147483647 default: 6

The maximum number of TCP connections per pool that are idly kept alive for sending future client requests. The property is deprecated as NSX-T Load Balancer is deprecated.

Used By