Jon Perritt | 9f8b015 | 2015-03-17 19:28:18 -0600 | [diff] [blame] | 1 | // Package lbpools provides access to load balancer pools associated with a |
| 2 | // RackConnect configuration. Load Balancer Pools must be configured in advance |
Jon Perritt | aa24499 | 2015-03-18 09:42:24 -0600 | [diff] [blame] | 3 | // by your Network Security team to be eligible for use with RackConnect. |
Jon Perritt | 9f8b015 | 2015-03-17 19:28:18 -0600 | [diff] [blame] | 4 | // If you do not see a pool that you expect to see, contact your Support team |
| 5 | // for further assistance. The Load Balancer Pool id returned by these calls is |
| 6 | // automatically generated by the RackConnect automation and will remain constant |
| 7 | // unless the Load Balancer Pool is renamed on your hardware load balancer. |
| 8 | // All Load Balancer Pools will currently return a status of ACTIVE. Future |
| 9 | // features may introduce additional statuses. |
| 10 | // Node status values are ADDING, ACTIVE, REMOVING, ADD_FAILED, and REMOVE_FAILED. |
| 11 | // The cloud_servers node count will only include Cloud Servers from the specified |
| 12 | // cloud account. Any dedicated servers or cloud servers from another cloud account |
| 13 | // on the same RackConnect Configuration will be counted as external nodes. |
| 14 | package lbpools |