APIRef_tm_ltm_virtual_security-nat-rulesΒΆ

mgmt/tm/ltm/virtual/security-nat-rules

/tm/ltm

NAT policy rule entry

REST Endpoints

Collection URI
/mgmt/tm/ltm/virtual/security-nat-rules
Collection Methods
OPTIONS, GET
Resource URI
/mgmt/tm/ltm/virtual/security-nat-rules/~resource id
Resource Methods
OPTIONS, GET, POST
Resource Natural Key
name, partition, subPath

Properties

Name Type Default Value Required Access Description
appService string   optional read/write The application service that the object belongs to.
description string   optional read/write User defined description.
ipProtocol string   optional read/write Specifies the IP protocol against which the packet will be compared.
logProfile string   optional read/write Specifies the name of the log profile (see security log profile) that controls logging of various translation events.
placeAfter string   optional read/write Specifies that a new rule should be placed after another rule, first or last. If individual rules are being added (as opposed to specifying replace-all-with) then place-before or place-after must be specified.
placeBefore string   optional read/write Specifies that a new rule should be placed before another rule, first or last. If individual rules are being added (as opposed to specifying replace-all-with) then place-before or place-after must be specified.
status string enabled optional read/write Specifies whether the rule is enabled or disabled. A rule that is enabled is always checked. A rule that is disabled is never checked.

Structures

Name Type Default Value Required Access Description
/destination array_structure   optional read/write  
/destination/address-lists array_structure   optional read/write Specifies a list of address lists (see security firewall address-list) against which the packet will be compared.
/destination/port-lists array_structure   optional read/write Specifies a list of port lists (see security firewall port-list) against which the packet will be compared.
/destination/addresses array_structure   optional read/write  
/destination/addresses/app-service string   optional read/write  
/destination/addresses/description string   optional read/write  
/destination/ports array_structure   optional read/write  
/destination/ports/app-service string   optional read/write  
/destination/ports/description string   optional read/write  
/source array_structure   optional read/write  
/source/address-lists array_structure   optional read/write Specifies a list of address lists (see security firewall address-list) against which the packet will be compared.
/source/port-lists array_structure   optional read/write Specifies a list of port lists (see security firewall port-list) against which the packet will be compared.
/source/vlans array_structure   optional read/write Specifies a list of vlans, vlan groups and tunnels against which the packet will be compared.
/source/addresses array_structure   optional read/write  
/source/addresses/app-service string   optional read/write  
/source/addresses/description string   optional read/write  
/source/ports array_structure   optional read/write  
/source/ports/app-service string   optional read/write  
/source/ports/description string   optional read/write  
/translation array_structure   optional read/write  
/translation/destination string   optional read/write Specifies the name of destination translation object (see security nat destination-translation).
/translation/source string   optional read/write Specifies the name of source translation object (see security nat source-translation).
/translation/destination string   optional read/write Specifies the name of destination translation object (see security nat destination-translation).
/translation/source string   optional read/write Specifies the name of source translation object (see security nat source-translation).
Copyright (c) 2016, F5 Networks Inc. All Rights Reserved.

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.