Class: Ansible::Ruby::Modules::Vca_nat
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vca_nat
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vca_nat.rb
Overview
Adds or removes nat rules from a gateway in a vca environment
Instance Method Summary collapse
-
#nat_rules ⇒ Boolean
A list of rules to be added to the gateway, Please see examples on valid entries.
-
#purge_rules ⇒ Boolean?
If set to true, it will delete all rules in the gateway that are not given as paramter to this module.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#nat_rules ⇒ Boolean
Returns A list of rules to be added to the gateway, Please see examples on valid entries.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vca_nat.rb', line 15 attribute :nat_rules |
#purge_rules ⇒ Boolean?
Returns If set to true, it will delete all rules in the gateway that are not given as paramter to this module.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vca_nat.rb', line 11 attribute :purge_rules |