Jamie Hannaford | 470a70e | 2014-11-04 15:55:12 +0100 | [diff] [blame] | 1 | /* |
| 2 | Package acl provides information and interaction with the access lists feature |
| 3 | of the Rackspace Cloud Load Balancer service. |
| 4 | |
| 5 | The access list management feature allows fine-grained network access controls |
| 6 | to be applied to the load balancer's virtual IP address. A single IP address, |
| 7 | multiple IP addresses, or entire network subnets can be added. Items that are |
| 8 | configured with the ALLOW type always takes precedence over items with the DENY |
| 9 | type. To reject traffic from all items except for those with the ALLOW type, |
| 10 | add a networkItem with an address of "0.0.0.0/0" and a DENY type. |
| 11 | */ |
| 12 | package acl |