Class: Ansible::Ruby::Modules::Ftd_file_upload

Inherits:
Base show all
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

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

#fileToUploadString

Returns Absolute path to the file that should be uploaded.

Returns:

  • (String)

    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

#operationString

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

Returns:

  • (String)

    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_asObject?

Returns Specifies Ansible fact name that is used to register received response from the FTD device.

Returns:

  • (Object, nil)

    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