Load Balancer Pool¶
A load balancer pool is a group of servers that work together to distribute incoming traffic efficiently, ensuring high availability, scalability, and optimal resource utilization for an application or service.
The load balancer pool model provides the following fields:
name
(string): The name of the load balancer pool.load_balancing_algorithm
(string, optional): The algorithm for the load balancer pool. Valid choices can come from netutils or Constance load_balancing_algorithms.health_check_monitor
(HealthCheckMonitor, optional): The health check monitor used by the load balancer pool.tenant
(Tenant, optional): The tenant to which the load balancer pool belongs.