Load Balancer

Note

Load Balancer API is available in Libcloud 0.5.0 and higher.

Load Balancer API allows you to manage Load Balancers as a service and servicessuch as Rackspace Cloud Load Balancers, GoGrid Load Balancers and Ninefold LoadBalancers.

Terminology

  • LoadBalancer - represents a loadbalancer instance.
  • Member - represents a load balancermember.
  • Algorithm - represents a load balancingalgorithm (round-robin, random, least connections, etc.).

Supported Providers

For a list of supported providers see supported providers page.

Examples

We have examples of several common patterns.

API Reference

For a full reference of all the classes and methods exposed by the loadbalancerAPI, see this page.