Class: Ansible::Ruby::Modules::Panos_import

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

Overview

Import file on PAN-OS 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

#categoryString?

Returns Category of file uploaded. The default is software.,See API > Import section of the API reference for category options.

Returns:

  • (String, nil)

    Category of file uploaded. The default is software.,See API > Import section of the API reference for category options.



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

attribute :category

#fileString?

Returns Location of the file to import into device.

Returns:

  • (String, nil)

    Location of the file to import into device.



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

attribute :file

#urlObject?

Returns URL of the file that will be imported to device.

Returns:

  • (Object, nil)

    URL of the file that will be imported to device.



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

attribute :url

#validate_certsBoolean?

Returns If C(no), SSL certificates will not be validated. Disabling certificate validation is not recommended.

Returns:

  • (Boolean, nil)

    If C(no), SSL certificates will not be validated. Disabling certificate validation is not recommended.



23
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_import.rb', line 23

attribute :validate_certs