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/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 ⇒ :yes, ...
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, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 12 attribute :clear_meta |
#container ⇒ Object
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 16 attribute :container |
#dest ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 20 attribute :dest |
#expires ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 23 attribute :expires |
#meta ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 26 attribute :meta |
#method ⇒ :get, ...
29 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 29 attribute :method |
#src ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 33 attribute :src |
#state ⇒ :present, ...
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 40 attribute :state |
#structure ⇒ :yes, ...
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 36 attribute :structure |
#type ⇒ :file, ...
44 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_files_objects.rb', line 44 attribute :type |