From GoGrid
A Load Balancer represents an instance of a virtual server on a hardware load balancer. We currently have clustered dedicated F5 load balancers in an active / standby configuration. Adding a load balancer creates an F5 virtual load balancer on this cluster.
Object Name
Attributes
| id
| long
| 1.0
| A unique identifier for this load balancer. This is auto-generated by the system.
|
| name
| string
| 1.0
| A friendly name for this load balancer.
|
| description
| string
| 1.0
| The text to describe this object.
|
| virtualip
| object ( IP Port Pair )
| 1.0
| The virtual ip port pair for the load balancer. This is the public IP and port the load balancer will listen on.
|
| realiplist
| list ( IP Port Pair )
| 1.0
| The list of real ip port pairs for the load balancer. This is the set of IP and ports the virtual ip traffic will multiplex to.
|
| type
| option
| 1.0
| The load balancer type of this load balancer. This can be a int or string representing the load balancer option's id or name respectively.
|
| persistence
| option
| 1.0
| The persistence type of this load balancer. This can be a int or string representing the load balancer persistence type option's id or name respectively.
- To list option values, call common.lookup.list with lookup set to loadbalancer.persistence
|
| os
| option
| 1.0
| The vendor of this load balancer. This is auto-populated.
|