Class: Ansible::Ruby::Modules::Panos_op

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

Overview

This module will allow user to pass and execute any supported OP command on the PANW device.

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

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

Returns:

  • (Object, nil)

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



24
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_op.rb', line 24

attribute :api_key

#cmdString

Returns The OP command to be performed.

Returns:

  • (String)

    The OP command to be performed.



27
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_op.rb', line 27

attribute :cmd

#ip_addressString

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

Returns:

  • (String)

    IP address (or hostname) of PAN-OS device or Panorama management console being configured.



12
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_op.rb', line 12

attribute :ip_address

#passwordString

Returns Password credentials to use for authentication.

Returns:

  • (String)

    Password credentials to use for authentication.



20
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_op.rb', line 20

attribute :password

#usernameString?

Returns Username credentials to use for authentication.

Returns:

  • (String, nil)

    Username credentials to use for authentication.



16
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_op.rb', line 16

attribute :username