Security::FirewallPortList¶
Methods¶
Method | Description | Introduced |
add_nested_port_list | Adds a list of nested port lists for the specified firewall port lists. | BIG-IP_v11.5.0 |
add_port | Adds a set of port ranges to the specified firewall port lists. | BIG-IP_v11.3.0 |
create | Creates a firewall port list. | BIG-IP_v11.3.0 |
create_with_nested_port_list | Creates a firewall port list with nested port list. Users can enter a port list as one of the list entry of another port list. For example, users can have a port list plist-1 that contains ports 1-5. Users can have another port list plist-2 that contains ports 10-20 and plist-1 as the child list. If the port list plist-2 is used in an AFM rule as source or destination port list, the ports inside the child lists will be fully expanded so that the ports AFM rule will match for plist-2 are 1-5 and 10-20. | BIG-IP_v11.5.0 |
delete_all_port_lists | Deletes all firewall port lists on this device. | BIG-IP_v11.3.0 |
delete_port_list | Deletes a set of firewall port lists. | BIG-IP_v11.3.0 |
get_description | Gets the descriptions for a set of firewall port lists. | BIG-IP_v11.3.0 |
get_list | Gets the list of firewall port lists on this device. | BIG-IP_v11.3.0 |
get_nested_port_list | Gets nested port lists for the specified firewall port lists. Users can enter a port list as one of the list entry of another port list. For example, users can have a port list plist-1 that contains ports 1-5. Users can have another port list plist-2 that contains ports 10-20 and plist-1 as the child list. If the port list plist-2 is used in an AFM rule as source or destination port list, the ports inside the child lists will be fully expanded so that the ports AFM rule will match for plist-2 are 1-5 and 10-20. | BIG-IP_v11.5.0 |
get_nested_port_list_description | Gets the descriptions for the specified nested port lists. | BIG-IP_v11.5.0 |
get_port | Gets the entries of the specified firewall port lists. | BIG-IP_v11.3.0 |
get_port_description | Gets the descriptions for a set of firewall port list entries. | BIG-IP_v11.3.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.3.0 |
remove_all_nested_port_lists | Removes all nested port lists from the specified firewall port lists. | BIG-IP_v11.5.0 |
remove_all_ports | Removes all entries from the specified firewall port lists. | BIG-IP_v11.3.0 |
remove_nested_port_list | Removes a list of nested port lists from the specified firewall port lists. | BIG-IP_v11.5.0 |
remove_port | Removes a set of entries from the specified firewall port lists. | BIG-IP_v11.3.0 |
set_description | Sets the description for a set of firewall port lists. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.3.0 |
set_nested_port_list_description | Sets the descriptions for the specified nested port lists. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.5.0 |
set_port_description | Sets the description for a set of firewall port list entries. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.3.0 |
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.