Class: Ansible::Ruby::Modules::Vca_nat

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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_rulesBoolean

Returns A list of rules to be added to the gateway, Please see examples on valid entries.

Returns:

  • (Boolean)

    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_rulesBoolean?

Returns If set to true, it will delete all rules in the gateway that are not given as paramter to this module.

Returns:

  • (Boolean, nil)

    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