Class: Ansible::Ruby::Modules::Ftd_file_download

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

Overview

Downloads files from Cisco FTD devices including pending changes, disk files, certificates, troubleshoot reports, and backups.

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

#destinationString

Returns Absolute path of where to download the file to.,If destination is a directory, the module uses a filename from ‘Content-Disposition’ header specified by the server.

Returns:

  • (String)

    Absolute path of where to download the file to.,If destination is a directory, the module uses a filename from ‘Content-Disposition’ header specified by the server.



20
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_download.rb', line 20

attribute :destination

#operationString

Returns The name of the operation to execute.,Only operations that return a file can be used in this module.

Returns:

  • (String)

    The name of the operation to execute.,Only operations that return a file can be used in this module.



12
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_download.rb', line 12

attribute :operation

#path_paramsHash?

Returns Key-value pairs that should be sent as path parameters in a REST API call.

Returns:

  • (Hash, nil)

    Key-value pairs that should be sent as path parameters in a REST API call.



16
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_download.rb', line 16

attribute :path_params