Jamie Hannaford | c6f2ceb | 2014-11-04 10:53:58 +0100 | [diff] [blame] | 1 | /* |
Jamie Hannaford | 227d959 | 2014-11-13 10:32:07 +0100 | [diff] [blame^] | 2 | Package vips provides information and interaction with the Virtual IP API |
Jamie Hannaford | c6f2ceb | 2014-11-04 10:53:58 +0100 | [diff] [blame] | 3 | resource for the Rackspace Cloud Load Balancer service. |
| 4 | |
| 5 | A virtual IP (VIP) makes a load balancer accessible by clients. The load |
| 6 | balancing service supports either a public VIP, routable on the public Internet, |
| 7 | or a ServiceNet address, routable only within the region in which the load |
| 8 | balancer resides. |
| 9 | |
| 10 | All load balancers must have at least one virtual IP associated with them at |
| 11 | all times. |
| 12 | */ |
| 13 | package vips |