Class: Ansible::Ruby::Modules::Panos_lic
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Panos_lic
- 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
-
#auth_code ⇒ Object
Authcode to be applied.
-
#force ⇒ String?
Whether to apply authcode even if device is already licensed.
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
#auth_code ⇒ Object
Returns authcode to be applied.
14 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_lic.rb', line 14 attribute :auth_code |
#force ⇒ String?
Returns 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 |