Class: Ansible::Ruby::Modules::Panos_query_rules

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

Overview

  • Security policies allow you to enforce rules and take action, and can be as general or specific as needed. The policy rules are compared against the incoming traffic in sequence, and because the first rule that matches the traffic is applied, the more specific rules must precede the more general ones.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#api_keyString?

Returns API key that can be used instead of I(username)/I(password) credentials.

Returns:

  • (String, nil)

    API key that can be used instead of I(username)/I(password) credentials.



25
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 25

attribute :api_key

#applicationObject?

Returns Name of the application or application group to be queried.

Returns:

  • (Object, nil)

    Name of the application or application group to be queried.



29
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 29

attribute :application

#destination_ipString?

Returns The destination IP address to be queried.

Returns:

  • (String, nil)

    The destination IP address to be queried.



46
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 46

attribute :destination_ip

#destination_portString?

Returns The destination port to be queried.

Returns:

  • (String, nil)

    The destination port to be queried.



50
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 50

attribute :destination_port

#destination_zoneString?

Returns Name of the destination security zone to be queried.

Returns:

  • (String, nil)

    Name of the destination security zone to be queried.



42
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 42

attribute :destination_zone

#devicegroupObject?

Returns The Panorama device group in which to conduct the query.

Returns:

  • (Object, nil)

    The Panorama device group in which to conduct the query.



62
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 62

attribute :devicegroup

#ip_addressString

Returns IP address (or hostname) of PAN-OS firewall or Panorama management console being queried.

Returns:

  • (String)

    IP address (or hostname) of PAN-OS firewall or Panorama management console being queried.



13
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 13

attribute :ip_address

#passwordString

Returns Password credentials to use for authentication.

Returns:

  • (String)

    Password credentials to use for authentication.



21
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 21

attribute :password

#protocolString?

Returns The protocol used to be queried. Must be either I(tcp) or I(udp).

Returns:

  • (String, nil)

    The protocol used to be queried. Must be either I(tcp) or I(udp).



54
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 54

attribute :protocol

#source_ipObject?

Returns The source IP address to be queried.

Returns:

  • (Object, nil)

    The source IP address to be queried.



36
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 36

attribute :source_ip

#source_portObject?

Returns The source port to be queried.

Returns:

  • (Object, nil)

    The source port to be queried.



39
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 39

attribute :source_port

#source_zoneString?

Returns Name of the source security zone to be queried.

Returns:

  • (String, nil)

    Name of the source security zone to be queried.



32
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 32

attribute :source_zone

#tag_nameString?

Returns Name of the rule tag to be queried.

Returns:

  • (String, nil)

    Name of the rule tag to be queried.



58
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 58

attribute :tag_name

#usernameString?

Returns Username credentials to use for authentication.

Returns:

  • (String, nil)

    Username credentials to use for authentication.



17
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_query_rules.rb', line 17

attribute :username