blob: f4319b8ff37d212350ba67c0a4dd9ebbc5ce50d1 [file] [log] [blame]
Jon Perritt9f8b0152015-03-17 19:28:18 -06001// Package lbpools provides access to load balancer pools associated with a
2// RackConnect configuration. Load Balancer Pools must be configured in advance
Jon Perrittaa244992015-03-18 09:42:24 -06003// by your Network Security team to be eligible for use with RackConnect.
Jon Perritt9f8b0152015-03-17 19:28:18 -06004// 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.
14package lbpools