Class: Ansible::Ruby::Modules::Rax_files_objects
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_files_objects
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb
Overview
Upload, download, and delete objects in Rackspace Cloud Files
Instance Method Summary collapse
-
#clear_meta ⇒ :yes, ...
Optionally clear existing metadata when applying metadata to existing objects.
-
#container ⇒ Object
The container to use for file object operations.
-
#dest ⇒ Object?
The destination of a “get” operation; i.e.
-
#expires ⇒ Object?
Used to set an expiration on a file or folder uploaded to Cloud Files.
-
#meta ⇒ Object?
A hash of items to set as metadata values on an uploaded file or folder.
-
#method ⇒ :get, ...
The method of operation to be performed.
-
#src ⇒ Object?
Source from which to upload files.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#structure ⇒ true, ...
Used to specify whether to maintain nested directory structure when downloading objects from Cloud Files.
-
#type ⇒ :file, ...
Type of object to do work on,Metadata object or a file object.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#clear_meta ⇒ :yes, ...
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 11 attribute :clear_meta |
#container ⇒ Object
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 15 attribute :container |
#dest ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 19 attribute :dest |
#expires ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 22 attribute :expires |
#meta ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 25 attribute :meta |
#method ⇒ :get, ...
28 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 28 attribute :method |
#src ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 32 attribute :src |
#state ⇒ :present, ...
39 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 39 attribute :state |
#structure ⇒ true, ...
35 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 35 attribute :structure |
#type ⇒ :file, ...
43 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 43 attribute :type |