Class: Ansible::Ruby::Modules::Panos_set
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Panos_set
- 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
-
#command ⇒ :set, ...
Xapi method name which supports ‘xpath’ or ‘xpath’ and ‘element’.
-
#element ⇒ String?
The ‘element’ for the ‘xpath’ if required.
-
#ip_address ⇒ String
IP address or host FQDN of the target PAN-OS NVA.
-
#password ⇒ String
Password for the given ‘username’.
-
#username ⇒ String?
User name for a user with admin rights on the PAN-OS NVA.
-
#xpath ⇒ String
The ‘xpath’ for the commands configurable.
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
#command ⇒ :set, ...
Returns 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 |
#element ⇒ String?
Returns The ‘element’ for the ‘xpath’ if required.
44 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_set.rb', line 44 attribute :element |
#ip_address ⇒ String
Returns 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 |
#password ⇒ String
Returns Password for the given ‘username’.
32 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_set.rb', line 32 attribute :password |
#username ⇒ String?
Returns 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 |
#xpath ⇒ String
Returns The ‘xpath’ for the commands configurable.
40 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_set.rb', line 40 attribute :xpath |