Class: Ansible::Ruby::Modules::Meraki_mx_l3_firewall

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb

Overview

Allows for creation, management, and visibility into layer 3 firewalls implemented on Meraki MX firewalls.

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

#net_idObject?

Returns ID of network which MX firewall is in.

Returns:

  • (Object, nil)

    ID of network which MX firewall is in.



27
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 27

attribute :net_id

#net_nameString?

Returns Name of network which MX firewall is in.

Returns:

  • (String, nil)

    Name of network which MX firewall is in.



23
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 23

attribute :net_name

#org_idObject?

Returns ID of organization.

Returns:

  • (Object, nil)

    ID of organization.



20
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 20

attribute :org_id

#org_nameString?

Returns Name of organization.,If C(clone) is specified, C(org_name) is the name of the new organization.

Returns:

  • (String, nil)

    Name of organization.,If C(clone) is specified, C(org_name) is the name of the new organization.



16
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 16

attribute :org_name

#rulesArray<Hash>, ...

Returns List of firewall rules.

Returns:

  • (Array<Hash>, Hash, nil)

    List of firewall rules.



30
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 30

attribute :rules

#state:present, ...

Returns Create or modify an organization.

Returns:

  • (:present, :query, nil)

    Create or modify an organization.



12
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 12

attribute :state

#syslog_default_ruleSymbol?

Returns Whether to log hits against the default firewall rule.,Only applicable if a syslog server is specified against the network.,This is not shown in response from Meraki. Instead, refer to the C(syslog_enabled) value in the default rule.

Returns:

  • (Symbol, nil)

    Whether to log hits against the default firewall rule.,Only applicable if a syslog server is specified against the network.,This is not shown in response from Meraki. Instead, refer to the C(syslog_enabled) value in the default rule.



34
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_mx_l3_firewall.rb', line 34

attribute :syslog_default_rule