Class: Ansible::Ruby::Modules::Ftd_file_upload
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ftd_file_upload
- Defined in:
- lib/ansible/ruby/modules/generated/network/ftd/ftd_file_upload.rb
Overview
Uploads files to Cisco FTD devices including disk files, backups, and upgrades.
Instance Method Summary collapse
-
#fileToUpload ⇒ String
Absolute path to the file that should be uploaded.
-
#operation ⇒ String
The name of the operation to execute.,Only operations that upload file can be used in this module.
-
#register_as ⇒ Object?
Specifies Ansible fact name that is used to register received response from the FTD device.
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
#fileToUpload ⇒ String
Returns Absolute path to the file that should be uploaded.
16 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_upload.rb', line 16 attribute :fileToUpload |
#operation ⇒ String
Returns The name of the operation to execute.,Only operations that upload file can be used in this module.
12 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_upload.rb', line 12 attribute :operation |
#register_as ⇒ Object?
Returns Specifies Ansible fact name that is used to register received response from the FTD device.
20 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_file_upload.rb', line 20 attribute :register_as |