Firewall_Address_List (object)

Declares an address-list for use by firewall rules. An address list is a list of IP-address prefixes to compare against the source-IP address and/or destination-IP address in an IP packet

Properties (* = required):

name type(s) default allowed values description
addresses array     A list of IPv4 and IPv6 addresses and address ranges. You can specify a network with CIDR slash notation.
addressLists array     A list of other address lists (each by BIG-IP AS3 pointer or BIG-IP pathname).
class* string   “Firewall_Address_List”  
fqdns array     A list of fully qualified domain names.
geo array     A list of geographic locations (for example, US:Washington).
label string   “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML
remark string   “^[^x00-x1fx22x5cx7f]*$” Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks