Class: Ansible::Ruby::Modules::Ce_file_copy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_file_copy
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_file_copy.rb
Overview
Copy a file to a remote cloudengine device over SCP on HUAWEI CloudEngine switches.
Instance Method Summary collapse
-
#file_system ⇒ String?
The remote file system of the device.
-
#local_file ⇒ Object
Path to local file.
-
#remote_file ⇒ Object?
Remote file path of the copy.
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
#file_system ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_file_copy.rb', line 19 attribute :file_system |
#local_file ⇒ Object
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_file_copy.rb', line 12 attribute :local_file |
#remote_file ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_file_copy.rb', line 16 attribute :remote_file |