Class: Ansible::Ruby::Modules::Vca_fw
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vca_fw
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/vmware/vca_fw.rb
Overview
Adds or removes firewall rules from a gateway in a vca environment
Instance Method Summary collapse
-
#fw_rules ⇒ Boolean
A list of firewall rules to be added to the gateway, Please see examples on valid entries.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#fw_rules ⇒ Boolean
Returns A list of firewall rules to be added to the gateway, Please see examples on valid entries.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vca_fw.rb', line 12 attribute :fw_rules |