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