Skip to content

Load Balancer Pool Member

A load balancer pool member is an individual service within a load balancing pool that handles incoming traffic distributed by the load balancer.

The LoadBalancerPoolMember model provides the following fields:

  • ip_address (IP Address): The IP address of the pool member
  • load_balancer_pool (Load Balancer Pool): The load balancer pool that this object is a member of
  • certificate_profiles (CertificateProfile, optional): The SSL/TLS profile used by the pool member
  • port (integer): The port number of the traffic to load balance
  • ssl_offload (boolean, optional): A flag indicating whether the SSL offload is enabled for the pool member
  • health_check_monitor (Health Check Monitor, optional): The health check monitor used by the pool member
  • tenant (Tenant, optional): The tenant to which the pool member belongs
  • status (Status): The status of the pool member
  • label (string, optional): An optional descriptive label for the pool member.