check_point.mgmt.cp_mgmt_add_nat_rule – Create new object.¶
Note
This plugin is part of the check_point.mgmt collection (version 2.0.0).
To install it use: ansible-galaxy collection install check_point.mgmt
.
To use it in a playbook, specify: check_point.mgmt.cp_mgmt_add_nat_rule
.
New in version 2.9: of check_point.mgmt
Parameters¶
Examples¶
- name: add-nat-rule
cp_mgmt_add_nat_rule:
comments: comment example1 nat999
enabled: false
install_on:
- Policy Targets
original_destination: All_Internet
original_source: Any
package: standard
position: 1
state: present
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
cp_mgmt_add_nat_rule
dictionary
|
always. |
The checkpoint add-nat-rule output.
|
Authors¶
Or Soffer (@chkp-orso)