Class: Ansible::Ruby::Modules::Meraki_mr_l3_firewall
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Meraki_mr_l3_firewall
- Defined in:
- lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb
Overview
Allows for creation, management, and visibility into layer 3 firewalls implemented on Meraki MR access points.
Instance Method Summary collapse
-
#allow_lan_access ⇒ Boolean?
Sets whether devices can talk to other devices on the same LAN.
-
#net_id ⇒ Integer?
ID of network containing access points.
-
#net_name ⇒ String?
Name of network containing access points.
-
#number ⇒ Integer?
Number of SSID to apply firewall rule to.
-
#org_id ⇒ Object?
ID of organization.
-
#org_name ⇒ String?
Name of organization.
-
#rules ⇒ NilClass, ...
List of firewall rules.
-
#ssid_name ⇒ Object?
Name of SSID to apply firewall rule to.
-
#state ⇒ :present, ...
Create or modify an organization.
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
#allow_lan_access ⇒ Boolean?
Returns Sets whether devices can talk to other devices on the same LAN.
38 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 38 attribute :allow_lan_access |
#net_id ⇒ Integer?
Returns ID of network containing access points.
27 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 27 attribute :net_id |
#net_name ⇒ String?
Returns Name of network containing access points.
23 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 23 attribute :net_name |
#number ⇒ Integer?
Returns Number of SSID to apply firewall rule to.
31 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 31 attribute :number |
#org_id ⇒ Object?
Returns ID of organization.
20 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 20 attribute :org_id |
#org_name ⇒ String?
Returns Name of organization.
16 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 16 attribute :org_name |
#rules ⇒ NilClass, ...
Returns List of firewall rules.
42 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 42 attribute :rules |
#ssid_name ⇒ Object?
Returns Name of SSID to apply firewall rule to.
35 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 35 attribute :ssid_name |
#state ⇒ :present, ...
Returns Create or modify an organization.
12 |
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mr_l3_firewall.rb', line 12 attribute :state |