Class: Ansible::Ruby::Modules::Panos_lic

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

Overview

Apply an authcode to a device. The authcode should have been previously registered on the Palo Alto Networks support portal. The device should have Internet access.

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

#auth_codeObject

Returns authcode to be applied.

Returns:

  • (Object)

    authcode to be applied



14
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_lic.rb', line 14

attribute :auth_code

#forceString?

Returns whether to apply authcode even if device is already licensed.

Returns:

  • (String, nil)

    whether to apply authcode even if device is already licensed



18
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_lic.rb', line 18

attribute :force