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
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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#clear_meta ⇒ :yes, ...
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 10 attribute :clear_meta |
#container ⇒ Object
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 14 attribute :container |
#dest ⇒ Object?
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 18 attribute :dest |
#expires ⇒ Object?
21 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 21 attribute :expires |
#meta ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 24 attribute :meta |
#method ⇒ :get, ...
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 27 attribute :method |
#src ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 31 attribute :src |
#state ⇒ :present, ...
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 38 attribute :state |
#structure ⇒ true, ...
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 34 attribute :structure |
#type ⇒ :file, ...
42 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb', line 42 attribute :type |