Class: Ansible::Ruby::Modules::Panos_set

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

Overview

The ‘xpath’ is “/config/devices/entry/deviceconfig/system” The ‘element’ is “<timezone>Australia/Melbourne</timezone>”

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

#command:set, ...

Returns Xapi method name which supports ‘xpath’ or ‘xpath’ and ‘element’.

Returns:

  • (:set, :edit, :delete, :get, :show, :override, nil)

    Xapi method name which supports ‘xpath’ or ‘xpath’ and ‘element’



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

attribute :command

#elementString?

Returns The ‘element’ for the ‘xpath’ if required.

Returns:

  • (String, nil)

    The ‘element’ for the ‘xpath’ if required



44
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_set.rb', line 44

attribute :element

#ip_addressString

Returns IP address or host FQDN of the target PAN-OS NVA.

Returns:

  • (String)

    IP address or host FQDN of the target PAN-OS NVA



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

attribute :ip_address

#passwordString

Returns Password for the given ‘username’.

Returns:

  • (String)

    Password for the given ‘username’



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

attribute :password

#usernameString?

Returns User name for a user with admin rights on the PAN-OS NVA.

Returns:

  • (String, nil)

    User name for a user with admin rights on the PAN-OS NVA



28
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_set.rb', line 28

attribute :username

#xpathString

Returns The ‘xpath’ for the commands configurable.

Returns:

  • (String)

    The ‘xpath’ for the commands configurable



40
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_set.rb', line 40

attribute :xpath