Class: Ansible::Ruby::Modules::Ftd_file_download
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ftd_file_download
- 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
-
#destination ⇒ 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.
-
#operation ⇒ String
The name of the operation to execute.,Only operations that return a file can be used in this module.
-
#path_params ⇒ Hash?
Key-value pairs that should be sent as path parameters in a REST API call.
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
#destination ⇒ String
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.
20 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_download.rb', line 20 attribute :destination |
#operation ⇒ String
Returns 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_params ⇒ Hash?
Returns 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 |