Security::FirewallAddressList::create_with_nested_address_list

Introduced : BIG-IP_v11.5.0
Creates a firewall IP address list with nested address list. Users can enter an address list as one of the list entries of another address list. For example, users can have an address list alist-1 that contains the address 10.10.10.1. Users can have another address list alist-2 that contains address 10.10.10.2 and alist-1 as the child list. If the address list alist-2 is used in an AFM rule as source or destination address list, the addresses inside the child lists will be fully expanded so that the addresses AFM rule will match for alist-2 are 10.10.10.1 and 10.10.10.2.

Prototype

 create_with_nested_address_list(
    in String [] lists,
    in String [] [] nested_lists
);

Parameters

Parameter Type Description
lists String [] Names of the IP Address lists.
nested_lists String [] [] Nested lists on the lists.

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.